COLOR #0A7470

HEX: #0A7470
RGB: (10,116,112)

Color info

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

RGB color model

#0A7470 color RGB value is (10,116,112).

  • red value is 10;
  • green value is 116;
  • blue value is 112.
RGB:
(10,116,112)
(4%,45%,44%)

RGB channels and saturation

R 10 of 255 = 4%
G 116 of 255 = 45%
B 112 of 255 = 44%

10
116
112

R + G + B ~ 31%. #0A7470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 116 + 112 = 238 (100%)
R 10 of 238 ~ 4.2%
G 116 of 238 ~ 48.74%
B 112 of 238 ~ 47.06%

%48.74
%47.06

CMYK color model

#0A7470 color CMYK value is (91,0,3,55).

  • cyan value is 91.38%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(91,0,3,55)
C91M0Y3K55 
(91%,0%,3%,55%)
(0.91/0.00/0.03/0.55)	

CMYK percentages

%91.38
%0
%3.45
%54.51

Codes

Color #0A7470 in popluar color models

0A7470
RGB10116112
HSL178°84.13%24.71%
HSB/HSV178°91.38%45.49%
CMYK91.38%0.00%3.45%
54.51%

Color #0A7470 in popluar number systems.

HEX0A7470
Decimal10116112
Binary101011101001110000
Octal12164160

Shades and tints

Shades of #0A7470

#0A7470
(10,116,112)
#0A6A66
(10,106,102)
#0A605C
(10,96,92)
#0A5652
(10,86,82)
#0A4C48
(10,76,72)
#0A423E
(10,66,62)
#0A3834
(10,56,52)
#0A2E2A
(10,46,42)
#0A2420
(10,36,32)
#0A1A16
(10,26,22)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #0A7470

#0A7470
(10,116,112)
#20807D
(32,128,125)
#368C8A
(54,140,138)
#4C9897
(76,152,151)
#62A4A4
(98,164,164)
#78B0B1
(120,176,177)
#8EBCBE
(142,188,190)
#A4C8CB
(164,200,203)
#BAD4D8
(186,212,216)
#D0E0E5
(208,224,229)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7470 color. Also use rgb(10,116,112) instead hex code.

Text Font Color

.myTextColor { color: #0A7470; }

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

This text font color is #0A7470.


Background Color

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

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

This div background color is #0A7470.


Border color

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

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

This div border color is #0A7470.


Opacity

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

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

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

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

This text has shadow with #0A7470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7470 on black background.


Color preview on white background

This text has color #0A7470 on white background.



Black color preview on #0A7470 background

This text has black color on #0A7470 background.


White color preview on #0A7470 background

This text has white color on #0A7470 background.