COLOR #031210

HEX: #031210 RGB: (3,18,16)

Color info

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

RGB color model

#031210 color RGB value is (3,18,16).

RGB: (3,18,16) (1%, 7%, 6%)

RGB channels and saturation

R 3 of 255 = 1%
G 18 of 255 = 7%
B 16 of 255 = 6%

3
18
16

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

Portions of RGB colors in percentages

R + G + B = 3 + 18 + 16 = 37 (100%)
R 3 of 37 ~ 8.11%
G 18 of 37 ~ 48.65%
B 16 of 37 ~ 43.24'%

%48.65
%43.24

CMYK color model

#031210 color CMYK value is (83,0,11,93).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 92.94%

CMYK: (83,0,11,93)
C83M0Y11K93 (83%, 0%, 11%, 93%)
(0.83 / 0.00 / 0.11 / 0.93)

CMYK percentages

%83.33
%0
%11.11
%92.94

Codes

Color #031210 in popluar color models

03 12 10
RGB 3 18 16
HSL 172° 71.43% 4.12%
HSB/HSV 172° 83.33% 7.06%
CMYK 83.33% 0.00% 11.11%
92.94%

Color #031210 in popluar number systems.

HEX 03 12 10
Decimal 3 18 16
Binary 11 10010 10000
Octal 3 22 20

Shades and tints

Shades of #031210

#031210
(3,18,16)
#03110F
(3,17,15)
#03100E
(3,16,14)
#030F0D
(3,15,13)
#030E0C
(3,14,12)
#030D0B
(3,13,11)
#030C0A
(3,12,10)
#030B09
(3,11,9)
#030A08
(3,10,8)
#030907
(3,9,7)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #031210

#031210
(3,18,16)
#192725
(25,39,37)
#2F3C3A
(47,60,58)
#45514F
(69,81,79)
#5B6664
(91,102,100)
#717B79
(113,123,121)
#87908E
(135,144,142)
#9DA5A3
(157,165,163)
#B3BAB8
(179,186,184)
#C9CFCD
(201,207,205)
#DFE4E2
(223,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031210; }

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

This text font color is #031210.

Background Color

.myBgColor { background-color: #031210; }

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

This div background color is #031210.

Border color

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

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

This div border color is #031210.

Opacity

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

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

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

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

This text has shadow with #031210 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031210.

Preview

Color preview on black background

This text has color #031210 on black background.


Color preview on white background

This text has color #031210 on white background.


Black color preview on #031210 background

This text has black color on #031210 background.


White color preview on #031210 background

This text has white color on #031210 background.


Related colors

Complementary color

Complementary color for #hex is #FCEDEF.


I love getcolorcode.com

Triadic colors

1 #100312 and #121003 with #031210 are triadic colors.

2 #101203 and #120310 with #031210 are triadic colors.