COLOR #0A585A

HEX: #0A585A
RGB: (10,88,90)

Color info

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

RGB color model

#0A585A color RGB value is (10,88,90).

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

RGB channels and saturation

R 10 of 255 = 4%
G 88 of 255 = 35%
B 90 of 255 = 35%

10
88
90

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

Portions of RGB colors in percentages

R + G + B =
10 + 88 + 90 = 188 (100%)
R 10 of 188 ~ 5.32%
G 88 of 188 ~ 46.81%
B 90 of 188 ~ 47.87%

%46.81
%47.87

CMYK color model

#0A585A color CMYK value is (89,2,0,65).

  • cyan value is 88.89%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(89,2,0,65)
C89M2Y0K65 
(89%,2%,0%,65%)
(0.89/0.02/0.00/0.65)	

CMYK percentages

%88.89
%2.22
%0
%64.71

Codes

Color #0A585A in popluar color models

0A585A
RGB108890
HSL182°80.00%19.61%
HSB/HSV182°88.89%35.29%
CMYK88.89%2.22%0.00%
64.71%

Color #0A585A in popluar number systems.

HEX0A585A
Decimal108890
Binary101010110001011010
Octal12130132

Shades and tints

Shades of #0A585A

#0A585A
(10,88,90)
#0A5052
(10,80,82)
#0A484A
(10,72,74)
#0A4042
(10,64,66)
#0A383A
(10,56,58)
#0A3032
(10,48,50)
#0A282A
(10,40,42)
#0A2022
(10,32,34)
#0A181A
(10,24,26)
#0A1012
(10,16,18)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #0A585A

#0A585A
(10,88,90)
#206769
(32,103,105)
#367678
(54,118,120)
#4C8587
(76,133,135)
#629496
(98,148,150)
#78A3A5
(120,163,165)
#8EB2B4
(142,178,180)
#A4C1C3
(164,193,195)
#BAD0D2
(186,208,210)
#D0DFE1
(208,223,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A585A; }

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

This text font color is #0A585A.


Background Color

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

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

This div background color is #0A585A.


Border color

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

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

This div border color is #0A585A.


Opacity

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

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

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

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

This text has shadow with #0A585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A585A on black background.


Color preview on white background

This text has color #0A585A on white background.



Black color preview on #0A585A background

This text has black color on #0A585A background.


White color preview on #0A585A background

This text has white color on #0A585A background.