COLOR #031E3C

HEX: #031E3C
RGB: (3,30,60)

Color info

#031E3C contains red, green and blue colors in about the same proportion. Web safe color of #031E3C is #003333 (or #033).

RGB color model

#031E3C color RGB value is (3,30,60).

  • red value is 3;
  • green value is 30;
  • blue value is 60.
RGB:
(3,30,60)
(1%,12%,24%)

RGB channels and saturation

R 3 of 255 = 1%
G 30 of 255 = 12%
B 60 of 255 = 24%

3
30
60

R + G + B ~ 12%. #031E3C is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 30 + 60 = 93 (100%)
R 3 of 93 ~ 3.23%
G 30 of 93 ~ 32.26%
B 60 of 93 ~ 64.52%

%32.26
%64.52

CMYK color model

#031E3C color CMYK value is (95,50,0,76).

  • cyan value is 95.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(95,50,0,76)
C95M50Y0K76 
(95%,50%,0%,76%)
(0.95/0.50/0.00/0.76)	

CMYK percentages

%95
%50
%0
%76.47

Codes

Color #031E3C in popluar color models

031E3C
RGB33060
HSL212°90.48%12.35%
HSB/HSV212°95.00%23.53%
CMYK95.00%50.00%0.00%
76.47%

Color #031E3C in popluar number systems.

HEX031E3C
Decimal33060
Binary1111110111100
Octal33674

Shades and tints

Shades of #031E3C

#031E3C
(3,30,60)
#031C37
(3,28,55)
#031A32
(3,26,50)
#03182D
(3,24,45)
#031628
(3,22,40)
#031423
(3,20,35)
#03121E
(3,18,30)
#031019
(3,16,25)
#030E14
(3,14,20)
#030C0F
(3,12,15)
#030A0A
(3,10,10)
#000000
(0,0,0)

Tints of #031E3C

#031E3C
(3,30,60)
#19324D
(25,50,77)
#2F465E
(47,70,94)
#455A6F
(69,90,111)
#5B6E80
(91,110,128)
#718291
(113,130,145)
#8796A2
(135,150,162)
#9DAAB3
(157,170,179)
#B3BEC4
(179,190,196)
#C9D2D5
(201,210,213)
#DFE6E6
(223,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031E3C color. Also use rgb(3,30,60) instead hex code.

Text Font Color

.myTextColor { color: #031E3C; }

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

This text font color is #031E3C.


Background Color

.myBgColor { background-color: #031E3C; }

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

This div background color is #031E3C.


Border color

.myBorderColor { border: 1px solid #031E3C; }

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

This div border color is #031E3C.


Opacity

.myOpacity80 { color: #031E3C; opacity: 0.8; }

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

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

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

This text has shadow with #031E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031E3C on black background.


Color preview on white background

This text has color #031E3C on white background.



Black color preview on #031E3C background

This text has black color on #031E3C background.


White color preview on #031E3C background

This text has white color on #031E3C background.