COLOR #0A555F

HEX: #0A555F
RGB: (10,85,95)

Color info

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

RGB color model

#0A555F color RGB value is (10,85,95).

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

RGB channels and saturation

R 10 of 255 = 4%
G 85 of 255 = 33%
B 95 of 255 = 37%

10
85
95

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

Portions of RGB colors in percentages

R + G + B =
10 + 85 + 95 = 190 (100%)
R 10 of 190 ~ 5.26%
G 85 of 190 ~ 44.74%
B 95 of 190 ~ 50%

%44.74
%50

CMYK color model

#0A555F color CMYK value is (89,11,0,63).

  • cyan value is 89.47%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(89,11,0,63)
C89M11Y0K63 
(89%,11%,0%,63%)
(0.89/0.11/0.00/0.63)	

CMYK percentages

%89.47
%10.53
%0
%62.75

Codes

Color #0A555F in popluar color models

0A555F
RGB108595
HSL187°80.95%20.59%
HSB/HSV187°89.47%37.25%
CMYK89.47%10.53%0.00%
62.75%

Color #0A555F in popluar number systems.

HEX0A555F
Decimal108595
Binary101010101011011111
Octal12125137

Shades and tints

Shades of #0A555F

#0A555F
(10,85,95)
#0A4E57
(10,78,87)
#0A474F
(10,71,79)
#0A4047
(10,64,71)
#0A393F
(10,57,63)
#0A3237
(10,50,55)
#0A2B2F
(10,43,47)
#0A2427
(10,36,39)
#0A1D1F
(10,29,31)
#0A1617
(10,22,23)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #0A555F

#0A555F
(10,85,95)
#20646D
(32,100,109)
#36737B
(54,115,123)
#4C8289
(76,130,137)
#629197
(98,145,151)
#78A0A5
(120,160,165)
#8EAFB3
(142,175,179)
#A4BEC1
(164,190,193)
#BACDCF
(186,205,207)
#D0DCDD
(208,220,221)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A555F; }

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

This text font color is #0A555F.


Background Color

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

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

This div background color is #0A555F.


Border color

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

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

This div border color is #0A555F.


Opacity

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

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

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

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

This text has shadow with #0A555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A555F on black background.


Color preview on white background

This text has color #0A555F on white background.



Black color preview on #0A555F background

This text has black color on #0A555F background.


White color preview on #0A555F background

This text has white color on #0A555F background.