COLOR #0A5D27

HEX: #0A5D27
RGB: (10,93,39)

Color info

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

RGB color model

#0A5D27 color RGB value is (10,93,39).

  • red value is 10;
  • green value is 93;
  • blue value is 39.
RGB:
(10,93,39)
(4%,36%,15%)

RGB channels and saturation

R 10 of 255 = 4%
G 93 of 255 = 36%
B 39 of 255 = 15%

10
93
39

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

Portions of RGB colors in percentages

R + G + B =
10 + 93 + 39 = 142 (100%)
R 10 of 142 ~ 7.04%
G 93 of 142 ~ 65.49%
B 39 of 142 ~ 27.46%

%65.49
%27.46

CMYK color model

#0A5D27 color CMYK value is (89,0,58,64).

  • cyan value is 89.25%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 63.53%
CMYK:
(89,0,58,64)
C89M0Y58K64 
(89%,0%,58%,64%)
(0.89/0.00/0.58/0.64)	

CMYK percentages

%89.25
%0
%58.06
%63.53

Codes

Color #0A5D27 in popluar color models

0A5D27
RGB109339
HSL141°80.58%20.20%
HSB/HSV141°89.25%36.47%
CMYK89.25%0.00%58.06%
63.53%

Color #0A5D27 in popluar number systems.

HEX0A5D27
Decimal109339
Binary10101011101100111
Octal1213547

Shades and tints

Shades of #0A5D27

#0A5D27
(10,93,39)
#0A5524
(10,85,36)
#0A4D21
(10,77,33)
#0A451E
(10,69,30)
#0A3D1B
(10,61,27)
#0A3518
(10,53,24)
#0A2D15
(10,45,21)
#0A2512
(10,37,18)
#0A1D0F
(10,29,15)
#0A150C
(10,21,12)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #0A5D27

#0A5D27
(10,93,39)
#206B3A
(32,107,58)
#36794D
(54,121,77)
#4C8760
(76,135,96)
#629573
(98,149,115)
#78A386
(120,163,134)
#8EB199
(142,177,153)
#A4BFAC
(164,191,172)
#BACDBF
(186,205,191)
#D0DBD2
(208,219,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5D27 color. Also use rgb(10,93,39) instead hex code.

Text Font Color

.myTextColor { color: #0A5D27; }

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

This text font color is #0A5D27.


Background Color

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

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

This div background color is #0A5D27.


Border color

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

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

This div border color is #0A5D27.


Opacity

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

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

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

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

This text has shadow with #0A5D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5D27 on black background.


Color preview on white background

This text has color #0A5D27 on white background.



Black color preview on #0A5D27 background

This text has black color on #0A5D27 background.


White color preview on #0A5D27 background

This text has white color on #0A5D27 background.