COLOR #0A5D2D

HEX: #0A5D2D
RGB: (10,93,45)

Color info

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

RGB color model

#0A5D2D color RGB value is (10,93,45).

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

RGB channels and saturation

R 10 of 255 = 4%
G 93 of 255 = 36%
B 45 of 255 = 18%

10
93
45

R + G + B ~ 19%. #0A5D2D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 93 + 45 = 148 (100%)
R 10 of 148 ~ 6.76%
G 93 of 148 ~ 62.84%
B 45 of 148 ~ 30.41%

%62.84
%30.41

CMYK color model

#0A5D2D color CMYK value is (89,0,52,64).

  • cyan value is 89.25%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%
CMYK:
(89,0,52,64)
C89M0Y52K64 
(89%,0%,52%,64%)
(0.89/0.00/0.52/0.64)	

CMYK percentages

%89.25
%0
%51.61
%63.53

Codes

Color #0A5D2D in popluar color models

0A5D2D
RGB109345
HSL145°80.58%20.20%
HSB/HSV145°89.25%36.47%
CMYK89.25%0.00%51.61%
63.53%

Color #0A5D2D in popluar number systems.

HEX0A5D2D
Decimal109345
Binary10101011101101101
Octal1213555

Shades and tints

Shades of #0A5D2D

#0A5D2D
(10,93,45)
#0A5529
(10,85,41)
#0A4D25
(10,77,37)
#0A4521
(10,69,33)
#0A3D1D
(10,61,29)
#0A3519
(10,53,25)
#0A2D15
(10,45,21)
#0A2511
(10,37,17)
#0A1D0D
(10,29,13)
#0A1509
(10,21,9)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #0A5D2D

#0A5D2D
(10,93,45)
#206B40
(32,107,64)
#367953
(54,121,83)
#4C8766
(76,135,102)
#629579
(98,149,121)
#78A38C
(120,163,140)
#8EB19F
(142,177,159)
#A4BFB2
(164,191,178)
#BACDC5
(186,205,197)
#D0DBD8
(208,219,216)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5D2D; }

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

This text font color is #0A5D2D.


Background Color

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

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

This div background color is #0A5D2D.


Border color

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

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

This div border color is #0A5D2D.


Opacity

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

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

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

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

This text has shadow with #0A5D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5D2D on black background.


Color preview on white background

This text has color #0A5D2D on white background.



Black color preview on #0A5D2D background

This text has black color on #0A5D2D background.


White color preview on #0A5D2D background

This text has white color on #0A5D2D background.