COLOR #0A5769

HEX: #0A5769
RGB: (10,87,105)

Color info

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

RGB color model

#0A5769 color RGB value is (10,87,105).

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

RGB channels and saturation

R 10 of 255 = 4%
G 87 of 255 = 34%
B 105 of 255 = 41%

10
87
105

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

Portions of RGB colors in percentages

R + G + B =
10 + 87 + 105 = 202 (100%)
R 10 of 202 ~ 4.95%
G 87 of 202 ~ 43.07%
B 105 of 202 ~ 51.98%

%43.07
%51.98

CMYK color model

#0A5769 color CMYK value is (90,17,0,59).

  • cyan value is 90.48%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(90,17,0,59)
C90M17Y0K59 
(90%,17%,0%,59%)
(0.90/0.17/0.00/0.59)	

CMYK percentages

%90.48
%17.14
%0
%58.82

Codes

Color #0A5769 in popluar color models

0A5769
RGB1087105
HSL191°82.61%22.55%
HSB/HSV191°90.48%41.18%
CMYK90.48%17.14%0.00%
58.82%

Color #0A5769 in popluar number systems.

HEX0A5769
Decimal1087105
Binary101010101111101001
Octal12127151

Shades and tints

Shades of #0A5769

#0A5769
(10,87,105)
#0A5060
(10,80,96)
#0A4957
(10,73,87)
#0A424E
(10,66,78)
#0A3B45
(10,59,69)
#0A343C
(10,52,60)
#0A2D33
(10,45,51)
#0A262A
(10,38,42)
#0A1F21
(10,31,33)
#0A1818
(10,24,24)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #0A5769

#0A5769
(10,87,105)
#206676
(32,102,118)
#367583
(54,117,131)
#4C8490
(76,132,144)
#62939D
(98,147,157)
#78A2AA
(120,162,170)
#8EB1B7
(142,177,183)
#A4C0C4
(164,192,196)
#BACFD1
(186,207,209)
#D0DEDE
(208,222,222)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5769; }

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

This text font color is #0A5769.


Background Color

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

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

This div background color is #0A5769.


Border color

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

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

This div border color is #0A5769.


Opacity

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

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

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

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

This text has shadow with #0A5769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5769 on black background.


Color preview on white background

This text has color #0A5769 on white background.



Black color preview on #0A5769 background

This text has black color on #0A5769 background.


White color preview on #0A5769 background

This text has white color on #0A5769 background.