COLOR #2B4E31

HEX: #2B4E31
RGB: (43,78,49)

Color info

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

RGB color model

#2B4E31 color RGB value is (43,78,49).

  • red value is 43;
  • green value is 78;
  • blue value is 49.
RGB:
(43,78,49)
(17%,31%,19%)

RGB channels and saturation

R 43 of 255 = 17%
G 78 of 255 = 31%
B 49 of 255 = 19%

43
78
49

R + G + B ~ 22%. #2B4E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 78 + 49 = 170 (100%)
R 43 of 170 ~ 25.29%
G 78 of 170 ~ 45.88%
B 49 of 170 ~ 28.82%

%25.29
%45.88
%28.82

CMYK color model

#2B4E31 color CMYK value is (45,0,37,69).

  • cyan value is 44.87%
  • magenta value is 0.00%
  • yellow value is 37.18%
  • key color value is 69.41%
CMYK:
(45,0,37,69)
C45M0Y37K69 
(45%,0%,37%,69%)
(0.45/0.00/0.37/0.69)	

CMYK percentages

%44.87
%0
%37.18
%69.41

Codes

Color #2B4E31 in popluar color models

2B4E31
RGB437849
HSL130°28.93%23.73%
HSB/HSV130°44.87%30.59%
CMYK44.87%0.00%37.18%
69.41%

Color #2B4E31 in popluar number systems.

HEX2B4E31
Decimal437849
Binary1010111001110110001
Octal5311661

Shades and tints

Shades of #2B4E31

#2B4E31
(43,78,49)
#28472D
(40,71,45)
#254029
(37,64,41)
#223925
(34,57,37)
#1F3221
(31,50,33)
#1C2B1D
(28,43,29)
#192419
(25,36,25)
#161D15
(22,29,21)
#131611
(19,22,17)
#100F0D
(16,15,13)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #2B4E31

#2B4E31
(43,78,49)
#3E5E43
(62,94,67)
#516E55
(81,110,85)
#647E67
(100,126,103)
#778E79
(119,142,121)
#8A9E8B
(138,158,139)
#9DAE9D
(157,174,157)
#B0BEAF
(176,190,175)
#C3CEC1
(195,206,193)
#D6DED3
(214,222,211)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4E31 color. Also use rgb(43,78,49) instead hex code.

Text Font Color

.myTextColor { color: #2B4E31; }

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

This text font color is #2B4E31.


Background Color

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

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

This div background color is #2B4E31.


Border color

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

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

This div border color is #2B4E31.


Opacity

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

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

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

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

This text has shadow with #2B4E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4E31 on black background.


Color preview on white background

This text has color #2B4E31 on white background.



Black color preview on #2B4E31 background

This text has black color on #2B4E31 background.


White color preview on #2B4E31 background

This text has white color on #2B4E31 background.