COLOR #0A5C56

HEX: #0A5C56
RGB: (10,92,86)

Color info

#0A5C56 contains mainly green and blue colors. Web safe color of #0A5C56 is #006666 (or #066).

RGB color model

#0A5C56 color RGB value is (10,92,86).

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

RGB channels and saturation

R 10 of 255 = 4%
G 92 of 255 = 36%
B 86 of 255 = 34%

10
92
86

R + G + B ~ 25%. #0A5C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 92 + 86 = 188 (100%)
R 10 of 188 ~ 5.32%
G 92 of 188 ~ 48.94%
B 86 of 188 ~ 45.74%

%48.94
%45.74

CMYK color model

#0A5C56 color CMYK value is (89,0,7,64).

  • cyan value is 89.13%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 63.92%
CMYK:
(89,0,7,64)
C89M0Y7K64 
(89%,0%,7%,64%)
(0.89/0.00/0.07/0.64)	

CMYK percentages

%89.13
%0
%6.52
%63.92

Codes

Color #0A5C56 in popluar color models

0A5C56
RGB109286
HSL176°80.39%20.00%
HSB/HSV176°89.13%36.08%
CMYK89.13%0.00%6.52%
63.92%

Color #0A5C56 in popluar number systems.

HEX0A5C56
Decimal109286
Binary101010111001010110
Octal12134126

Shades and tints

Shades of #0A5C56

#0A5C56
(10,92,86)
#0A544F
(10,84,79)
#0A4C48
(10,76,72)
#0A4441
(10,68,65)
#0A3C3A
(10,60,58)
#0A3433
(10,52,51)
#0A2C2C
(10,44,44)
#0A2425
(10,36,37)
#0A1C1E
(10,28,30)
#0A1417
(10,20,23)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #0A5C56

#0A5C56
(10,92,86)
#206A65
(32,106,101)
#367874
(54,120,116)
#4C8683
(76,134,131)
#629492
(98,148,146)
#78A2A1
(120,162,161)
#8EB0B0
(142,176,176)
#A4BEBF
(164,190,191)
#BACCCE
(186,204,206)
#D0DADD
(208,218,221)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5C56; }

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

This text font color is #0A5C56.


Background Color

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

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

This div background color is #0A5C56.


Border color

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

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

This div border color is #0A5C56.


Opacity

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

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

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

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

This text has shadow with #0A5C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5C56 on black background.


Color preview on white background

This text has color #0A5C56 on white background.



Black color preview on #0A5C56 background

This text has black color on #0A5C56 background.


White color preview on #0A5C56 background

This text has white color on #0A5C56 background.