COLOR #0A6062

HEX: #0A6062 RGB: (10,96,98)

Color info

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

RGB color model

#0A6062 color RGB value is (10,96,98).

RGB: (10,96,98) (4%, 38%, 38%)

RGB channels and saturation

R 10 of 255 = 4%
G 96 of 255 = 38%
B 98 of 255 = 38%

10
96
98

R + G + B ~ 27%. #0A6062 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 96 + 98 = 204 (100%)
R 10 of 204 ~ 4.9%
G 96 of 204 ~ 47.06%
B 98 of 204 ~ 48.04'%

%47.06
%48.04

CMYK color model

#0A6062 color CMYK value is (90,2,0,62).

  • cyan value is 89.80%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (90,2,0,62)
C90M2Y0K62 (90%, 2%, 0%, 62%)
(0.90 / 0.02 / 0.00 / 0.62)

CMYK percentages

%89.8
%2.04
%0
%61.57

Codes

Color #0A6062 in popluar color models

0A 60 62
RGB 10 96 98
HSL 181° 81.48% 21.18%
HSB/HSV 181° 89.80% 38.43%
CMYK 89.80% 2.04% 0.00%
61.57%

Color #0A6062 in popluar number systems.

HEX 0A 60 62
Decimal 10 96 98
Binary 1010 1100000 1100010
Octal 12 140 142

Shades and tints

Shades of #0A6062

#0A6062
(10,96,98)
#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)
#000000
(0,0,0)

Tints of #0A6062

#0A6062
(10,96,98)
#206E70
(32,110,112)
#367C7E
(54,124,126)
#4C8A8C
(76,138,140)
#62989A
(98,152,154)
#78A6A8
(120,166,168)
#8EB4B6
(142,180,182)
#A4C2C4
(164,194,196)
#BAD0D2
(186,208,210)
#D0DEE0
(208,222,224)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A6062; }

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

This text font color is #0A6062.

Background Color

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

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

This div background color is #0A6062.

Border color

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

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

This div border color is #0A6062.

Opacity

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

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

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

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

This text has shadow with #0A6062 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A6062.

Preview

Color preview on black background

This text has color #0A6062 on black background.


Color preview on white background

This text has color #0A6062 on white background.


Black color preview on #0A6062 background

This text has black color on #0A6062 background.


White color preview on #0A6062 background

This text has white color on #0A6062 background.


Related colors

Complementary color

Complementary color for #hex is #F59F9D.


I love getcolorcode.com

Triadic colors

1 #620A60 and #60620A with #0A6062 are triadic colors.

2 #62600A and #600A62 with #0A6062 are triadic colors.