COLOR #2E552E

HEX: #2E552E
RGB: (46,85,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

46
85
46

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

Portions of RGB colors in percentages

R + G + B =
46 + 85 + 46 = 177 (100%)
R 46 of 177 ~ 25.99%
G 85 of 177 ~ 48.02%
B 46 of 177 ~ 25.99%

%25.99
%48.02
%25.99

CMYK color model

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

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

CMYK percentages

%45.88
%0
%45.88
%66.67

Codes

Color #2E552E in popluar color models

2E552E
RGB468546
HSL120°29.77%25.69%
HSB/HSV120°45.88%33.33%
CMYK45.88%0.00%45.88%
66.67%

Color #2E552E in popluar number systems.

HEX2E552E
Decimal468546
Binary1011101010101101110
Octal5612556

Shades and tints

Shades of #2E552E

#2E552E
(46,85,46)
#2A4E2A
(42,78,42)
#264726
(38,71,38)
#224022
(34,64,34)
#1E391E
(30,57,30)
#1A321A
(26,50,26)
#162B16
(22,43,22)
#122412
(18,36,18)
#0E1D0E
(14,29,14)
#0A160A
(10,22,10)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #2E552E

#2E552E
(46,85,46)
#416441
(65,100,65)
#547354
(84,115,84)
#678267
(103,130,103)
#7A917A
(122,145,122)
#8DA08D
(141,160,141)
#A0AFA0
(160,175,160)
#B3BEB3
(179,190,179)
#C6CDC6
(198,205,198)
#D9DCD9
(217,220,217)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E552E; }

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

This text font color is #2E552E.


Background Color

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

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

This div background color is #2E552E.


Border color

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

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

This div border color is #2E552E.


Opacity

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

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

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

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

This text has shadow with #2E552E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E552E on black background.


Color preview on white background

This text has color #2E552E on white background.



Black color preview on #2E552E background

This text has black color on #2E552E background.


White color preview on #2E552E background

This text has white color on #2E552E background.