COLOR #0A2913

HEX: #0A2913
RGB: (10,41,19)

Color info

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

RGB color model

#0A2913 color RGB value is (10,41,19).

  • red value is 10;
  • green value is 41;
  • blue value is 19.
RGB:
(10,41,19)
(4%,16%,7%)

RGB channels and saturation

R 10 of 255 = 4%
G 41 of 255 = 16%
B 19 of 255 = 7%

10
41
19

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

Portions of RGB colors in percentages

R + G + B =
10 + 41 + 19 = 70 (100%)
R 10 of 70 ~ 14.29%
G 41 of 70 ~ 58.57%
B 19 of 70 ~ 27.14%

%14.29
%58.57
%27.14

CMYK color model

#0A2913 color CMYK value is (76,0,54,84).

  • cyan value is 75.61%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 83.92%
CMYK:
(76,0,54,84)
C76M0Y54K84 
(76%,0%,54%,84%)
(0.76/0.00/0.54/0.84)	

CMYK percentages

%75.61
%0
%53.66
%83.92

Codes

Color #0A2913 in popluar color models

0A2913
RGB104119
HSL137°60.78%10.00%
HSB/HSV137°75.61%16.08%
CMYK75.61%0.00%53.66%
83.92%

Color #0A2913 in popluar number systems.

HEX0A2913
Decimal104119
Binary101010100110011
Octal125123

Shades and tints

Shades of #0A2913

#0A2913
(10,41,19)
#0A2612
(10,38,18)
#0A2311
(10,35,17)
#0A2010
(10,32,16)
#0A1D0F
(10,29,15)
#0A1A0E
(10,26,14)
#0A170D
(10,23,13)
#0A140C
(10,20,12)
#0A110B
(10,17,11)
#0A0E0A
(10,14,10)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #0A2913

#0A2913
(10,41,19)
#203C28
(32,60,40)
#364F3D
(54,79,61)
#4C6252
(76,98,82)
#627567
(98,117,103)
#78887C
(120,136,124)
#8E9B91
(142,155,145)
#A4AEA6
(164,174,166)
#BAC1BB
(186,193,187)
#D0D4D0
(208,212,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2913; }

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

This text font color is #0A2913.


Background Color

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

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

This div background color is #0A2913.


Border color

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

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

This div border color is #0A2913.


Opacity

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

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

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

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

This text has shadow with #0A2913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2913 on black background.


Color preview on white background

This text has color #0A2913 on white background.



Black color preview on #0A2913 background

This text has black color on #0A2913 background.


White color preview on #0A2913 background

This text has white color on #0A2913 background.