COLOR #0A2313

HEX: #0A2313 RGB: (10,35,19)

Color info

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

RGB color model

#0A2313 color RGB value is (10,35,19).

RGB: (10,35,19) (4%, 14%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 35 of 255 = 14%
B 19 of 255 = 7%

10
35
19

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

Portions of RGB colors in percentages

R + G + B = 10 + 35 + 19 = 64 (100%)
R 10 of 64 ~ 15.63%
G 35 of 64 ~ 54.69%
B 19 of 64 ~ 29.69'%

%15.63
%54.69
%29.69

CMYK color model

#0A2313 color CMYK value is (71,0,46,86).

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

CMYK: (71,0,46,86)
C71M0Y46K86 (71%, 0%, 46%, 86%)
(0.71 / 0.00 / 0.46 / 0.86)

CMYK percentages

%71.43
%0
%45.71
%86.27

Codes

Color #0A2313 in popluar color models

0A 23 13
RGB 10 35 19
HSL 142° 55.56% 8.82%
HSB/HSV 142° 71.43% 13.73%
CMYK 71.43% 0.00% 45.71%
86.27%

Color #0A2313 in popluar number systems.

HEX 0A 23 13
Decimal 10 35 19
Binary 1010 100011 10011
Octal 12 43 23

Shades and tints

Shades of #0A2313

#0A2313
(10,35,19)
#0A2012
(10,32,18)
#0A1D11
(10,29,17)
#0A1A10
(10,26,16)
#0A170F
(10,23,15)
#0A140E
(10,20,14)
#0A110D
(10,17,13)
#0A0E0C
(10,14,12)
#0A0B0B
(10,11,11)
#0A080A
(10,8,10)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #0A2313

#0A2313
(10,35,19)
#203728
(32,55,40)
#364B3D
(54,75,61)
#4C5F52
(76,95,82)
#627367
(98,115,103)
#78877C
(120,135,124)
#8E9B91
(142,155,145)
#A4AFA6
(164,175,166)
#BAC3BB
(186,195,187)
#D0D7D0
(208,215,208)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2313; }

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

This text font color is #0A2313.

Background Color

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

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

This div background color is #0A2313.

Border color

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

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

This div border color is #0A2313.

Opacity

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

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

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

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

This text has shadow with #0A2313 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2313.

Preview

Color preview on black background

This text has color #0A2313 on black background.


Color preview on white background

This text has color #0A2313 on white background.


Black color preview on #0A2313 background

This text has black color on #0A2313 background.


White color preview on #0A2313 background

This text has white color on #0A2313 background.


Related colors

Complementary color

Complementary color for #hex is #F5DCEC.


I love getcolorcode.com

Triadic colors

1 #130A23 and #23130A with #0A2313 are triadic colors.

2 #13230A and #230A13 with #0A2313 are triadic colors.