COLOR #0A5F1D

HEX: #0A5F1D
RGB: (10,95,29)

Color info

#0A5F1D contains mainly green color. Web safe color of #0A5F1D is #006633 (or #063).

RGB color model

#0A5F1D color RGB value is (10,95,29).

  • red value is 10;
  • green value is 95;
  • blue value is 29.
RGB:
(10,95,29)
(4%,37%,11%)

RGB channels and saturation

R 10 of 255 = 4%
G 95 of 255 = 37%
B 29 of 255 = 11%

10
95
29

R + G + B ~ 17%. #0A5F1D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 95 + 29 = 134 (100%)
R 10 of 134 ~ 7.46%
G 95 of 134 ~ 70.9%
B 29 of 134 ~ 21.64%

%70.9
%21.64

CMYK color model

#0A5F1D color CMYK value is (89,0,69,63).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 69.47%
  • key color value is 62.75%
CMYK:
(89,0,69,63)
C89M0Y69K63 
(89%,0%,69%,63%)
(0.89/0.00/0.69/0.63)	

CMYK percentages

%89.47
%0
%69.47
%62.75

Codes

Color #0A5F1D in popluar color models

0A5F1D
RGB109529
HSL133°80.95%20.59%
HSB/HSV133°89.47%37.25%
CMYK89.47%0.00%69.47%
62.75%

Color #0A5F1D in popluar number systems.

HEX0A5F1D
Decimal109529
Binary1010101111111101
Octal1213735

Shades and tints

Shades of #0A5F1D

#0A5F1D
(10,95,29)
#0A571B
(10,87,27)
#0A4F19
(10,79,25)
#0A4717
(10,71,23)
#0A3F15
(10,63,21)
#0A3713
(10,55,19)
#0A2F11
(10,47,17)
#0A270F
(10,39,15)
#0A1F0D
(10,31,13)
#0A170B
(10,23,11)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #0A5F1D

#0A5F1D
(10,95,29)
#206D31
(32,109,49)
#367B45
(54,123,69)
#4C8959
(76,137,89)
#62976D
(98,151,109)
#78A581
(120,165,129)
#8EB395
(142,179,149)
#A4C1A9
(164,193,169)
#BACFBD
(186,207,189)
#D0DDD1
(208,221,209)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5F1D; }

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

This text font color is #0A5F1D.


Background Color

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

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

This div background color is #0A5F1D.


Border color

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

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

This div border color is #0A5F1D.


Opacity

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

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

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

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

This text has shadow with #0A5F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5F1D on black background.


Color preview on white background

This text has color #0A5F1D on white background.



Black color preview on #0A5F1D background

This text has black color on #0A5F1D background.


White color preview on #0A5F1D background

This text has white color on #0A5F1D background.