COLOR #0A5058

HEX: #0A5058
RGB: (10,80,88)

Color info

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

RGB color model

#0A5058 color RGB value is (10,80,88).

  • red value is 10;
  • green value is 80;
  • blue value is 88.
RGB:
(10,80,88)
(4%,31%,35%)

RGB channels and saturation

R 10 of 255 = 4%
G 80 of 255 = 31%
B 88 of 255 = 35%

10
80
88

R + G + B ~ 23%. #0A5058 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 80 + 88 = 178 (100%)
R 10 of 178 ~ 5.62%
G 80 of 178 ~ 44.94%
B 88 of 178 ~ 49.44%

%44.94
%49.44

CMYK color model

#0A5058 color CMYK value is (89,9,0,65).

  • cyan value is 88.64%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(89,9,0,65)
C89M9Y0K65 
(89%,9%,0%,65%)
(0.89/0.09/0.00/0.65)	

CMYK percentages

%88.64
%9.09
%0
%65.49

Codes

Color #0A5058 in popluar color models

0A5058
RGB108088
HSL186°79.59%19.22%
HSB/HSV186°88.64%34.51%
CMYK88.64%9.09%0.00%
65.49%

Color #0A5058 in popluar number systems.

HEX0A5058
Decimal108088
Binary101010100001011000
Octal12120130

Shades and tints

Shades of #0A5058

#0A5058
(10,80,88)
#0A4950
(10,73,80)
#0A4248
(10,66,72)
#0A3B40
(10,59,64)
#0A3438
(10,52,56)
#0A2D30
(10,45,48)
#0A2628
(10,38,40)
#0A1F20
(10,31,32)
#0A1818
(10,24,24)
#0A1110
(10,17,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #0A5058

#0A5058
(10,80,88)
#205F67
(32,95,103)
#366E76
(54,110,118)
#4C7D85
(76,125,133)
#628C94
(98,140,148)
#789BA3
(120,155,163)
#8EAAB2
(142,170,178)
#A4B9C1
(164,185,193)
#BAC8D0
(186,200,208)
#D0D7DF
(208,215,223)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5058 color. Also use rgb(10,80,88) instead hex code.

Text Font Color

.myTextColor { color: #0A5058; }

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

This text font color is #0A5058.


Background Color

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

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

This div background color is #0A5058.


Border color

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

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

This div border color is #0A5058.


Opacity

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

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

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

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

This text has shadow with #0A5058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5058 on black background.


Color preview on white background

This text has color #0A5058 on white background.



Black color preview on #0A5058 background

This text has black color on #0A5058 background.


White color preview on #0A5058 background

This text has white color on #0A5058 background.