COLOR #050E0D

HEX: #050E0D RGB: (5,14,13)

Color info

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

RGB color model

#050E0D color RGB value is (5,14,13).

RGB: (5,14,13) (2%, 5%, 5%)

RGB channels and saturation

R 5 of 255 = 2%
G 14 of 255 = 5%
B 13 of 255 = 5%

5
14
13

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

Portions of RGB colors in percentages

R + G + B = 5 + 14 + 13 = 32 (100%)
R 5 of 32 ~ 15.63%
G 14 of 32 ~ 43.75%
B 13 of 32 ~ 40.63'%

%15.63
%43.75
%40.63

CMYK color model

#050E0D color CMYK value is (64,0,7,95).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 94.51%
CMYK: (64,0,7,95) C64M0Y7K95 (64%,0%,7%,95%) (0.64/0.00/0.07/0.95) 

CMYK percentages

%64.29
%0
%7.14
%94.51

Codes

Color #050E0D in popluar color models

05 0E 0D
RGB 5 14 13
HSL 173° 47.37% 3.73%
HSB/HSV 173° 64.29% 5.49%
CMYK 64.29% 0.00% 7.14%
94.51%

Color #050E0D in popluar number systems.

HEX 05 0E 0D
Decimal 5 14 13
Binary 101 1110 1101
Octal 5 16 15

Shades and tints

Shades of #050E0D

#050E0D
(5,14,13)
#050D0C
(5,13,12)
#050C0B
(5,12,11)
#050B0A
(5,11,10)
#050A09
(5,10,9)
#050908
(5,9,8)
#050807
(5,8,7)
#050706
(5,7,6)
#050605
(5,6,5)
#050504
(5,5,4)
#050403
(5,4,3)
#000000
(0,0,0)

Tints of #050E0D

#050E0D
(5,14,13)
#1B2323
(27,35,35)
#313839
(49,56,57)
#474D4F
(71,77,79)
#5D6265
(93,98,101)
#73777B
(115,119,123)
#898C91
(137,140,145)
#9FA1A7
(159,161,167)
#B5B6BD
(181,182,189)
#CBCBD3
(203,203,211)
#E1E0E9
(225,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050E0D color. Also use rgb(5,14,13) instead hex code.

Text Font Color

.myTextColor { color: #050E0D; }

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

This text font color is #050E0D.

Background Color

.myBgColor { background-color: #050E0D; }

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

This div background color is #050E0D.

Border color

.myBorderColor { border: 1px solid #050E0D; }

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

This div border color is #050E0D.

Opacity

.myOpacity80 { color: #050E0D; opacity: 0.8; }

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

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

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

This text has shadow with #050E0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050E0D.

Preview

Color preview on black background

This text has color #050E0D on black background.


Color preview on white background

This text has color #050E0D on white background.


Black color preview on #050E0D background

This text has black color on #050E0D background.


White color preview on #050E0D background

This text has white color on #050E0D background.


Related colors

Complementary color

Complementary color for #hex is #FAF1F2.


I love getcolorcode.com

Triadic colors

1 #0D050E and #0E0D05 with #050E0D are triadic colors.

2 #0D0E05 and #0E050D with #050E0D are triadic colors.