COLOR #0A4C57

HEX: #0A4C57
RGB: (10,76,87)

Color info

#0A4C57 contains mainly green and blue colors. Web safe color of #0A4C57 is #003366 (or #036).

RGB color model

#0A4C57 color RGB value is (10,76,87).

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

RGB channels and saturation

R 10 of 255 = 4%
G 76 of 255 = 30%
B 87 of 255 = 34%

10
76
87

R + G + B ~ 23%. #0A4C57 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 76 + 87 = 173 (100%)
R 10 of 173 ~ 5.78%
G 76 of 173 ~ 43.93%
B 87 of 173 ~ 50.29%

%43.93
%50.29

CMYK color model

#0A4C57 color CMYK value is (89,13,0,66).

  • cyan value is 88.51%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(89,13,0,66)
C89M13Y0K66 
(89%,13%,0%,66%)
(0.89/0.13/0.00/0.66)	

CMYK percentages

%88.51
%12.64
%0
%65.88

Codes

Color #0A4C57 in popluar color models

0A4C57
RGB107687
HSL189°79.38%19.02%
HSB/HSV189°88.51%34.12%
CMYK88.51%12.64%0.00%
65.88%

Color #0A4C57 in popluar number systems.

HEX0A4C57
Decimal107687
Binary101010011001010111
Octal12114127

Shades and tints

Shades of #0A4C57

#0A4C57
(10,76,87)
#0A4650
(10,70,80)
#0A4049
(10,64,73)
#0A3A42
(10,58,66)
#0A343B
(10,52,59)
#0A2E34
(10,46,52)
#0A282D
(10,40,45)
#0A2226
(10,34,38)
#0A1C1F
(10,28,31)
#0A1618
(10,22,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #0A4C57

#0A4C57
(10,76,87)
#205C66
(32,92,102)
#366C75
(54,108,117)
#4C7C84
(76,124,132)
#628C93
(98,140,147)
#789CA2
(120,156,162)
#8EACB1
(142,172,177)
#A4BCC0
(164,188,192)
#BACCCF
(186,204,207)
#D0DCDE
(208,220,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4C57; }

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

This text font color is #0A4C57.


Background Color

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

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

This div background color is #0A4C57.


Border color

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

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

This div border color is #0A4C57.


Opacity

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

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

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

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

This text has shadow with #0A4C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4C57 on black background.


Color preview on white background

This text has color #0A4C57 on white background.



Black color preview on #0A4C57 background

This text has black color on #0A4C57 background.


White color preview on #0A4C57 background

This text has white color on #0A4C57 background.