COLOR #2D1509

HEX: #2D1509
RGB: (45,21,9)

Color info

#2D1509 contains red, green and blue colors in about the same proportion. Web safe color of #2D1509 is #330000 (or #300).

RGB color model

#2D1509 color RGB value is (45,21,9).

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

RGB channels and saturation

R 45 of 255 = 18%
G 21 of 255 = 8%
B 9 of 255 = 4%

45
21
9

R + G + B ~ 10%. #2D1509 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 21 + 9 = 75 (100%)
R 45 of 75 ~ 60%
G 21 of 75 ~ 28%
B 9 of 75 ~ 12%

%60
%28
%12

CMYK color model

#2D1509 color CMYK value is (0,53,80,82).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 80.00%
  • key color value is 82.35%
CMYK:
(0,53,80,82)
C0M53Y80K82 
(0%,53%,80%,82%)
(0.00/0.53/0.80/0.82)	

CMYK percentages

%0
%53.33
%80
%82.35

Codes

Color #2D1509 in popluar color models

2D1509
RGB45219
HSL20°66.67%10.59%
HSB/HSV20°80.00%17.65%
CMYK0.00%53.33%80.00%
82.35%

Color #2D1509 in popluar number systems.

HEX2D1509
Decimal45219
Binary101101101011001
Octal552511

Shades and tints

Shades of #2D1509

#2D1509
(45,21,9)
#291409
(41,20,9)
#251309
(37,19,9)
#211209
(33,18,9)
#1D1109
(29,17,9)
#191009
(25,16,9)
#150F09
(21,15,9)
#110E09
(17,14,9)
#0D0D09
(13,13,9)
#090C09
(9,12,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #2D1509

#2D1509
(45,21,9)
#402A1F
(64,42,31)
#533F35
(83,63,53)
#66544B
(102,84,75)
#796961
(121,105,97)
#8C7E77
(140,126,119)
#9F938D
(159,147,141)
#B2A8A3
(178,168,163)
#C5BDB9
(197,189,185)
#D8D2CF
(216,210,207)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D1509; }

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

This text font color is #2D1509.


Background Color

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

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

This div background color is #2D1509.


Border color

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

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

This div border color is #2D1509.


Opacity

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

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

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

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

This text has shadow with #2D1509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D1509 on black background.


Color preview on white background

This text has color #2D1509 on white background.



Black color preview on #2D1509 background

This text has black color on #2D1509 background.


White color preview on #2D1509 background

This text has white color on #2D1509 background.