COLOR #081331

HEX: #081331 RGB: (8,19,49)

Color info

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

RGB color model

#081331 color RGB value is (8,19,49).

RGB: (8,19,49) (3%, 7%, 19%)

RGB channels and saturation

R 8 of 255 = 3%
G 19 of 255 = 7%
B 49 of 255 = 19%

8
19
49

R + G + B ~ 10%. #081331 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 19 + 49 = 76 (100%)
R 8 of 76 ~ 10.53%
G 19 of 76 ~ 25%
B 49 of 76 ~ 64.47'%

%10.53
%25
%64.47

CMYK color model

#081331 color CMYK value is (84,61,0,81).

  • cyan value is 83.67%
  • magenta value is 61.22%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (84,61,0,81)
C84M61Y0K81 (84%, 61%, 0%, 81%)
(0.84 / 0.61 / 0.00 / 0.81)

CMYK percentages

%83.67
%61.22
%0
%80.78

Codes

Color #081331 in popluar color models

08 13 31
RGB 8 19 49
HSL 224° 71.93% 11.18%
HSB/HSV 224° 83.67% 19.22%
CMYK 83.67% 61.22% 0.00%
80.78%

Color #081331 in popluar number systems.

HEX 08 13 31
Decimal 8 19 49
Binary 1000 10011 110001
Octal 10 23 61

Shades and tints

Shades of #081331

#081331
(8,19,49)
#08122D
(8,18,45)
#081129
(8,17,41)
#081025
(8,16,37)
#080F21
(8,15,33)
#080E1D
(8,14,29)
#080D19
(8,13,25)
#080C15
(8,12,21)
#080B11
(8,11,17)
#080A0D
(8,10,13)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #081331

#081331
(8,19,49)
#1E2843
(30,40,67)
#343D55
(52,61,85)
#4A5267
(74,82,103)
#606779
(96,103,121)
#767C8B
(118,124,139)
#8C919D
(140,145,157)
#A2A6AF
(162,166,175)
#B8BBC1
(184,187,193)
#CED0D3
(206,208,211)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081331; }

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

This text font color is #081331.

Background Color

.myBgColor { background-color: #081331; }

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

This div background color is #081331.

Border color

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

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

This div border color is #081331.

Opacity

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

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

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

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

This text has shadow with #081331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081331.

Preview

Color preview on black background

This text has color #081331 on black background.


Color preview on white background

This text has color #081331 on white background.


Black color preview on #081331 background

This text has black color on #081331 background.


White color preview on #081331 background

This text has white color on #081331 background.


Related colors

Complementary color

Complementary color for #hex is #F7ECCE.


I love getcolorcode.com

Triadic colors

1 #310813 and #133108 with #081331 are triadic colors.

2 #311308 and #130831 with #081331 are triadic colors.