COLOR #20120D

HEX: #20120D RGB: (32,18,13)

Color info

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

RGB color model

#20120D color RGB value is (32,18,13).

RGB: (32,18,13) (13%, 7%, 5%)

RGB channels and saturation

R 32 of 255 = 13%
G 18 of 255 = 7%
B 13 of 255 = 5%

32
18
13

R + G + B ~ 8%. #20120D is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 18 + 13 = 63 (100%)
R 32 of 63 ~ 50.79%
G 18 of 63 ~ 28.57%
B 13 of 63 ~ 20.63'%

%50.79
%28.57
%20.63

CMYK color model

#20120D color CMYK value is (0,44,59,87).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 59.38%
  • key color value is 87.45%

CMYK: (0,44,59,87)
C0M44Y59K87 (0%, 44%, 59%, 87%)
(0.00 / 0.44 / 0.59 / 0.87)

CMYK percentages

%0
%43.75
%59.38
%87.45

Codes

Color #20120D in popluar color models

20 12 0D
RGB 32 18 13
HSL 16° 42.22% 8.82%
HSB/HSV 16° 59.38% 12.55%
CMYK 0.00% 43.75% 59.38%
87.45%

Color #20120D in popluar number systems.

HEX 20 12 0D
Decimal 32 18 13
Binary 100000 10010 1101
Octal 40 22 15

Shades and tints

Shades of #20120D

#20120D
(32,18,13)
#1E110C
(30,17,12)
#1C100B
(28,16,11)
#1A0F0A
(26,15,10)
#180E09
(24,14,9)
#160D08
(22,13,8)
#140C07
(20,12,7)
#120B06
(18,11,6)
#100A05
(16,10,5)
#0E0904
(14,9,4)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #20120D

#20120D
(32,18,13)
#342723
(52,39,35)
#483C39
(72,60,57)
#5C514F
(92,81,79)
#706665
(112,102,101)
#847B7B
(132,123,123)
#989091
(152,144,145)
#ACA5A7
(172,165,167)
#C0BABD
(192,186,189)
#D4CFD3
(212,207,211)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20120D color. Also use rgb(32,18,13) instead hex code.

Text Font Color

.myTextColor { color: #20120D; }

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

This text font color is #20120D.

Background Color

.myBgColor { background-color: #20120D; }

<div style="background-color:#20120D">Inner text</div>

This div background color is #20120D.

Border color

.myBorderColor { border: 1px solid #20120D; }

<div style="border:3px solid #20120D">Div</div>

This div border color is #20120D.

Opacity

.myOpacity80 { color: #20120D; opacity: 0.8; }

<p style="color:#20120D;opacity:0.8;">80%</p>

Text with #20120D 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 #20120D;}

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

This text has shadow with #20120D color.


.textShadow {text-shadow: 3px 3px 1px #20120D', 3px 3px 1px red;}

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

This text has shadow with #20120D primary color and red secondary color.


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

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

This text has shadow with #20120D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #20120D; -webkit-box-shadow: 1px 1px 3px 2px #20120D; box-shadow:1px 1px 3px 2px #20120D;">
Div content here
</div>

This div box has shadow with color #20120D.

Preview

Color preview on black background

This text has color #20120D on black background.


Color preview on white background

This text has color #20120D on white background.


Black color preview on #20120D background

This text has black color on #20120D background.


White color preview on #20120D background

This text has white color on #20120D background.


Related colors

Complementary color

Complementary color for #hex is #DFEDF2.


I love getcolorcode.com

Triadic colors

1 #0D2012 and #120D20 with #20120D are triadic colors.

2 #0D1220 and #12200D with #20120D are triadic colors.