COLOR #2B4221

HEX: #2B4221
RGB: (43,66,33)

Color info

#2B4221 contains red, green and blue colors in about the same proportion. Web safe color of #2B4221 is #333333 (or #333).

RGB color model

#2B4221 color RGB value is (43,66,33).

  • red value is 43;
  • green value is 66;
  • blue value is 33.
RGB:
(43,66,33)
(17%,26%,13%)

RGB channels and saturation

R 43 of 255 = 17%
G 66 of 255 = 26%
B 33 of 255 = 13%

43
66
33

R + G + B ~ 19%. #2B4221 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 66 + 33 = 142 (100%)
R 43 of 142 ~ 30.28%
G 66 of 142 ~ 46.48%
B 33 of 142 ~ 23.24%

%30.28
%46.48
%23.24

CMYK color model

#2B4221 color CMYK value is (35,0,50,74).

  • cyan value is 34.85%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(35,0,50,74)
C35M0Y50K74 
(35%,0%,50%,74%)
(0.35/0.00/0.50/0.74)	

CMYK percentages

%34.85
%0
%50
%74.12

Codes

Color #2B4221 in popluar color models

2B4221
RGB436633
HSL102°33.33%19.41%
HSB/HSV102°50.00%25.88%
CMYK34.85%0.00%50.00%
74.12%

Color #2B4221 in popluar number systems.

HEX2B4221
Decimal436633
Binary1010111000010100001
Octal5310241

Shades and tints

Shades of #2B4221

#2B4221
(43,66,33)
#283C1E
(40,60,30)
#25361B
(37,54,27)
#223018
(34,48,24)
#1F2A15
(31,42,21)
#1C2412
(28,36,18)
#191E0F
(25,30,15)
#16180C
(22,24,12)
#131209
(19,18,9)
#100C06
(16,12,6)
#0D0603
(13,6,3)
#000000
(0,0,0)

Tints of #2B4221

#2B4221
(43,66,33)
#3E5335
(62,83,53)
#516449
(81,100,73)
#64755D
(100,117,93)
#778671
(119,134,113)
#8A9785
(138,151,133)
#9DA899
(157,168,153)
#B0B9AD
(176,185,173)
#C3CAC1
(195,202,193)
#D6DBD5
(214,219,213)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4221 color. Also use rgb(43,66,33) instead hex code.

Text Font Color

.myTextColor { color: #2B4221; }

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

This text font color is #2B4221.


Background Color

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

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

This div background color is #2B4221.


Border color

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

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

This div border color is #2B4221.


Opacity

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

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

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

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

This text has shadow with #2B4221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4221 on black background.


Color preview on white background

This text has color #2B4221 on white background.



Black color preview on #2B4221 background

This text has black color on #2B4221 background.


White color preview on #2B4221 background

This text has white color on #2B4221 background.