COLOR #2E5B35

HEX: #2E5B35
RGB: (46,91,53)

Color info

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

RGB color model

#2E5B35 color RGB value is (46,91,53).

  • red value is 46;
  • green value is 91;
  • blue value is 53.
RGB:
(46,91,53)
(18%,36%,21%)

RGB channels and saturation

R 46 of 255 = 18%
G 91 of 255 = 36%
B 53 of 255 = 21%

46
91
53

R + G + B ~ 25%. #2E5B35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 91 + 53 = 190 (100%)
R 46 of 190 ~ 24.21%
G 91 of 190 ~ 47.89%
B 53 of 190 ~ 27.89%

%24.21
%47.89
%27.89

CMYK color model

#2E5B35 color CMYK value is (49,0,42,64).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 64.31%
CMYK:
(49,0,42,64)
C49M0Y42K64 
(49%,0%,42%,64%)
(0.49/0.00/0.42/0.64)	

CMYK percentages

%49.45
%0
%41.76
%64.31

Codes

Color #2E5B35 in popluar color models

2E5B35
RGB469153
HSL129°32.85%26.86%
HSB/HSV129°49.45%35.69%
CMYK49.45%0.00%41.76%
64.31%

Color #2E5B35 in popluar number systems.

HEX2E5B35
Decimal469153
Binary1011101011011110101
Octal5613365

Shades and tints

Shades of #2E5B35

#2E5B35
(46,91,53)
#2A5331
(42,83,49)
#264B2D
(38,75,45)
#224329
(34,67,41)
#1E3B25
(30,59,37)
#1A3321
(26,51,33)
#162B1D
(22,43,29)
#122319
(18,35,25)
#0E1B15
(14,27,21)
#0A1311
(10,19,17)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #2E5B35

#2E5B35
(46,91,53)
#416947
(65,105,71)
#547759
(84,119,89)
#67856B
(103,133,107)
#7A937D
(122,147,125)
#8DA18F
(141,161,143)
#A0AFA1
(160,175,161)
#B3BDB3
(179,189,179)
#C6CBC5
(198,203,197)
#D9D9D7
(217,217,215)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5B35; }

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

This text font color is #2E5B35.


Background Color

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

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

This div background color is #2E5B35.


Border color

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

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

This div border color is #2E5B35.


Opacity

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

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

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

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

This text has shadow with #2E5B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5B35 on black background.


Color preview on white background

This text has color #2E5B35 on white background.



Black color preview on #2E5B35 background

This text has black color on #2E5B35 background.


White color preview on #2E5B35 background

This text has white color on #2E5B35 background.