COLOR #2E380D

HEX: #2E380D
RGB: (46,56,13)

Color info

#2E380D contains red, green and blue colors in about the same proportion. Web safe color of #2E380D is #333300 (or #330).

RGB color model

#2E380D color RGB value is (46,56,13).

  • red value is 46;
  • green value is 56;
  • blue value is 13.
RGB:
(46,56,13)
(18%,22%,5%)

RGB channels and saturation

R 46 of 255 = 18%
G 56 of 255 = 22%
B 13 of 255 = 5%

46
56
13

R + G + B ~ 15%. #2E380D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 56 + 13 = 115 (100%)
R 46 of 115 ~ 40%
G 56 of 115 ~ 48.7%
B 13 of 115 ~ 11.3%

%40
%48.7
%11.3

CMYK color model

#2E380D color CMYK value is (18,0,77,78).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 78.04%
CMYK:
(18,0,77,78)
C18M0Y77K78 
(18%,0%,77%,78%)
(0.18/0.00/0.77/0.78)	

CMYK percentages

%17.86
%0
%76.79
%78.04

Codes

Color #2E380D in popluar color models

2E380D
RGB465613
HSL74°62.32%13.53%
HSB/HSV74°76.79%21.96%
CMYK17.86%0.00%76.79%
78.04%

Color #2E380D in popluar number systems.

HEX2E380D
Decimal465613
Binary1011101110001101
Octal567015

Shades and tints

Shades of #2E380D

#2E380D
(46,56,13)
#2A330C
(42,51,12)
#262E0B
(38,46,11)
#22290A
(34,41,10)
#1E2409
(30,36,9)
#1A1F08
(26,31,8)
#161A07
(22,26,7)
#121506
(18,21,6)
#0E1005
(14,16,5)
#0A0B04
(10,11,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #2E380D

#2E380D
(46,56,13)
#414A23
(65,74,35)
#545C39
(84,92,57)
#676E4F
(103,110,79)
#7A8065
(122,128,101)
#8D927B
(141,146,123)
#A0A491
(160,164,145)
#B3B6A7
(179,182,167)
#C6C8BD
(198,200,189)
#D9DAD3
(217,218,211)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E380D color. Also use rgb(46,56,13) instead hex code.

Text Font Color

.myTextColor { color: #2E380D; }

<p style="color:#2E380D">This sample text font color is #2E380D.</p>

This text font color is #2E380D.


Background Color

.myBgColor { background-color: #2E380D; }

<div style="background-color:#2E380D">Inner text</div>

This div background color is #2E380D.


Border color

.myBorderColor { border: 1px solid #2E380D; }

<div style="border:3px solid #2E380D">Div</div>

This div border color is #2E380D.


Opacity

.myOpacity80 { color: #2E380D; opacity: 0.8; }

<p style="color:#2E380D;opacity:0.8;">80%</p>

Text with #2E380D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E380D;}

<p style="text-shadow: 3px 3px 1px #2E380D">Text here.</p>

This text has shadow with #2E380D color.

.textShadow {text-shadow: 3px 3px 1px #2E380D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E380D, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E380D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E380D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E380D, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E380D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2E380D;
  -webkit-box-shadow:	1px 1px 3px 2px #2E380D;
  box-shadow:		1px 1px 3px 2px #2E380D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E380D;
-webkit-box-shadow: 1px 1px 3px 2px #2E380D;
box-shadow:1px 1px 3px 2px #2E380D;">
Div content here</div>
This div box has shadow with color #2E380D.

Preview

Color preview on black background

This text has color #2E380D on black background.


Color preview on white background

This text has color #2E380D on white background.



Black color preview on #2E380D background

This text has black color on #2E380D background.


White color preview on #2E380D background

This text has white color on #2E380D background.