COLOR #0A5B14

HEX: #0A5B14
RGB: (10,91,20)

Color info

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

RGB color model

#0A5B14 color RGB value is (10,91,20).

  • red value is 10;
  • green value is 91;
  • blue value is 20.
RGB:
(10,91,20)
(4%,36%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 91 of 255 = 36%
B 20 of 255 = 8%

10
91
20

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

Portions of RGB colors in percentages

R + G + B =
10 + 91 + 20 = 121 (100%)
R 10 of 121 ~ 8.26%
G 91 of 121 ~ 75.21%
B 20 of 121 ~ 16.53%

%75.21
%16.53

CMYK color model

#0A5B14 color CMYK value is (89,0,78,64).

  • cyan value is 89.01%
  • magenta value is 0.00%
  • yellow value is 78.02%
  • key color value is 64.31%
CMYK:
(89,0,78,64)
C89M0Y78K64 
(89%,0%,78%,64%)
(0.89/0.00/0.78/0.64)	

CMYK percentages

%89.01
%0
%78.02
%64.31

Codes

Color #0A5B14 in popluar color models

0A5B14
RGB109120
HSL127°80.20%19.80%
HSB/HSV127°89.01%35.69%
CMYK89.01%0.00%78.02%
64.31%

Color #0A5B14 in popluar number systems.

HEX0A5B14
Decimal109120
Binary1010101101110100
Octal1213324

Shades and tints

Shades of #0A5B14

#0A5B14
(10,91,20)
#0A5313
(10,83,19)
#0A4B12
(10,75,18)
#0A4311
(10,67,17)
#0A3B10
(10,59,16)
#0A330F
(10,51,15)
#0A2B0E
(10,43,14)
#0A230D
(10,35,13)
#0A1B0C
(10,27,12)
#0A130B
(10,19,11)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #0A5B14

#0A5B14
(10,91,20)
#206929
(32,105,41)
#36773E
(54,119,62)
#4C8553
(76,133,83)
#629368
(98,147,104)
#78A17D
(120,161,125)
#8EAF92
(142,175,146)
#A4BDA7
(164,189,167)
#BACBBC
(186,203,188)
#D0D9D1
(208,217,209)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5B14 color. Also use rgb(10,91,20) instead hex code.

Text Font Color

.myTextColor { color: #0A5B14; }

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

This text font color is #0A5B14.


Background Color

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

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

This div background color is #0A5B14.


Border color

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

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

This div border color is #0A5B14.


Opacity

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

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

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

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

This text has shadow with #0A5B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5B14 on black background.


Color preview on white background

This text has color #0A5B14 on white background.



Black color preview on #0A5B14 background

This text has black color on #0A5B14 background.


White color preview on #0A5B14 background

This text has white color on #0A5B14 background.