COLOR #0A7457

HEX: #0A7457
RGB: (10,116,87)

Color info

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

RGB color model

#0A7457 color RGB value is (10,116,87).

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

RGB channels and saturation

R 10 of 255 = 4%
G 116 of 255 = 45%
B 87 of 255 = 34%

10
116
87

R + G + B ~ 28%. #0A7457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 116 + 87 = 213 (100%)
R 10 of 213 ~ 4.69%
G 116 of 213 ~ 54.46%
B 87 of 213 ~ 40.85%

%54.46
%40.85

CMYK color model

#0A7457 color CMYK value is (91,0,25,55).

  • cyan value is 91.38%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(91,0,25,55)
C91M0Y25K55 
(91%,0%,25%,55%)
(0.91/0.00/0.25/0.55)	

CMYK percentages

%91.38
%0
%25
%54.51

Codes

Color #0A7457 in popluar color models

0A7457
RGB1011687
HSL164°84.13%24.71%
HSB/HSV164°91.38%45.49%
CMYK91.38%0.00%25.00%
54.51%

Color #0A7457 in popluar number systems.

HEX0A7457
Decimal1011687
Binary101011101001010111
Octal12164127

Shades and tints

Shades of #0A7457

#0A7457
(10,116,87)
#0A6A50
(10,106,80)
#0A6049
(10,96,73)
#0A5642
(10,86,66)
#0A4C3B
(10,76,59)
#0A4234
(10,66,52)
#0A382D
(10,56,45)
#0A2E26
(10,46,38)
#0A241F
(10,36,31)
#0A1A18
(10,26,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #0A7457

#0A7457
(10,116,87)
#208066
(32,128,102)
#368C75
(54,140,117)
#4C9884
(76,152,132)
#62A493
(98,164,147)
#78B0A2
(120,176,162)
#8EBCB1
(142,188,177)
#A4C8C0
(164,200,192)
#BAD4CF
(186,212,207)
#D0E0DE
(208,224,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A7457; }

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

This text font color is #0A7457.


Background Color

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

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

This div background color is #0A7457.


Border color

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

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

This div border color is #0A7457.


Opacity

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

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

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

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

This text has shadow with #0A7457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7457 on black background.


Color preview on white background

This text has color #0A7457 on white background.



Black color preview on #0A7457 background

This text has black color on #0A7457 background.


White color preview on #0A7457 background

This text has white color on #0A7457 background.