COLOR #081113

HEX: #081113 RGB: (8,17,19)

Color info

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

RGB color model

#081113 color RGB value is (8,17,19).

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

RGB channels and saturation

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

8
17
19

R + G + B ~ 6%. #081113 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 17 + 19 = 44 (100%)
R 8 of 44 ~ 18.18%
G 17 of 44 ~ 38.64%
B 19 of 44 ~ 43.18'%

%18.18
%38.64
%43.18

CMYK color model

#081113 color CMYK value is (58,11,0,93).

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

CMYK: (58,11,0,93)
C58M11Y0K93 (58%, 11%, 0%, 93%)
(0.58 / 0.11 / 0.00 / 0.93)

CMYK percentages

%57.89
%10.53
%0
%92.55

Codes

Color #081113 in popluar color models

08 11 13
RGB 8 17 19
HSL 191° 40.74% 5.29%
HSB/HSV 191° 57.89% 7.45%
CMYK 57.89% 10.53% 0.00%
92.55%

Color #081113 in popluar number systems.

HEX 08 11 13
Decimal 8 17 19
Binary 1000 10001 10011
Octal 10 21 23

Shades and tints

Shades of #081113

#081113
(8,17,19)
#081012
(8,16,18)
#080F11
(8,15,17)
#080E10
(8,14,16)
#080D0F
(8,13,15)
#080C0E
(8,12,14)
#080B0D
(8,11,13)
#080A0C
(8,10,12)
#08090B
(8,9,11)
#08080A
(8,8,10)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #081113

#081113
(8,17,19)
#1E2628
(30,38,40)
#343B3D
(52,59,61)
#4A5052
(74,80,82)
#606567
(96,101,103)
#767A7C
(118,122,124)
#8C8F91
(140,143,145)
#A2A4A6
(162,164,166)
#B8B9BB
(184,185,187)
#CECED0
(206,206,208)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081113; }

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

This text font color is #081113.

Background Color

.myBgColor { background-color: #081113; }

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

This div background color is #081113.

Border color

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

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

This div border color is #081113.

Opacity

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

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

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

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

This text has shadow with #081113 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081113.

Preview

Color preview on black background

This text has color #081113 on black background.


Color preview on white background

This text has color #081113 on white background.


Black color preview on #081113 background

This text has black color on #081113 background.


White color preview on #081113 background

This text has white color on #081113 background.


Related colors

Complementary color

Complementary color for #hex is #F7EEEC.


I love getcolorcode.com

Triadic colors

1 #130811 and #111308 with #081113 are triadic colors.

2 #131108 and #110813 with #081113 are triadic colors.