COLOR #2E390E

HEX: #2E390E
RGB: (46,57,14)

Color info

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

RGB color model

#2E390E color RGB value is (46,57,14).

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

RGB channels and saturation

R 46 of 255 = 18%
G 57 of 255 = 22%
B 14 of 255 = 5%

46
57
14

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

Portions of RGB colors in percentages

R + G + B =
46 + 57 + 14 = 117 (100%)
R 46 of 117 ~ 39.32%
G 57 of 117 ~ 48.72%
B 14 of 117 ~ 11.97%

%39.32
%48.72
%11.97

CMYK color model

#2E390E color CMYK value is (19,0,75,78).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK:
(19,0,75,78)
C19M0Y75K78 
(19%,0%,75%,78%)
(0.19/0.00/0.75/0.78)	

CMYK percentages

%19.3
%0
%75.44
%77.65

Codes

Color #2E390E in popluar color models

2E390E
RGB465714
HSL75°60.56%13.92%
HSB/HSV75°75.44%22.35%
CMYK19.30%0.00%75.44%
77.65%

Color #2E390E in popluar number systems.

HEX2E390E
Decimal465714
Binary1011101110011110
Octal567116

Shades and tints

Shades of #2E390E

#2E390E
(46,57,14)
#2A340D
(42,52,13)
#262F0C
(38,47,12)
#222A0B
(34,42,11)
#1E250A
(30,37,10)
#1A2009
(26,32,9)
#161B08
(22,27,8)
#121607
(18,22,7)
#0E1106
(14,17,6)
#0A0C05
(10,12,5)
#060704
(6,7,4)
#000000
(0,0,0)

Tints of #2E390E

#2E390E
(46,57,14)
#414B23
(65,75,35)
#545D38
(84,93,56)
#676F4D
(103,111,77)
#7A8162
(122,129,98)
#8D9377
(141,147,119)
#A0A58C
(160,165,140)
#B3B7A1
(179,183,161)
#C6C9B6
(198,201,182)
#D9DBCB
(217,219,203)
#ECEDE0
(236,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E390E color. Also use rgb(46,57,14) instead hex code.

Text Font Color

.myTextColor { color: #2E390E; }

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

This text font color is #2E390E.


Background Color

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

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

This div background color is #2E390E.


Border color

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

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

This div border color is #2E390E.


Opacity

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

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

Text with #2E390E 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 #2E390E;}

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

This text has shadow with #2E390E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E390E on black background.


Color preview on white background

This text has color #2E390E on white background.



Black color preview on #2E390E background

This text has black color on #2E390E background.


White color preview on #2E390E background

This text has white color on #2E390E background.