COLOR #0A625E

HEX: #0A625E RGB: (10,98,94)

Color info

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

RGB color model

#0A625E color RGB value is (10,98,94).

RGB: (10,98,94) (4%, 38%, 37%)

RGB channels and saturation

R 10 of 255 = 4%
G 98 of 255 = 38%
B 94 of 255 = 37%

10
98
94

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

Portions of RGB colors in percentages

R + G + B = 10 + 98 + 94 = 202 (100%)
R 10 of 202 ~ 4.95%
G 98 of 202 ~ 48.51%
B 94 of 202 ~ 46.53'%

%48.51
%46.53

CMYK color model

#0A625E color CMYK value is (90,0,4,62).

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

CMYK: (90,0,4,62)
C90M0Y4K62 (90%, 0%, 4%, 62%)
(0.90 / 0.00 / 0.04 / 0.62)

CMYK percentages

%89.8
%0
%4.08
%61.57

Codes

Color #0A625E in popluar color models

0A 62 5E
RGB 10 98 94
HSL 177° 81.48% 21.18%
HSB/HSV 177° 89.80% 38.43%
CMYK 89.80% 0.00% 4.08%
61.57%

Color #0A625E in popluar number systems.

HEX 0A 62 5E
Decimal 10 98 94
Binary 1010 1100010 1011110
Octal 12 142 136

Shades and tints

Shades of #0A625E

#0A625E
(10,98,94)
#0A5A56
(10,90,86)
#0A524E
(10,82,78)
#0A4A46
(10,74,70)
#0A423E
(10,66,62)
#0A3A36
(10,58,54)
#0A322E
(10,50,46)
#0A2A26
(10,42,38)
#0A221E
(10,34,30)
#0A1A16
(10,26,22)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #0A625E

#0A625E
(10,98,94)
#20706C
(32,112,108)
#367E7A
(54,126,122)
#4C8C88
(76,140,136)
#629A96
(98,154,150)
#78A8A4
(120,168,164)
#8EB6B2
(142,182,178)
#A4C4C0
(164,196,192)
#BAD2CE
(186,210,206)
#D0E0DC
(208,224,220)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A625E; }

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

This text font color is #0A625E.

Background Color

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

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

This div background color is #0A625E.

Border color

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

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

This div border color is #0A625E.

Opacity

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

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

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

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

This text has shadow with #0A625E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A625E.

Preview

Color preview on black background

This text has color #0A625E on black background.


Color preview on white background

This text has color #0A625E on white background.


Black color preview on #0A625E background

This text has black color on #0A625E background.


White color preview on #0A625E background

This text has white color on #0A625E background.


Related colors

Complementary color

Complementary color for #hex is #F59DA1.


I love getcolorcode.com

Triadic colors

1 #5E0A62 and #625E0A with #0A625E are triadic colors.

2 #5E620A and #620A5E with #0A625E are triadic colors.