COLOR #081304

HEX: #081304 RGB: (8,19,4)

Color info

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

RGB color model

#081304 color RGB value is (8,19,4).

RGB: (8,19,4) (3%, 7%, 2%)

RGB channels and saturation

R 8 of 255 = 3%
G 19 of 255 = 7%
B 4 of 255 = 2%

8
19
4

R + G + B ~ 4%. #081304 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 19 + 4 = 31 (100%)
R 8 of 31 ~ 25.81%
G 19 of 31 ~ 61.29%
B 4 of 31 ~ 12.9'%

%25.81
%61.29
%12.9

CMYK color model

#081304 color CMYK value is (58,0,79,93).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 92.55%

CMYK: (58,0,79,93)
C58M0Y79K93 (58%, 0%, 79%, 93%)
(0.58 / 0.00 / 0.79 / 0.93)

CMYK percentages

%57.89
%0
%78.95
%92.55

Codes

Color #081304 in popluar color models

08 13 04
RGB 8 19 4
HSL 104° 65.22% 4.51%
HSB/HSV 104° 78.95% 7.45%
CMYK 57.89% 0.00% 78.95%
92.55%

Color #081304 in popluar number systems.

HEX 08 13 04
Decimal 8 19 4
Binary 1000 10011 100
Octal 10 23 4

Shades and tints

Shades of #081304

#081304
(8,19,4)
#081204
(8,18,4)
#081104
(8,17,4)
#081004
(8,16,4)
#080F04
(8,15,4)
#080E04
(8,14,4)
#080D04
(8,13,4)
#080C04
(8,12,4)
#080B04
(8,11,4)
#080A04
(8,10,4)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #081304

#081304
(8,19,4)
#1E281A
(30,40,26)
#343D30
(52,61,48)
#4A5246
(74,82,70)
#60675C
(96,103,92)
#767C72
(118,124,114)
#8C9188
(140,145,136)
#A2A69E
(162,166,158)
#B8BBB4
(184,187,180)
#CED0CA
(206,208,202)
#E4E5E0
(228,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081304; }

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

This text font color is #081304.

Background Color

.myBgColor { background-color: #081304; }

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

This div background color is #081304.

Border color

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

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

This div border color is #081304.

Opacity

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

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

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

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

This text has shadow with #081304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081304.

Preview

Color preview on black background

This text has color #081304 on black background.


Color preview on white background

This text has color #081304 on white background.


Black color preview on #081304 background

This text has black color on #081304 background.


White color preview on #081304 background

This text has white color on #081304 background.


Related colors

Complementary color

Complementary color for #hex is #F7ECFB.


I love getcolorcode.com

Triadic colors

1 #040813 and #130408 with #081304 are triadic colors.

2 #041308 and #130804 with #081304 are triadic colors.