COLOR #031020

HEX: #031020
RGB: (3,16,32)

Color info

#031020 contains red, green and blue colors in about the same proportion. Web safe color of #031020 is #000033 (or #003).

RGB color model

#031020 color RGB value is (3,16,32).

  • red value is 3;
  • green value is 16;
  • blue value is 32.
RGB:
(3,16,32)
(1%,6%,13%)

RGB channels and saturation

R 3 of 255 = 1%
G 16 of 255 = 6%
B 32 of 255 = 13%

3
16
32

R + G + B ~ 7%. #031020 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 16 + 32 = 51 (100%)
R 3 of 51 ~ 5.88%
G 16 of 51 ~ 31.37%
B 32 of 51 ~ 62.75%

%31.37
%62.75

CMYK color model

#031020 color CMYK value is (91,50,0,87).

  • cyan value is 90.63%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(91,50,0,87)
C91M50Y0K87 
(91%,50%,0%,87%)
(0.91/0.50/0.00/0.87)	

CMYK percentages

%90.63
%50
%0
%87.45

Codes

Color #031020 in popluar color models

031020
RGB31632
HSL213°82.86%6.86%
HSB/HSV213°90.63%12.55%
CMYK90.63%50.00%0.00%
87.45%

Color #031020 in popluar number systems.

HEX031020
Decimal31632
Binary1110000100000
Octal32040

Shades and tints

Shades of #031020

#031020
(3,16,32)
#030F1E
(3,15,30)
#030E1C
(3,14,28)
#030D1A
(3,13,26)
#030C18
(3,12,24)
#030B16
(3,11,22)
#030A14
(3,10,20)
#030912
(3,9,18)
#030810
(3,8,16)
#03070E
(3,7,14)
#03060C
(3,6,12)
#000000
(0,0,0)

Tints of #031020

#031020
(3,16,32)
#192534
(25,37,52)
#2F3A48
(47,58,72)
#454F5C
(69,79,92)
#5B6470
(91,100,112)
#717984
(113,121,132)
#878E98
(135,142,152)
#9DA3AC
(157,163,172)
#B3B8C0
(179,184,192)
#C9CDD4
(201,205,212)
#DFE2E8
(223,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031020; }

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

This text font color is #031020.


Background Color

.myBgColor { background-color: #031020; }

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

This div background color is #031020.


Border color

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

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

This div border color is #031020.


Opacity

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

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

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

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

This text has shadow with #031020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031020 on black background.


Color preview on white background

This text has color #031020 on white background.



Black color preview on #031020 background

This text has black color on #031020 background.


White color preview on #031020 background

This text has white color on #031020 background.