COLOR #13080E

HEX: #13080E RGB: (19,8,14)

Color info

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

RGB color model

#13080E color RGB value is (19,8,14).

RGB: (19,8,14) (7%, 3%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 8 of 255 = 3%
B 14 of 255 = 5%

19
8
14

R + G + B ~ 5%. #13080E is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 8 + 14 = 41 (100%)
R 19 of 41 ~ 46.34%
G 8 of 41 ~ 19.51%
B 14 of 41 ~ 34.15'%

%46.34
%19.51
%34.15

CMYK color model

#13080E color CMYK value is (0,58,26,93).

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

CMYK: (0,58,26,93)
C0M58Y26K93 (0%, 58%, 26%, 93%)
(0.00 / 0.58 / 0.26 / 0.93)

CMYK percentages

%0
%57.89
%26.32
%92.55

Codes

Color #13080E in popluar color models

13 08 0E
RGB 19 8 14
HSL 327° 40.74% 5.29%
HSB/HSV 327° 57.89% 7.45%
CMYK 0.00% 57.89% 26.32%
92.55%

Color #13080E in popluar number systems.

HEX 13 08 0E
Decimal 19 8 14
Binary 10011 1000 1110
Octal 23 10 16

Shades and tints

Shades of #13080E

#13080E
(19,8,14)
#12080D
(18,8,13)
#11080C
(17,8,12)
#10080B
(16,8,11)
#0F080A
(15,8,10)
#0E0809
(14,8,9)
#0D0808
(13,8,8)
#0C0807
(12,8,7)
#0B0806
(11,8,6)
#0A0805
(10,8,5)
#090804
(9,8,4)
#000000
(0,0,0)

Tints of #13080E

#13080E
(19,8,14)
#281E23
(40,30,35)
#3D3438
(61,52,56)
#524A4D
(82,74,77)
#676062
(103,96,98)
#7C7677
(124,118,119)
#918C8C
(145,140,140)
#A6A2A1
(166,162,161)
#BBB8B6
(187,184,182)
#D0CECB
(208,206,203)
#E5E4E0
(229,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13080E; }

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

This text font color is #13080E.

Background Color

.myBgColor { background-color: #13080E; }

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

This div background color is #13080E.

Border color

.myBorderColor { border: 1px solid #13080E; }

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

This div border color is #13080E.

Opacity

.myOpacity80 { color: #13080E; opacity: 0.8; }

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

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

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

This text has shadow with #13080E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13080E.

Preview

Color preview on black background

This text has color #13080E on black background.


Color preview on white background

This text has color #13080E on white background.


Black color preview on #13080E background

This text has black color on #13080E background.


White color preview on #13080E background

This text has white color on #13080E background.


Related colors

Complementary color

Complementary color for #hex is #ECF7F1.


I love getcolorcode.com

Triadic colors

1 #0E1308 and #080E13 with #13080E are triadic colors.

2 #0E0813 and #08130E with #13080E are triadic colors.