COLOR #0A140D

HEX: #0A140D RGB: (10,20,13)

Color info

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

RGB color model

#0A140D color RGB value is (10,20,13).

RGB: (10,20,13) (4%, 8%, 5%)

RGB channels and saturation

R 10 of 255 = 4%
G 20 of 255 = 8%
B 13 of 255 = 5%

10
20
13

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

Portions of RGB colors in percentages

R + G + B = 10 + 20 + 13 = 43 (100%)
R 10 of 43 ~ 23.26%
G 20 of 43 ~ 46.51%
B 13 of 43 ~ 30.23'%

%23.26
%46.51
%30.23

CMYK color model

#0A140D color CMYK value is (50,0,35,92).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 92.16%

CMYK: (50,0,35,92)
C50M0Y35K92 (50%, 0%, 35%, 92%)
(0.50 / 0.00 / 0.35 / 0.92)

CMYK percentages

%50
%0
%35
%92.16

Codes

Color #0A140D in popluar color models

0A 14 0D
RGB 10 20 13
HSL 138° 33.33% 5.88%
HSB/HSV 138° 50.00% 7.84%
CMYK 50.00% 0.00% 35.00%
92.16%

Color #0A140D in popluar number systems.

HEX 0A 14 0D
Decimal 10 20 13
Binary 1010 10100 1101
Octal 12 24 15

Shades and tints

Shades of #0A140D

#0A140D
(10,20,13)
#0A130C
(10,19,12)
#0A120B
(10,18,11)
#0A110A
(10,17,10)
#0A1009
(10,16,9)
#0A0F08
(10,15,8)
#0A0E07
(10,14,7)
#0A0D06
(10,13,6)
#0A0C05
(10,12,5)
#0A0B04
(10,11,4)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #0A140D

#0A140D
(10,20,13)
#202923
(32,41,35)
#363E39
(54,62,57)
#4C534F
(76,83,79)
#626865
(98,104,101)
#787D7B
(120,125,123)
#8E9291
(142,146,145)
#A4A7A7
(164,167,167)
#BABCBD
(186,188,189)
#D0D1D3
(208,209,211)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A140D color. Also use rgb(10,20,13) instead hex code.

Text Font Color

.myTextColor { color: #0A140D; }

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

This text font color is #0A140D.

Background Color

.myBgColor { background-color: #0A140D; }

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

This div background color is #0A140D.

Border color

.myBorderColor { border: 1px solid #0A140D; }

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

This div border color is #0A140D.

Opacity

.myOpacity80 { color: #0A140D; opacity: 0.8; }

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

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

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

This text has shadow with #0A140D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A140D.

Preview

Color preview on black background

This text has color #0A140D on black background.


Color preview on white background

This text has color #0A140D on white background.


Black color preview on #0A140D background

This text has black color on #0A140D background.


White color preview on #0A140D background

This text has white color on #0A140D background.


Related colors

Complementary color

Complementary color for #hex is #F5EBF2.


I love getcolorcode.com

Triadic colors

1 #0D0A14 and #140D0A with #0A140D are triadic colors.

2 #0D140A and #140A0D with #0A140D are triadic colors.