COLOR #2E551E

HEX: #2E551E
RGB: (46,85,30)

Color info

#2E551E contains red, green and blue colors in about the same proportion. Web safe color of #2E551E is #336633 (or #363).

RGB color model

#2E551E color RGB value is (46,85,30).

  • red value is 46;
  • green value is 85;
  • blue value is 30.
RGB:
(46,85,30)
(18%,33%,12%)

RGB channels and saturation

R 46 of 255 = 18%
G 85 of 255 = 33%
B 30 of 255 = 12%

46
85
30

R + G + B ~ 21%. #2E551E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 85 + 30 = 161 (100%)
R 46 of 161 ~ 28.57%
G 85 of 161 ~ 52.8%
B 30 of 161 ~ 18.63%

%28.57
%52.8
%18.63

CMYK color model

#2E551E color CMYK value is (46,0,65,67).

  • cyan value is 45.88%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 66.67%
CMYK:
(46,0,65,67)
C46M0Y65K67 
(46%,0%,65%,67%)
(0.46/0.00/0.65/0.67)	

CMYK percentages

%45.88
%0
%64.71
%66.67

Codes

Color #2E551E in popluar color models

2E551E
RGB468530
HSL103°47.83%22.55%
HSB/HSV103°64.71%33.33%
CMYK45.88%0.00%64.71%
66.67%

Color #2E551E in popluar number systems.

HEX2E551E
Decimal468530
Binary101110101010111110
Octal5612536

Shades and tints

Shades of #2E551E

#2E551E
(46,85,30)
#2A4E1C
(42,78,28)
#26471A
(38,71,26)
#224018
(34,64,24)
#1E3916
(30,57,22)
#1A3214
(26,50,20)
#162B12
(22,43,18)
#122410
(18,36,16)
#0E1D0E
(14,29,14)
#0A160C
(10,22,12)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #2E551E

#2E551E
(46,85,30)
#416432
(65,100,50)
#547346
(84,115,70)
#67825A
(103,130,90)
#7A916E
(122,145,110)
#8DA082
(141,160,130)
#A0AF96
(160,175,150)
#B3BEAA
(179,190,170)
#C6CDBE
(198,205,190)
#D9DCD2
(217,220,210)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E551E color. Also use rgb(46,85,30) instead hex code.

Text Font Color

.myTextColor { color: #2E551E; }

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

This text font color is #2E551E.


Background Color

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

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

This div background color is #2E551E.


Border color

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

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

This div border color is #2E551E.


Opacity

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

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

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

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

This text has shadow with #2E551E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E551E on black background.


Color preview on white background

This text has color #2E551E on white background.



Black color preview on #2E551E background

This text has black color on #2E551E background.


White color preview on #2E551E background

This text has white color on #2E551E background.