COLOR #0A5C75

HEX: #0A5C75 RGB: (10,92,117)

Color info

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

RGB color model

#0A5C75 color RGB value is (10,92,117).

RGB: (10,92,117) (4%, 36%, 46%)

RGB channels and saturation

R 10 of 255 = 4%
G 92 of 255 = 36%
B 117 of 255 = 46%

10
92
117

R + G + B ~ 29%. #0A5C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 92 + 117 = 219 (100%)
R 10 of 219 ~ 4.57%
G 92 of 219 ~ 42.01%
B 117 of 219 ~ 53.42'%

%42.01
%53.42

CMYK color model

#0A5C75 color CMYK value is (91,21,0,54).

  • cyan value is 91.45%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (91,21,0,54)
C91M21Y0K54 (91%, 21%, 0%, 54%)
(0.91 / 0.21 / 0.00 / 0.54)

CMYK percentages

%91.45
%21.37
%0
%54.12

Codes

Color #0A5C75 in popluar color models

0A 5C 75
RGB 10 92 117
HSL 194° 84.25% 24.90%
HSB/HSV 194° 91.45% 45.88%
CMYK 91.45% 21.37% 0.00%
54.12%

Color #0A5C75 in popluar number systems.

HEX 0A 5C 75
Decimal 10 92 117
Binary 1010 1011100 1110101
Octal 12 134 165

Shades and tints

Shades of #0A5C75

#0A5C75
(10,92,117)
#0A546B
(10,84,107)
#0A4C61
(10,76,97)
#0A4457
(10,68,87)
#0A3C4D
(10,60,77)
#0A3443
(10,52,67)
#0A2C39
(10,44,57)
#0A242F
(10,36,47)
#0A1C25
(10,28,37)
#0A141B
(10,20,27)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #0A5C75

#0A5C75
(10,92,117)
#206A81
(32,106,129)
#36788D
(54,120,141)
#4C8699
(76,134,153)
#6294A5
(98,148,165)
#78A2B1
(120,162,177)
#8EB0BD
(142,176,189)
#A4BEC9
(164,190,201)
#BACCD5
(186,204,213)
#D0DAE1
(208,218,225)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A5C75 color. Also use rgb(10,92,117) instead hex code.

Text Font Color

.myTextColor { color: #0A5C75; }

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

This text font color is #0A5C75.

Background Color

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

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

This div background color is #0A5C75.

Border color

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

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

This div border color is #0A5C75.

Opacity

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

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

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

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

This text has shadow with #0A5C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A5C75.

Preview

Color preview on black background

This text has color #0A5C75 on black background.


Color preview on white background

This text has color #0A5C75 on white background.


Black color preview on #0A5C75 background

This text has black color on #0A5C75 background.


White color preview on #0A5C75 background

This text has white color on #0A5C75 background.


Related colors

Complementary color

Complementary color for #hex is #F5A38A.


I love getcolorcode.com

Triadic colors

1 #750A5C and #5C750A with #0A5C75 are triadic colors.

2 #755C0A and #5C0A75 with #0A5C75 are triadic colors.