COLOR #031311

HEX: #031311
RGB: (3,19,17)

Color info

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

RGB color model

#031311 color RGB value is (3,19,17).

  • red value is 3;
  • green value is 19;
  • blue value is 17.
RGB:
(3,19,17)
(1%,7%,7%)

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 17 of 255 = 7%

3
19
17

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

Portions of RGB colors in percentages

R + G + B =
3 + 19 + 17 = 39 (100%)
R 3 of 39 ~ 7.69%
G 19 of 39 ~ 48.72%
B 17 of 39 ~ 43.59%

%48.72
%43.59

CMYK color model

#031311 color CMYK value is (84,0,11,93).

  • cyan value is 84.21%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 92.55%
CMYK:
(84,0,11,93)
C84M0Y11K93 
(84%,0%,11%,93%)
(0.84/0.00/0.11/0.93)	

CMYK percentages

%84.21
%0
%10.53
%92.55

Codes

Color #031311 in popluar color models

031311
RGB31917
HSL173°72.73%4.31%
HSB/HSV173°84.21%7.45%
CMYK84.21%0.00%10.53%
92.55%

Color #031311 in popluar number systems.

HEX031311
Decimal31917
Binary111001110001
Octal32321

Shades and tints

Shades of #031311

#031311
(3,19,17)
#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)
#000000
(0,0,0)

Tints of #031311

#031311
(3,19,17)
#192826
(25,40,38)
#2F3D3B
(47,61,59)
#455250
(69,82,80)
#5B6765
(91,103,101)
#717C7A
(113,124,122)
#87918F
(135,145,143)
#9DA6A4
(157,166,164)
#B3BBB9
(179,187,185)
#C9D0CE
(201,208,206)
#DFE5E3
(223,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031311 color. Also use rgb(3,19,17) instead hex code.

Text Font Color

.myTextColor { color: #031311; }

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

This text font color is #031311.


Background Color

.myBgColor { background-color: #031311; }

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

This div background color is #031311.


Border color

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

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

This div border color is #031311.


Opacity

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

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

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

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

This text has shadow with #031311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031311 on black background.


Color preview on white background

This text has color #031311 on white background.



Black color preview on #031311 background

This text has black color on #031311 background.


White color preview on #031311 background

This text has white color on #031311 background.