COLOR #2B4429

HEX: #2B4429
RGB: (43,68,41)

Color info

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

RGB color model

#2B4429 color RGB value is (43,68,41).

  • red value is 43;
  • green value is 68;
  • blue value is 41.
RGB:
(43,68,41)
(17%,27%,16%)

RGB channels and saturation

R 43 of 255 = 17%
G 68 of 255 = 27%
B 41 of 255 = 16%

43
68
41

R + G + B ~ 20%. #2B4429 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 68 + 41 = 152 (100%)
R 43 of 152 ~ 28.29%
G 68 of 152 ~ 44.74%
B 41 of 152 ~ 26.97%

%28.29
%44.74
%26.97

CMYK color model

#2B4429 color CMYK value is (37,0,40,73).

  • cyan value is 36.76%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 73.33%
CMYK:
(37,0,40,73)
C37M0Y40K73 
(37%,0%,40%,73%)
(0.37/0.00/0.40/0.73)	

CMYK percentages

%36.76
%0
%39.71
%73.33

Codes

Color #2B4429 in popluar color models

2B4429
RGB436841
HSL116°24.77%21.37%
HSB/HSV116°39.71%26.67%
CMYK36.76%0.00%39.71%
73.33%

Color #2B4429 in popluar number systems.

HEX2B4429
Decimal436841
Binary1010111000100101001
Octal5310451

Shades and tints

Shades of #2B4429

#2B4429
(43,68,41)
#283E26
(40,62,38)
#253823
(37,56,35)
#223220
(34,50,32)
#1F2C1D
(31,44,29)
#1C261A
(28,38,26)
#192017
(25,32,23)
#161A14
(22,26,20)
#131411
(19,20,17)
#100E0E
(16,14,14)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #2B4429

#2B4429
(43,68,41)
#3E553C
(62,85,60)
#51664F
(81,102,79)
#647762
(100,119,98)
#778875
(119,136,117)
#8A9988
(138,153,136)
#9DAA9B
(157,170,155)
#B0BBAE
(176,187,174)
#C3CCC1
(195,204,193)
#D6DDD4
(214,221,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B4429 color. Also use rgb(43,68,41) instead hex code.

Text Font Color

.myTextColor { color: #2B4429; }

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

This text font color is #2B4429.


Background Color

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

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

This div background color is #2B4429.


Border color

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

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

This div border color is #2B4429.


Opacity

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

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

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

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

This text has shadow with #2B4429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B4429 on black background.


Color preview on white background

This text has color #2B4429 on white background.



Black color preview on #2B4429 background

This text has black color on #2B4429 background.


White color preview on #2B4429 background

This text has white color on #2B4429 background.