COLOR #0A5815

HEX: #0A5815
RGB: (10,88,21)

Color info

#0A5815 contains mainly green color. Web safe color of #0A5815 is #006600 (or #060).

RGB color model

#0A5815 color RGB value is (10,88,21).

  • red value is 10;
  • green value is 88;
  • blue value is 21.
RGB:
(10,88,21)
(4%,35%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 88 of 255 = 35%
B 21 of 255 = 8%

10
88
21

R + G + B ~ 16%. #0A5815 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 88 + 21 = 119 (100%)
R 10 of 119 ~ 8.4%
G 88 of 119 ~ 73.95%
B 21 of 119 ~ 17.65%

%73.95
%17.65

CMYK color model

#0A5815 color CMYK value is (89,0,76,65).

  • cyan value is 88.64%
  • magenta value is 0.00%
  • yellow value is 76.14%
  • key color value is 65.49%
CMYK:
(89,0,76,65)
C89M0Y76K65 
(89%,0%,76%,65%)
(0.89/0.00/0.76/0.65)	

CMYK percentages

%88.64
%0
%76.14
%65.49

Codes

Color #0A5815 in popluar color models

0A5815
RGB108821
HSL128°79.59%19.22%
HSB/HSV128°88.64%34.51%
CMYK88.64%0.00%76.14%
65.49%

Color #0A5815 in popluar number systems.

HEX0A5815
Decimal108821
Binary1010101100010101
Octal1213025

Shades and tints

Shades of #0A5815

#0A5815
(10,88,21)
#0A5014
(10,80,20)
#0A4813
(10,72,19)
#0A4012
(10,64,18)
#0A3811
(10,56,17)
#0A3010
(10,48,16)
#0A280F
(10,40,15)
#0A200E
(10,32,14)
#0A180D
(10,24,13)
#0A100C
(10,16,12)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #0A5815

#0A5815
(10,88,21)
#20672A
(32,103,42)
#36763F
(54,118,63)
#4C8554
(76,133,84)
#629469
(98,148,105)
#78A37E
(120,163,126)
#8EB293
(142,178,147)
#A4C1A8
(164,193,168)
#BAD0BD
(186,208,189)
#D0DFD2
(208,223,210)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5815 color. Also use rgb(10,88,21) instead hex code.

Text Font Color

.myTextColor { color: #0A5815; }

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

This text font color is #0A5815.


Background Color

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

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

This div background color is #0A5815.


Border color

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

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

This div border color is #0A5815.


Opacity

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

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

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

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

This text has shadow with #0A5815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5815 on black background.


Color preview on white background

This text has color #0A5815 on white background.



Black color preview on #0A5815 background

This text has black color on #0A5815 background.


White color preview on #0A5815 background

This text has white color on #0A5815 background.