COLOR #0A6059

HEX: #0A6059
RGB: (10,96,89)

Color info

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

RGB color model

#0A6059 color RGB value is (10,96,89).

  • red value is 10;
  • green value is 96;
  • blue value is 89.
RGB:
(10,96,89)
(4%,38%,35%)

RGB channels and saturation

R 10 of 255 = 4%
G 96 of 255 = 38%
B 89 of 255 = 35%

10
96
89

R + G + B ~ 26%. #0A6059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 96 + 89 = 195 (100%)
R 10 of 195 ~ 5.13%
G 96 of 195 ~ 49.23%
B 89 of 195 ~ 45.64%

%49.23
%45.64

CMYK color model

#0A6059 color CMYK value is (90,0,7,62).

  • cyan value is 89.58%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 62.35%
CMYK:
(90,0,7,62)
C90M0Y7K62 
(90%,0%,7%,62%)
(0.90/0.00/0.07/0.62)	

CMYK percentages

%89.58
%0
%7.29
%62.35

Codes

Color #0A6059 in popluar color models

0A6059
RGB109689
HSL175°81.13%20.78%
HSB/HSV175°89.58%37.65%
CMYK89.58%0.00%7.29%
62.35%

Color #0A6059 in popluar number systems.

HEX0A6059
Decimal109689
Binary101011000001011001
Octal12140131

Shades and tints

Shades of #0A6059

#0A6059
(10,96,89)
#0A5851
(10,88,81)
#0A5049
(10,80,73)
#0A4841
(10,72,65)
#0A4039
(10,64,57)
#0A3831
(10,56,49)
#0A3029
(10,48,41)
#0A2821
(10,40,33)
#0A2019
(10,32,25)
#0A1811
(10,24,17)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #0A6059

#0A6059
(10,96,89)
#206E68
(32,110,104)
#367C77
(54,124,119)
#4C8A86
(76,138,134)
#629895
(98,152,149)
#78A6A4
(120,166,164)
#8EB4B3
(142,180,179)
#A4C2C2
(164,194,194)
#BAD0D1
(186,208,209)
#D0DEE0
(208,222,224)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A6059 color. Also use rgb(10,96,89) instead hex code.

Text Font Color

.myTextColor { color: #0A6059; }

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

This text font color is #0A6059.


Background Color

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

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

This div background color is #0A6059.


Border color

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

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

This div border color is #0A6059.


Opacity

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

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

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

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

This text has shadow with #0A6059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A6059 on black background.


Color preview on white background

This text has color #0A6059 on white background.



Black color preview on #0A6059 background

This text has black color on #0A6059 background.


White color preview on #0A6059 background

This text has white color on #0A6059 background.