COLOR #0A580F

HEX: #0A580F
RGB: (10,88,15)

Color info

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

RGB color model

#0A580F color RGB value is (10,88,15).

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

RGB channels and saturation

R 10 of 255 = 4%
G 88 of 255 = 35%
B 15 of 255 = 6%

10
88
15

R + G + B ~ 15%. #0A580F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 88 + 15 = 113 (100%)
R 10 of 113 ~ 8.85%
G 88 of 113 ~ 77.88%
B 15 of 113 ~ 13.27%

%77.88
%13.27

CMYK color model

#0A580F color CMYK value is (89,0,83,65).

  • cyan value is 88.64%
  • magenta value is 0.00%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(89,0,83,65)
C89M0Y83K65 
(89%,0%,83%,65%)
(0.89/0.00/0.83/0.65)	

CMYK percentages

%88.64
%0
%82.95
%65.49

Codes

Color #0A580F in popluar color models

0A580F
RGB108815
HSL124°79.59%19.22%
HSB/HSV124°88.64%34.51%
CMYK88.64%0.00%82.95%
65.49%

Color #0A580F in popluar number systems.

HEX0A580F
Decimal108815
Binary101010110001111
Octal1213017

Shades and tints

Shades of #0A580F

#0A580F
(10,88,15)
#0A500E
(10,80,14)
#0A480D
(10,72,13)
#0A400C
(10,64,12)
#0A380B
(10,56,11)
#0A300A
(10,48,10)
#0A2809
(10,40,9)
#0A2008
(10,32,8)
#0A1807
(10,24,7)
#0A1006
(10,16,6)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #0A580F

#0A580F
(10,88,15)
#206724
(32,103,36)
#367639
(54,118,57)
#4C854E
(76,133,78)
#629463
(98,148,99)
#78A378
(120,163,120)
#8EB28D
(142,178,141)
#A4C1A2
(164,193,162)
#BAD0B7
(186,208,183)
#D0DFCC
(208,223,204)
#E6EEE1
(230,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A580F; }

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

This text font color is #0A580F.


Background Color

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

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

This div background color is #0A580F.


Border color

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

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

This div border color is #0A580F.


Opacity

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

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

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

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

This text has shadow with #0A580F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A580F on black background.


Color preview on white background

This text has color #0A580F on white background.



Black color preview on #0A580F background

This text has black color on #0A580F background.


White color preview on #0A580F background

This text has white color on #0A580F background.