COLOR #0A4757

HEX: #0A4757
RGB: (10,71,87)

Color info

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

RGB color model

#0A4757 color RGB value is (10,71,87).

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

RGB channels and saturation

R 10 of 255 = 4%
G 71 of 255 = 28%
B 87 of 255 = 34%

10
71
87

R + G + B ~ 22%. #0A4757 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 71 + 87 = 168 (100%)
R 10 of 168 ~ 5.95%
G 71 of 168 ~ 42.26%
B 87 of 168 ~ 51.79%

%42.26
%51.79

CMYK color model

#0A4757 color CMYK value is (89,18,0,66).

  • cyan value is 88.51%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(89,18,0,66)
C89M18Y0K66 
(89%,18%,0%,66%)
(0.89/0.18/0.00/0.66)	

CMYK percentages

%88.51
%18.39
%0
%65.88

Codes

Color #0A4757 in popluar color models

0A4757
RGB107187
HSL192°79.38%19.02%
HSB/HSV192°88.51%34.12%
CMYK88.51%18.39%0.00%
65.88%

Color #0A4757 in popluar number systems.

HEX0A4757
Decimal107187
Binary101010001111010111
Octal12107127

Shades and tints

Shades of #0A4757

#0A4757
(10,71,87)
#0A4150
(10,65,80)
#0A3B49
(10,59,73)
#0A3542
(10,53,66)
#0A2F3B
(10,47,59)
#0A2934
(10,41,52)
#0A232D
(10,35,45)
#0A1D26
(10,29,38)
#0A171F
(10,23,31)
#0A1118
(10,17,24)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #0A4757

#0A4757
(10,71,87)
#205766
(32,87,102)
#366775
(54,103,117)
#4C7784
(76,119,132)
#628793
(98,135,147)
#7897A2
(120,151,162)
#8EA7B1
(142,167,177)
#A4B7C0
(164,183,192)
#BAC7CF
(186,199,207)
#D0D7DE
(208,215,222)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4757; }

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

This text font color is #0A4757.


Background Color

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

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

This div background color is #0A4757.


Border color

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

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

This div border color is #0A4757.


Opacity

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

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

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

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

This text has shadow with #0A4757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4757 on black background.


Color preview on white background

This text has color #0A4757 on white background.



Black color preview on #0A4757 background

This text has black color on #0A4757 background.


White color preview on #0A4757 background

This text has white color on #0A4757 background.