COLOR #0A231D

HEX: #0A231D RGB: (10,35,29)

Color info

#0A231D contains red, green and blue colors in about the same proportion. Web safe color of #0A231D is #003333 (or #033).

RGB color model

#0A231D color RGB value is (10,35,29).

RGB: (10,35,29) (4%, 14%, 11%)

RGB channels and saturation

R 10 of 255 = 4%
G 35 of 255 = 14%
B 29 of 255 = 11%

10
35
29

R + G + B ~ 10%. #0A231D is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 35 + 29 = 74 (100%)
R 10 of 74 ~ 13.51%
G 35 of 74 ~ 47.3%
B 29 of 74 ~ 39.19'%

%13.51
%47.3
%39.19

CMYK color model

#0A231D color CMYK value is (71,0,17,86).

  • cyan value is 71.43%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 86.27%

CMYK: (71,0,17,86)
C71M0Y17K86 (71%, 0%, 17%, 86%)
(0.71 / 0.00 / 0.17 / 0.86)

CMYK percentages

%71.43
%0
%17.14
%86.27

Codes

Color #0A231D in popluar color models

0A 23 1D
RGB 10 35 29
HSL 166° 55.56% 8.82%
HSB/HSV 166° 71.43% 13.73%
CMYK 71.43% 0.00% 17.14%
86.27%

Color #0A231D in popluar number systems.

HEX 0A 23 1D
Decimal 10 35 29
Binary 1010 100011 11101
Octal 12 43 35

Shades and tints

Shades of #0A231D

#0A231D
(10,35,29)
#0A201B
(10,32,27)
#0A1D19
(10,29,25)
#0A1A17
(10,26,23)
#0A1715
(10,23,21)
#0A1413
(10,20,19)
#0A1111
(10,17,17)
#0A0E0F
(10,14,15)
#0A0B0D
(10,11,13)
#0A080B
(10,8,11)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #0A231D

#0A231D
(10,35,29)
#203731
(32,55,49)
#364B45
(54,75,69)
#4C5F59
(76,95,89)
#62736D
(98,115,109)
#788781
(120,135,129)
#8E9B95
(142,155,149)
#A4AFA9
(164,175,169)
#BAC3BD
(186,195,189)
#D0D7D1
(208,215,209)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A231D color. Also use rgb(10,35,29) instead hex code.

Text Font Color

.myTextColor { color: #0A231D; }

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

This text font color is #0A231D.

Background Color

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

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

This div background color is #0A231D.

Border color

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

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

This div border color is #0A231D.

Opacity

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

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

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

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

This text has shadow with #0A231D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A231D.

Preview

Color preview on black background

This text has color #0A231D on black background.


Color preview on white background

This text has color #0A231D on white background.


Black color preview on #0A231D background

This text has black color on #0A231D background.


White color preview on #0A231D background

This text has white color on #0A231D background.


Related colors

Complementary color

Complementary color for #hex is #F5DCE2.


I love getcolorcode.com

Triadic colors

1 #1D0A23 and #231D0A with #0A231D are triadic colors.

2 #1D230A and #230A1D with #0A231D are triadic colors.