COLOR #2B531D

HEX: #2B531D
RGB: (43,83,29)

Color info

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

RGB color model

#2B531D color RGB value is (43,83,29).

  • red value is 43;
  • green value is 83;
  • blue value is 29.
RGB:
(43,83,29)
(17%,33%,11%)

RGB channels and saturation

R 43 of 255 = 17%
G 83 of 255 = 33%
B 29 of 255 = 11%

43
83
29

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

Portions of RGB colors in percentages

R + G + B =
43 + 83 + 29 = 155 (100%)
R 43 of 155 ~ 27.74%
G 83 of 155 ~ 53.55%
B 29 of 155 ~ 18.71%

%27.74
%53.55
%18.71

CMYK color model

#2B531D color CMYK value is (48,0,65,67).

  • cyan value is 48.19%
  • magenta value is 0.00%
  • yellow value is 65.06%
  • key color value is 67.45%
CMYK:
(48,0,65,67)
C48M0Y65K67 
(48%,0%,65%,67%)
(0.48/0.00/0.65/0.67)	

CMYK percentages

%48.19
%0
%65.06
%67.45

Codes

Color #2B531D in popluar color models

2B531D
RGB438329
HSL104°48.21%21.96%
HSB/HSV104°65.06%32.55%
CMYK48.19%0.00%65.06%
67.45%

Color #2B531D in popluar number systems.

HEX2B531D
Decimal438329
Binary101011101001111101
Octal5312335

Shades and tints

Shades of #2B531D

#2B531D
(43,83,29)
#284C1B
(40,76,27)
#254519
(37,69,25)
#223E17
(34,62,23)
#1F3715
(31,55,21)
#1C3013
(28,48,19)
#192911
(25,41,17)
#16220F
(22,34,15)
#131B0D
(19,27,13)
#10140B
(16,20,11)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #2B531D

#2B531D
(43,83,29)
#3E6231
(62,98,49)
#517145
(81,113,69)
#648059
(100,128,89)
#778F6D
(119,143,109)
#8A9E81
(138,158,129)
#9DAD95
(157,173,149)
#B0BCA9
(176,188,169)
#C3CBBD
(195,203,189)
#D6DAD1
(214,218,209)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B531D color. Also use rgb(43,83,29) instead hex code.

Text Font Color

.myTextColor { color: #2B531D; }

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

This text font color is #2B531D.


Background Color

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

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

This div background color is #2B531D.


Border color

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

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

This div border color is #2B531D.


Opacity

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

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

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

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

This text has shadow with #2B531D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B531D on black background.


Color preview on white background

This text has color #2B531D on white background.



Black color preview on #2B531D background

This text has black color on #2B531D background.


White color preview on #2B531D background

This text has white color on #2B531D background.