COLOR #031512

HEX: #031512
RGB: (3,21,18)

Color info

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

RGB color model

#031512 color RGB value is (3,21,18).

  • red value is 3;
  • green value is 21;
  • blue value is 18.
RGB:
(3,21,18)
(1%,8%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 21 of 255 = 8%
B 18 of 255 = 7%

3
21
18

R + G + B ~ 5%. #031512 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 21 + 18 = 42 (100%)
R 3 of 42 ~ 7.14%
G 21 of 42 ~ 50%
B 18 of 42 ~ 42.86%

%50
%42.86

CMYK color model

#031512 color CMYK value is (86,0,14,92).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 91.76%
CMYK:
(86,0,14,92)
C86M0Y14K92 
(86%,0%,14%,92%)
(0.86/0.00/0.14/0.92)	

CMYK percentages

%85.71
%0
%14.29
%91.76

Codes

Color #031512 in popluar color models

031512
RGB32118
HSL170°75.00%4.71%
HSB/HSV170°85.71%8.24%
CMYK85.71%0.00%14.29%
91.76%

Color #031512 in popluar number systems.

HEX031512
Decimal32118
Binary111010110010
Octal32522

Shades and tints

Shades of #031512

#031512
(3,21,18)
#031411
(3,20,17)
#031310
(3,19,16)
#03120F
(3,18,15)
#03110E
(3,17,14)
#03100D
(3,16,13)
#030F0C
(3,15,12)
#030E0B
(3,14,11)
#030D0A
(3,13,10)
#030C09
(3,12,9)
#030B08
(3,11,8)
#000000
(0,0,0)

Tints of #031512

#031512
(3,21,18)
#192A27
(25,42,39)
#2F3F3C
(47,63,60)
#455451
(69,84,81)
#5B6966
(91,105,102)
#717E7B
(113,126,123)
#879390
(135,147,144)
#9DA8A5
(157,168,165)
#B3BDBA
(179,189,186)
#C9D2CF
(201,210,207)
#DFE7E4
(223,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031512; }

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

This text font color is #031512.


Background Color

.myBgColor { background-color: #031512; }

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

This div background color is #031512.


Border color

.myBorderColor { border: 1px solid #031512; }

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

This div border color is #031512.


Opacity

.myOpacity80 { color: #031512; opacity: 0.8; }

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

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

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

This text has shadow with #031512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031512 on black background.


Color preview on white background

This text has color #031512 on white background.



Black color preview on #031512 background

This text has black color on #031512 background.


White color preview on #031512 background

This text has white color on #031512 background.