COLOR #0A2713

HEX: #0A2713 RGB: (10,39,19)

Color info

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

RGB color model

#0A2713 color RGB value is (10,39,19).

RGB: (10,39,19) (4%, 15%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 39 of 255 = 15%
B 19 of 255 = 7%

10
39
19

R + G + B ~ 9%. #0A2713 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 39 + 19 = 68 (100%)
R 10 of 68 ~ 14.71%
G 39 of 68 ~ 57.35%
B 19 of 68 ~ 27.94'%

%14.71
%57.35
%27.94

CMYK color model

#0A2713 color CMYK value is (74,0,51,85).

  • cyan value is 74.36%
  • magenta value is 0.00%
  • yellow value is 51.28%
  • key color value is 84.71%

CMYK: (74,0,51,85)
C74M0Y51K85 (74%, 0%, 51%, 85%)
(0.74 / 0.00 / 0.51 / 0.85)

CMYK percentages

%74.36
%0
%51.28
%84.71

Codes

Color #0A2713 in popluar color models

0A 27 13
RGB 10 39 19
HSL 139° 59.18% 9.61%
HSB/HSV 139° 74.36% 15.29%
CMYK 74.36% 0.00% 51.28%
84.71%

Color #0A2713 in popluar number systems.

HEX 0A 27 13
Decimal 10 39 19
Binary 1010 100111 10011
Octal 12 47 23

Shades and tints

Shades of #0A2713

#0A2713
(10,39,19)
#0A2412
(10,36,18)
#0A2111
(10,33,17)
#0A1E10
(10,30,16)
#0A1B0F
(10,27,15)
#0A180E
(10,24,14)
#0A150D
(10,21,13)
#0A120C
(10,18,12)
#0A0F0B
(10,15,11)
#0A0C0A
(10,12,10)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #0A2713

#0A2713
(10,39,19)
#203A28
(32,58,40)
#364D3D
(54,77,61)
#4C6052
(76,96,82)
#627367
(98,115,103)
#78867C
(120,134,124)
#8E9991
(142,153,145)
#A4ACA6
(164,172,166)
#BABFBB
(186,191,187)
#D0D2D0
(208,210,208)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2713; }

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

This text font color is #0A2713.

Background Color

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

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

This div background color is #0A2713.

Border color

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

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

This div border color is #0A2713.

Opacity

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

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

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

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

This text has shadow with #0A2713 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2713.

Preview

Color preview on black background

This text has color #0A2713 on black background.


Color preview on white background

This text has color #0A2713 on white background.


Black color preview on #0A2713 background

This text has black color on #0A2713 background.


White color preview on #0A2713 background

This text has white color on #0A2713 background.


Related colors

Complementary color

Complementary color for #hex is #F5D8EC.


I love getcolorcode.com

Triadic colors

1 #130A27 and #27130A with #0A2713 are triadic colors.

2 #13270A and #270A13 with #0A2713 are triadic colors.