COLOR #2E5C30

HEX: #2E5C30
RGB: (46,92,48)

Color info

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

RGB color model

#2E5C30 color RGB value is (46,92,48).

  • red value is 46;
  • green value is 92;
  • blue value is 48.
RGB:
(46,92,48)
(18%,36%,19%)

RGB channels and saturation

R 46 of 255 = 18%
G 92 of 255 = 36%
B 48 of 255 = 19%

46
92
48

R + G + B ~ 24%. #2E5C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 92 + 48 = 186 (100%)
R 46 of 186 ~ 24.73%
G 92 of 186 ~ 49.46%
B 48 of 186 ~ 25.81%

%24.73
%49.46
%25.81

CMYK color model

#2E5C30 color CMYK value is (50,0,48,64).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(50,0,48,64)
C50M0Y48K64 
(50%,0%,48%,64%)
(0.50/0.00/0.48/0.64)	

CMYK percentages

%50
%0
%47.83
%63.92

Codes

Color #2E5C30 in popluar color models

2E5C30
RGB469248
HSL123°33.33%27.06%
HSB/HSV123°50.00%36.08%
CMYK50.00%0.00%47.83%
63.92%

Color #2E5C30 in popluar number systems.

HEX2E5C30
Decimal469248
Binary1011101011100110000
Octal5613460

Shades and tints

Shades of #2E5C30

#2E5C30
(46,92,48)
#2A542C
(42,84,44)
#264C28
(38,76,40)
#224424
(34,68,36)
#1E3C20
(30,60,32)
#1A341C
(26,52,28)
#162C18
(22,44,24)
#122414
(18,36,20)
#0E1C10
(14,28,16)
#0A140C
(10,20,12)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #2E5C30

#2E5C30
(46,92,48)
#416A42
(65,106,66)
#547854
(84,120,84)
#678666
(103,134,102)
#7A9478
(122,148,120)
#8DA28A
(141,162,138)
#A0B09C
(160,176,156)
#B3BEAE
(179,190,174)
#C6CCC0
(198,204,192)
#D9DAD2
(217,218,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5C30; }

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

This text font color is #2E5C30.


Background Color

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

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

This div background color is #2E5C30.


Border color

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

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

This div border color is #2E5C30.


Opacity

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

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

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

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

This text has shadow with #2E5C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5C30 on black background.


Color preview on white background

This text has color #2E5C30 on white background.



Black color preview on #2E5C30 background

This text has black color on #2E5C30 background.


White color preview on #2E5C30 background

This text has white color on #2E5C30 background.