COLOR #0A5750

HEX: #0A5750 RGB: (10,87,80)

Color info

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

RGB color model

#0A5750 color RGB value is (10,87,80).

RGB: (10,87,80) (4%, 34%, 31%)

RGB channels and saturation

R 10 of 255 = 4%
G 87 of 255 = 34%
B 80 of 255 = 31%

10
87
80

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

Portions of RGB colors in percentages

R + G + B = 10 + 87 + 80 = 177 (100%)
R 10 of 177 ~ 5.65%
G 87 of 177 ~ 49.15%
B 80 of 177 ~ 45.2'%

%49.15
%45.2

CMYK color model

#0A5750 color CMYK value is (89,0,8,66).

  • cyan value is 88.51%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 65.88%

CMYK: (89,0,8,66)
C89M0Y8K66 (89%, 0%, 8%, 66%)
(0.89 / 0.00 / 0.08 / 0.66)

CMYK percentages

%88.51
%0
%8.05
%65.88

Codes

Color #0A5750 in popluar color models

0A 57 50
RGB 10 87 80
HSL 175° 79.38% 19.02%
HSB/HSV 175° 88.51% 34.12%
CMYK 88.51% 0.00% 8.05%
65.88%

Color #0A5750 in popluar number systems.

HEX 0A 57 50
Decimal 10 87 80
Binary 1010 1010111 1010000
Octal 12 127 120

Shades and tints

Shades of #0A5750

#0A5750
(10,87,80)
#0A5049
(10,80,73)
#0A4942
(10,73,66)
#0A423B
(10,66,59)
#0A3B34
(10,59,52)
#0A342D
(10,52,45)
#0A2D26
(10,45,38)
#0A261F
(10,38,31)
#0A1F18
(10,31,24)
#0A1811
(10,24,17)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #0A5750

#0A5750
(10,87,80)
#20665F
(32,102,95)
#36756E
(54,117,110)
#4C847D
(76,132,125)
#62938C
(98,147,140)
#78A29B
(120,162,155)
#8EB1AA
(142,177,170)
#A4C0B9
(164,192,185)
#BACFC8
(186,207,200)
#D0DED7
(208,222,215)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5750; }

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

This text font color is #0A5750.

Background Color

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

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

This div background color is #0A5750.

Border color

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

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

This div border color is #0A5750.

Opacity

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

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

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

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

This text has shadow with #0A5750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A5750.

Preview

Color preview on black background

This text has color #0A5750 on black background.


Color preview on white background

This text has color #0A5750 on white background.


Black color preview on #0A5750 background

This text has black color on #0A5750 background.


White color preview on #0A5750 background

This text has white color on #0A5750 background.


Related colors

Complementary color

Complementary color for #hex is #F5A8AF.


I love getcolorcode.com

Triadic colors

1 #500A57 and #57500A with #0A5750 are triadic colors.

2 #50570A and #570A50 with #0A5750 are triadic colors.