COLOR #095750

HEX: #095750 RGB: (9,87,80)

Color info

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

RGB color model

#095750 color RGB value is (9,87,80).

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

RGB channels and saturation

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

9
87
80

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

Portions of RGB colors in percentages

R + G + B = 9 + 87 + 80 = 176 (100%)
R 9 of 176 ~ 5.11%
G 87 of 176 ~ 49.43%
B 80 of 176 ~ 45.45'%

%49.43
%45.45

CMYK color model

#095750 color CMYK value is (90,0,8,66).

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

CMYK: (90,0,8,66)
C90M0Y8K66 (90%, 0%, 8%, 66%)
(0.90 / 0.00 / 0.08 / 0.66)

CMYK percentages

%89.66
%0
%8.05
%65.88

Codes

Color #095750 in popluar color models

09 57 50
RGB 9 87 80
HSL 175° 81.25% 18.82%
HSB/HSV 175° 89.66% 34.12%
CMYK 89.66% 0.00% 8.05%
65.88%

Color #095750 in popluar number systems.

HEX 09 57 50
Decimal 9 87 80
Binary 1001 1010111 1010000
Octal 11 127 120

Shades and tints

Shades of #095750

#095750
(9,87,80)
#095049
(9,80,73)
#094942
(9,73,66)
#09423B
(9,66,59)
#093B34
(9,59,52)
#09342D
(9,52,45)
#092D26
(9,45,38)
#09261F
(9,38,31)
#091F18
(9,31,24)
#091811
(9,24,17)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #095750

#095750
(9,87,80)
#1F665F
(31,102,95)
#35756E
(53,117,110)
#4B847D
(75,132,125)
#61938C
(97,147,140)
#77A29B
(119,162,155)
#8DB1AA
(141,177,170)
#A3C0B9
(163,192,185)
#B9CFC8
(185,207,200)
#CFDED7
(207,222,215)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095750; }

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

This text font color is #095750.

Background Color

.myBgColor { background-color: #095750; }

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

This div background color is #095750.

Border color

.myBorderColor { border: 1px solid #095750; }

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

This div border color is #095750.

Opacity

.myOpacity80 { color: #095750; opacity: 0.8; }

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

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

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

This text has shadow with #095750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095750.

Preview

Color preview on black background

This text has color #095750 on black background.


Color preview on white background

This text has color #095750 on white background.


Black color preview on #095750 background

This text has black color on #095750 background.


White color preview on #095750 background

This text has white color on #095750 background.


Related colors

Complementary color

Complementary color for #hex is #F6A8AF.


I love getcolorcode.com

Triadic colors

1 #500957 and #575009 with #095750 are triadic colors.

2 #505709 and #570950 with #095750 are triadic colors.