COLOR #03120D

HEX: #03120D RGB: (3,18,13)

Color info

#03120D contains red, green and blue colors in about the same proportion. Web safe color of #03120D is #000000 (or #000).

RGB color model

#03120D color RGB value is (3,18,13).

RGB: (3,18,13) (1%, 7%, 5%)

RGB channels and saturation

R 3 of 255 = 1%
G 18 of 255 = 7%
B 13 of 255 = 5%

3
18
13

R + G + B ~ 4%. #03120D is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 18 + 13 = 34 (100%)
R 3 of 34 ~ 8.82%
G 18 of 34 ~ 52.94%
B 13 of 34 ~ 38.24'%

%52.94
%38.24

CMYK color model

#03120D color CMYK value is (83,0,28,93).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 92.94%
CMYK: (83,0,28,93) C83M0Y28K93 (83%,0%,28%,93%) (0.83/0.00/0.28/0.93) 

CMYK percentages

%83.33
%0
%27.78
%92.94

Codes

Color #03120D in popluar color models

03 12 0D
RGB 3 18 13
HSL 160° 71.43% 4.12%
HSB/HSV 160° 83.33% 7.06%
CMYK 83.33% 0.00% 27.78%
92.94%

Color #03120D in popluar number systems.

HEX 03 12 0D
Decimal 3 18 13
Binary 11 10010 1101
Octal 3 22 15

Shades and tints

Shades of #03120D

#03120D
(3,18,13)
#03110C
(3,17,12)
#03100B
(3,16,11)
#030F0A
(3,15,10)
#030E09
(3,14,9)
#030D08
(3,13,8)
#030C07
(3,12,7)
#030B06
(3,11,6)
#030A05
(3,10,5)
#030904
(3,9,4)
#030803
(3,8,3)
#000000
(0,0,0)

Tints of #03120D

#03120D
(3,18,13)
#192723
(25,39,35)
#2F3C39
(47,60,57)
#45514F
(69,81,79)
#5B6665
(91,102,101)
#717B7B
(113,123,123)
#879091
(135,144,145)
#9DA5A7
(157,165,167)
#B3BABD
(179,186,189)
#C9CFD3
(201,207,211)
#DFE4E9
(223,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03120D; }

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

This text font color is #03120D.

Background Color

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

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

This div background color is #03120D.

Border color

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

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

This div border color is #03120D.

Opacity

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

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

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

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

This text has shadow with #03120D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03120D.

Preview

Color preview on black background

This text has color #03120D on black background.


Color preview on white background

This text has color #03120D on white background.


Black color preview on #03120D background

This text has black color on #03120D background.


White color preview on #03120D background

This text has white color on #03120D background.


Related colors

Complementary color

Complementary color for #hex is #FCEDF2.


I love getcolorcode.com

Triadic colors

1 #0D0312 and #120D03 with #03120D are triadic colors.

2 #0D1203 and #12030D with #03120D are triadic colors.