COLOR #2D3309

HEX: #2D3309
RGB: (45,51,9)

Color info

#2D3309 contains red, green and blue colors in about the same proportion. Web safe color of #2D3309 is #333300 (or #330).

RGB color model

#2D3309 color RGB value is (45,51,9).

  • red value is 45;
  • green value is 51;
  • blue value is 9.
RGB:
(45,51,9)
(18%,20%,4%)

RGB channels and saturation

R 45 of 255 = 18%
G 51 of 255 = 20%
B 9 of 255 = 4%

45
51
9

R + G + B ~ 14%. #2D3309 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 51 + 9 = 105 (100%)
R 45 of 105 ~ 42.86%
G 51 of 105 ~ 48.57%
B 9 of 105 ~ 8.57%

%42.86
%48.57

CMYK color model

#2D3309 color CMYK value is (12,0,82,80).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(12,0,82,80)
C12M0Y82K80 
(12%,0%,82%,80%)
(0.12/0.00/0.82/0.80)	

CMYK percentages

%11.76
%0
%82.35
%80

Codes

Color #2D3309 in popluar color models

2D3309
RGB45519
HSL69°70.00%11.76%
HSB/HSV69°82.35%20.00%
CMYK11.76%0.00%82.35%
80.00%

Color #2D3309 in popluar number systems.

HEX2D3309
Decimal45519
Binary1011011100111001
Octal556311

Shades and tints

Shades of #2D3309

#2D3309
(45,51,9)
#292F09
(41,47,9)
#252B09
(37,43,9)
#212709
(33,39,9)
#1D2309
(29,35,9)
#191F09
(25,31,9)
#151B09
(21,27,9)
#111709
(17,23,9)
#0D1309
(13,19,9)
#090F09
(9,15,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #2D3309

#2D3309
(45,51,9)
#40451F
(64,69,31)
#535735
(83,87,53)
#66694B
(102,105,75)
#797B61
(121,123,97)
#8C8D77
(140,141,119)
#9F9F8D
(159,159,141)
#B2B1A3
(178,177,163)
#C5C3B9
(197,195,185)
#D8D5CF
(216,213,207)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3309 color. Also use rgb(45,51,9) instead hex code.

Text Font Color

.myTextColor { color: #2D3309; }

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

This text font color is #2D3309.


Background Color

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

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

This div background color is #2D3309.


Border color

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

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

This div border color is #2D3309.


Opacity

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

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

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

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

This text has shadow with #2D3309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3309 on black background.


Color preview on white background

This text has color #2D3309 on white background.



Black color preview on #2D3309 background

This text has black color on #2D3309 background.


White color preview on #2D3309 background

This text has white color on #2D3309 background.