COLOR #0A5E23

HEX: #0A5E23
RGB: (10,94,35)

Color info

#0A5E23 contains mainly green and blue colors. Web safe color of #0A5E23 is #006633 (or #063).

RGB color model

#0A5E23 color RGB value is (10,94,35).

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

RGB channels and saturation

R 10 of 255 = 4%
G 94 of 255 = 37%
B 35 of 255 = 14%

10
94
35

R + G + B ~ 18%. #0A5E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 94 + 35 = 139 (100%)
R 10 of 139 ~ 7.19%
G 94 of 139 ~ 67.63%
B 35 of 139 ~ 25.18%

%67.63
%25.18

CMYK color model

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

  • cyan value is 89.36%
  • magenta value is 0.00%
  • yellow value is 62.77%
  • key color value is 63.14%
CMYK:
(89,0,63,63)
C89M0Y63K63 
(89%,0%,63%,63%)
(0.89/0.00/0.63/0.63)	

CMYK percentages

%89.36
%0
%62.77
%63.14

Codes

Color #0A5E23 in popluar color models

0A5E23
RGB109435
HSL138°80.77%20.39%
HSB/HSV138°89.36%36.86%
CMYK89.36%0.00%62.77%
63.14%

Color #0A5E23 in popluar number systems.

HEX0A5E23
Decimal109435
Binary10101011110100011
Octal1213643

Shades and tints

Shades of #0A5E23

#0A5E23
(10,94,35)
#0A5620
(10,86,32)
#0A4E1D
(10,78,29)
#0A461A
(10,70,26)
#0A3E17
(10,62,23)
#0A3614
(10,54,20)
#0A2E11
(10,46,17)
#0A260E
(10,38,14)
#0A1E0B
(10,30,11)
#0A1608
(10,22,8)
#0A0E05
(10,14,5)
#000000
(0,0,0)

Tints of #0A5E23

#0A5E23
(10,94,35)
#206C37
(32,108,55)
#367A4B
(54,122,75)
#4C885F
(76,136,95)
#629673
(98,150,115)
#78A487
(120,164,135)
#8EB29B
(142,178,155)
#A4C0AF
(164,192,175)
#BACEC3
(186,206,195)
#D0DCD7
(208,220,215)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5E23; }

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

This text font color is #0A5E23.


Background Color

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

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

This div background color is #0A5E23.


Border color

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

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

This div border color is #0A5E23.


Opacity

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

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

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

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

This text has shadow with #0A5E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5E23 on black background.


Color preview on white background

This text has color #0A5E23 on white background.



Black color preview on #0A5E23 background

This text has black color on #0A5E23 background.


White color preview on #0A5E23 background

This text has white color on #0A5E23 background.