COLOR #0A290D

HEX: #0A290D RGB: (10,41,13)

Color info

#0A290D contains red, green and blue colors in about the same proportion. Web safe color of #0A290D is #003300 (or #030).

RGB color model

#0A290D color RGB value is (10,41,13).

RGB: (10,41,13) (4%, 16%, 5%)

RGB channels and saturation

R 10 of 255 = 4%
G 41 of 255 = 16%
B 13 of 255 = 5%

10
41
13

R + G + B ~ 8%. #0A290D is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 41 + 13 = 64 (100%)
R 10 of 64 ~ 15.63%
G 41 of 64 ~ 64.06%
B 13 of 64 ~ 20.31'%

%15.63
%64.06
%20.31

CMYK color model

#0A290D color CMYK value is (76,0,68,84).

  • cyan value is 75.61%
  • magenta value is 0.00%
  • yellow value is 68.29%
  • key color value is 83.92%

CMYK: (76,0,68,84)
C76M0Y68K84 (76%, 0%, 68%, 84%)
(0.76 / 0.00 / 0.68 / 0.84)

CMYK percentages

%75.61
%0
%68.29
%83.92

Codes

Color #0A290D in popluar color models

0A 29 0D
RGB 10 41 13
HSL 126° 60.78% 10.00%
HSB/HSV 126° 75.61% 16.08%
CMYK 75.61% 0.00% 68.29%
83.92%

Color #0A290D in popluar number systems.

HEX 0A 29 0D
Decimal 10 41 13
Binary 1010 101001 1101
Octal 12 51 15

Shades and tints

Shades of #0A290D

#0A290D
(10,41,13)
#0A260C
(10,38,12)
#0A230B
(10,35,11)
#0A200A
(10,32,10)
#0A1D09
(10,29,9)
#0A1A08
(10,26,8)
#0A1707
(10,23,7)
#0A1406
(10,20,6)
#0A1105
(10,17,5)
#0A0E04
(10,14,4)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #0A290D

#0A290D
(10,41,13)
#203C23
(32,60,35)
#364F39
(54,79,57)
#4C624F
(76,98,79)
#627565
(98,117,101)
#78887B
(120,136,123)
#8E9B91
(142,155,145)
#A4AEA7
(164,174,167)
#BAC1BD
(186,193,189)
#D0D4D3
(208,212,211)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A290D; }

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

This text font color is #0A290D.

Background Color

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

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

This div background color is #0A290D.

Border color

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

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

This div border color is #0A290D.

Opacity

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

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

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

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

This text has shadow with #0A290D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A290D.

Preview

Color preview on black background

This text has color #0A290D on black background.


Color preview on white background

This text has color #0A290D on white background.


Black color preview on #0A290D background

This text has black color on #0A290D background.


White color preview on #0A290D background

This text has white color on #0A290D background.


Related colors

Complementary color

Complementary color for #hex is #F5D6F2.


I love getcolorcode.com

Triadic colors

1 #0D0A29 and #290D0A with #0A290D are triadic colors.

2 #0D290A and #290A0D with #0A290D are triadic colors.