COLOR #0A5E0F

HEX: #0A5E0F
RGB: (10,94,15)

Color info

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

RGB color model

#0A5E0F color RGB value is (10,94,15).

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

RGB channels and saturation

R 10 of 255 = 4%
G 94 of 255 = 37%
B 15 of 255 = 6%

10
94
15

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

Portions of RGB colors in percentages

R + G + B =
10 + 94 + 15 = 119 (100%)
R 10 of 119 ~ 8.4%
G 94 of 119 ~ 78.99%
B 15 of 119 ~ 12.61%

%78.99
%12.61

CMYK color model

#0A5E0F color CMYK value is (89,0,84,63).

  • cyan value is 89.36%
  • magenta value is 0.00%
  • yellow value is 84.04%
  • key color value is 63.14%
CMYK:
(89,0,84,63)
C89M0Y84K63 
(89%,0%,84%,63%)
(0.89/0.00/0.84/0.63)	

CMYK percentages

%89.36
%0
%84.04
%63.14

Codes

Color #0A5E0F in popluar color models

0A5E0F
RGB109415
HSL124°80.77%20.39%
HSB/HSV124°89.36%36.86%
CMYK89.36%0.00%84.04%
63.14%

Color #0A5E0F in popluar number systems.

HEX0A5E0F
Decimal109415
Binary101010111101111
Octal1213617

Shades and tints

Shades of #0A5E0F

#0A5E0F
(10,94,15)
#0A560E
(10,86,14)
#0A4E0D
(10,78,13)
#0A460C
(10,70,12)
#0A3E0B
(10,62,11)
#0A360A
(10,54,10)
#0A2E09
(10,46,9)
#0A2608
(10,38,8)
#0A1E07
(10,30,7)
#0A1606
(10,22,6)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #0A5E0F

#0A5E0F
(10,94,15)
#206C24
(32,108,36)
#367A39
(54,122,57)
#4C884E
(76,136,78)
#629663
(98,150,99)
#78A478
(120,164,120)
#8EB28D
(142,178,141)
#A4C0A2
(164,192,162)
#BACEB7
(186,206,183)
#D0DCCC
(208,220,204)
#E6EAE1
(230,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5E0F; }

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

This text font color is #0A5E0F.


Background Color

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

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

This div background color is #0A5E0F.


Border color

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

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

This div border color is #0A5E0F.


Opacity

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

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

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

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

This text has shadow with #0A5E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5E0F on black background.


Color preview on white background

This text has color #0A5E0F on white background.



Black color preview on #0A5E0F background

This text has black color on #0A5E0F background.


White color preview on #0A5E0F background

This text has white color on #0A5E0F background.