COLOR #0A5C3D

HEX: #0A5C3D
RGB: (10,92,61)

Color info

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

RGB color model

#0A5C3D color RGB value is (10,92,61).

  • red value is 10;
  • green value is 92;
  • blue value is 61.
RGB:
(10,92,61)
(4%,36%,24%)

RGB channels and saturation

R 10 of 255 = 4%
G 92 of 255 = 36%
B 61 of 255 = 24%

10
92
61

R + G + B ~ 21%. #0A5C3D is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 92 + 61 = 163 (100%)
R 10 of 163 ~ 6.13%
G 92 of 163 ~ 56.44%
B 61 of 163 ~ 37.42%

%56.44
%37.42

CMYK color model

#0A5C3D color CMYK value is (89,0,34,64).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 63.92%
CMYK:
(89,0,34,64)
C89M0Y34K64 
(89%,0%,34%,64%)
(0.89/0.00/0.34/0.64)	

CMYK percentages

%89.13
%0
%33.7
%63.92

Codes

Color #0A5C3D in popluar color models

0A5C3D
RGB109261
HSL157°80.39%20.00%
HSB/HSV157°89.13%36.08%
CMYK89.13%0.00%33.70%
63.92%

Color #0A5C3D in popluar number systems.

HEX0A5C3D
Decimal109261
Binary10101011100111101
Octal1213475

Shades and tints

Shades of #0A5C3D

#0A5C3D
(10,92,61)
#0A5438
(10,84,56)
#0A4C33
(10,76,51)
#0A442E
(10,68,46)
#0A3C29
(10,60,41)
#0A3424
(10,52,36)
#0A2C1F
(10,44,31)
#0A241A
(10,36,26)
#0A1C15
(10,28,21)
#0A1410
(10,20,16)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #0A5C3D

#0A5C3D
(10,92,61)
#206A4E
(32,106,78)
#36785F
(54,120,95)
#4C8670
(76,134,112)
#629481
(98,148,129)
#78A292
(120,162,146)
#8EB0A3
(142,176,163)
#A4BEB4
(164,190,180)
#BACCC5
(186,204,197)
#D0DAD6
(208,218,214)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5C3D color. Also use rgb(10,92,61) instead hex code.

Text Font Color

.myTextColor { color: #0A5C3D; }

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

This text font color is #0A5C3D.


Background Color

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

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

This div background color is #0A5C3D.


Border color

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

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

This div border color is #0A5C3D.


Opacity

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

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

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

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

This text has shadow with #0A5C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5C3D on black background.


Color preview on white background

This text has color #0A5C3D on white background.



Black color preview on #0A5C3D background

This text has black color on #0A5C3D background.


White color preview on #0A5C3D background

This text has white color on #0A5C3D background.