COLOR #081347

HEX: #081347
RGB: (8,19,71)

Color info

#081347 contains mainly green and blue colors. Web safe color of #081347 is #000033 (or #003).

RGB color model

#081347 color RGB value is (8,19,71).

  • red value is 8;
  • green value is 19;
  • blue value is 71.
RGB:
(8,19,71)
(3%,7%,28%)

RGB channels and saturation

R 8 of 255 = 3%
G 19 of 255 = 7%
B 71 of 255 = 28%

8
19
71

R + G + B ~ 13%. #081347 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 19 + 71 = 98 (100%)
R 8 of 98 ~ 8.16%
G 19 of 98 ~ 19.39%
B 71 of 98 ~ 72.45%

%19.39
%72.45

CMYK color model

#081347 color CMYK value is (89,73,0,72).

  • cyan value is 88.73%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(89,73,0,72)
C89M73Y0K72 
(89%,73%,0%,72%)
(0.89/0.73/0.00/0.72)	

CMYK percentages

%88.73
%73.24
%0
%72.16

Codes

Color #081347 in popluar color models

081347
RGB81971
HSL230°79.75%15.49%
HSB/HSV230°88.73%27.84%
CMYK88.73%73.24%0.00%
72.16%

Color #081347 in popluar number systems.

HEX081347
Decimal81971
Binary1000100111000111
Octal1023107

Shades and tints

Shades of #081347

#081347
(8,19,71)
#081241
(8,18,65)
#08113B
(8,17,59)
#081035
(8,16,53)
#080F2F
(8,15,47)
#080E29
(8,14,41)
#080D23
(8,13,35)
#080C1D
(8,12,29)
#080B17
(8,11,23)
#080A11
(8,10,17)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #081347

#081347
(8,19,71)
#1E2857
(30,40,87)
#343D67
(52,61,103)
#4A5277
(74,82,119)
#606787
(96,103,135)
#767C97
(118,124,151)
#8C91A7
(140,145,167)
#A2A6B7
(162,166,183)
#B8BBC7
(184,187,199)
#CED0D7
(206,208,215)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081347 color. Also use rgb(8,19,71) instead hex code.

Text Font Color

.myTextColor { color: #081347; }

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

This text font color is #081347.


Background Color

.myBgColor { background-color: #081347; }

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

This div background color is #081347.


Border color

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

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

This div border color is #081347.


Opacity

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

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

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

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

This text has shadow with #081347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081347 on black background.


Color preview on white background

This text has color #081347 on white background.



Black color preview on #081347 background

This text has black color on #081347 background.


White color preview on #081347 background

This text has white color on #081347 background.