COLOR #0A5F4F

HEX: #0A5F4F
RGB: (10,95,79)

Color info

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

RGB color model

#0A5F4F color RGB value is (10,95,79).

  • red value is 10;
  • green value is 95;
  • blue value is 79.
RGB:
(10,95,79)
(4%,37%,31%)

RGB channels and saturation

R 10 of 255 = 4%
G 95 of 255 = 37%
B 79 of 255 = 31%

10
95
79

R + G + B ~ 24%. #0A5F4F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 95 + 79 = 184 (100%)
R 10 of 184 ~ 5.43%
G 95 of 184 ~ 51.63%
B 79 of 184 ~ 42.93%

%51.63
%42.93

CMYK color model

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

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(89,0,17,63)
C89M0Y17K63 
(89%,0%,17%,63%)
(0.89/0.00/0.17/0.63)	

CMYK percentages

%89.47
%0
%16.84
%62.75

Codes

Color #0A5F4F in popluar color models

0A5F4F
RGB109579
HSL169°80.95%20.59%
HSB/HSV169°89.47%37.25%
CMYK89.47%0.00%16.84%
62.75%

Color #0A5F4F in popluar number systems.

HEX0A5F4F
Decimal109579
Binary101010111111001111
Octal12137117

Shades and tints

Shades of #0A5F4F

#0A5F4F
(10,95,79)
#0A5748
(10,87,72)
#0A4F41
(10,79,65)
#0A473A
(10,71,58)
#0A3F33
(10,63,51)
#0A372C
(10,55,44)
#0A2F25
(10,47,37)
#0A271E
(10,39,30)
#0A1F17
(10,31,23)
#0A1710
(10,23,16)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #0A5F4F

#0A5F4F
(10,95,79)
#206D5F
(32,109,95)
#367B6F
(54,123,111)
#4C897F
(76,137,127)
#62978F
(98,151,143)
#78A59F
(120,165,159)
#8EB3AF
(142,179,175)
#A4C1BF
(164,193,191)
#BACFCF
(186,207,207)
#D0DDDF
(208,221,223)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5F4F color. Also use rgb(10,95,79) instead hex code.

Text Font Color

.myTextColor { color: #0A5F4F; }

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

This text font color is #0A5F4F.


Background Color

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

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

This div background color is #0A5F4F.


Border color

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

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

This div border color is #0A5F4F.


Opacity

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

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

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

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

This text has shadow with #0A5F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5F4F on black background.


Color preview on white background

This text has color #0A5F4F on white background.



Black color preview on #0A5F4F background

This text has black color on #0A5F4F background.


White color preview on #0A5F4F background

This text has white color on #0A5F4F background.