COLOR #031827

HEX: #031827
RGB: (3,24,39)

Color info

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

RGB color model

#031827 color RGB value is (3,24,39).

  • red value is 3;
  • green value is 24;
  • blue value is 39.
RGB:
(3,24,39)
(1%,9%,15%)

RGB channels and saturation

R 3 of 255 = 1%
G 24 of 255 = 9%
B 39 of 255 = 15%

3
24
39

R + G + B ~ 8%. #031827 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 24 + 39 = 66 (100%)
R 3 of 66 ~ 4.55%
G 24 of 66 ~ 36.36%
B 39 of 66 ~ 59.09%

%36.36
%59.09

CMYK color model

#031827 color CMYK value is (92,38,0,85).

  • cyan value is 92.31%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(92,38,0,85)
C92M38Y0K85 
(92%,38%,0%,85%)
(0.92/0.38/0.00/0.85)	

CMYK percentages

%92.31
%38.46
%0
%84.71

Codes

Color #031827 in popluar color models

031827
RGB32439
HSL205°85.71%8.24%
HSB/HSV205°92.31%15.29%
CMYK92.31%38.46%0.00%
84.71%

Color #031827 in popluar number systems.

HEX031827
Decimal32439
Binary1111000100111
Octal33047

Shades and tints

Shades of #031827

#031827
(3,24,39)
#031624
(3,22,36)
#031421
(3,20,33)
#03121E
(3,18,30)
#03101B
(3,16,27)
#030E18
(3,14,24)
#030C15
(3,12,21)
#030A12
(3,10,18)
#03080F
(3,8,15)
#03060C
(3,6,12)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #031827

#031827
(3,24,39)
#192D3A
(25,45,58)
#2F424D
(47,66,77)
#455760
(69,87,96)
#5B6C73
(91,108,115)
#718186
(113,129,134)
#879699
(135,150,153)
#9DABAC
(157,171,172)
#B3C0BF
(179,192,191)
#C9D5D2
(201,213,210)
#DFEAE5
(223,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031827 color. Also use rgb(3,24,39) instead hex code.

Text Font Color

.myTextColor { color: #031827; }

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

This text font color is #031827.


Background Color

.myBgColor { background-color: #031827; }

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

This div background color is #031827.


Border color

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

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

This div border color is #031827.


Opacity

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

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

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

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

This text has shadow with #031827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031827 on black background.


Color preview on white background

This text has color #031827 on white background.



Black color preview on #031827 background

This text has black color on #031827 background.


White color preview on #031827 background

This text has white color on #031827 background.