COLOR #2E572E

HEX: #2E572E
RGB: (46,87,46)

Color info

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

RGB color model

#2E572E color RGB value is (46,87,46).

  • red value is 46;
  • green value is 87;
  • blue value is 46.
RGB:
(46,87,46)
(18%,34%,18%)

RGB channels and saturation

R 46 of 255 = 18%
G 87 of 255 = 34%
B 46 of 255 = 18%

46
87
46

R + G + B ~ 23%. #2E572E is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 87 + 46 = 179 (100%)
R 46 of 179 ~ 25.7%
G 87 of 179 ~ 48.6%
B 46 of 179 ~ 25.7%

%25.7
%48.6
%25.7

CMYK color model

#2E572E color CMYK value is (47,0,47,66).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 47.13%
  • key color value is 65.88%
CMYK:
(47,0,47,66)
C47M0Y47K66 
(47%,0%,47%,66%)
(0.47/0.00/0.47/0.66)	

CMYK percentages

%47.13
%0
%47.13
%65.88

Codes

Color #2E572E in popluar color models

2E572E
RGB468746
HSL120°30.83%26.08%
HSB/HSV120°47.13%34.12%
CMYK47.13%0.00%47.13%
65.88%

Color #2E572E in popluar number systems.

HEX2E572E
Decimal468746
Binary1011101010111101110
Octal5612756

Shades and tints

Shades of #2E572E

#2E572E
(46,87,46)
#2A502A
(42,80,42)
#264926
(38,73,38)
#224222
(34,66,34)
#1E3B1E
(30,59,30)
#1A341A
(26,52,26)
#162D16
(22,45,22)
#122612
(18,38,18)
#0E1F0E
(14,31,14)
#0A180A
(10,24,10)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #2E572E

#2E572E
(46,87,46)
#416641
(65,102,65)
#547554
(84,117,84)
#678467
(103,132,103)
#7A937A
(122,147,122)
#8DA28D
(141,162,141)
#A0B1A0
(160,177,160)
#B3C0B3
(179,192,179)
#C6CFC6
(198,207,198)
#D9DED9
(217,222,217)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E572E; }

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

This text font color is #2E572E.


Background Color

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

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

This div background color is #2E572E.


Border color

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

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

This div border color is #2E572E.


Opacity

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

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

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

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

This text has shadow with #2E572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E572E on black background.


Color preview on white background

This text has color #2E572E on white background.



Black color preview on #2E572E background

This text has black color on #2E572E background.


White color preview on #2E572E background

This text has white color on #2E572E background.