COLOR #095B72

HEX: #095B72
RGB: (9,91,114)

Color info

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

RGB color model

#095B72 color RGB value is (9,91,114).

  • red value is 9;
  • green value is 91;
  • blue value is 114.
RGB:
(9,91,114)
(4%,36%,45%)

RGB channels and saturation

R 9 of 255 = 4%
G 91 of 255 = 36%
B 114 of 255 = 45%

9
91
114

R + G + B ~ 28%. #095B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 91 + 114 = 214 (100%)
R 9 of 214 ~ 4.21%
G 91 of 214 ~ 42.52%
B 114 of 214 ~ 53.27%

%42.52
%53.27

CMYK color model

#095B72 color CMYK value is (92,20,0,55).

  • cyan value is 92.11%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(92,20,0,55)
C92M20Y0K55 
(92%,20%,0%,55%)
(0.92/0.20/0.00/0.55)	

CMYK percentages

%92.11
%20.18
%0
%55.29

Codes

Color #095B72 in popluar color models

095B72
RGB991114
HSL193°85.37%24.12%
HSB/HSV193°92.11%44.71%
CMYK92.11%20.18%0.00%
55.29%

Color #095B72 in popluar number systems.

HEX095B72
Decimal991114
Binary100110110111110010
Octal11133162

Shades and tints

Shades of #095B72

#095B72
(9,91,114)
#095368
(9,83,104)
#094B5E
(9,75,94)
#094354
(9,67,84)
#093B4A
(9,59,74)
#093340
(9,51,64)
#092B36
(9,43,54)
#09232C
(9,35,44)
#091B22
(9,27,34)
#091318
(9,19,24)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #095B72

#095B72
(9,91,114)
#1F697E
(31,105,126)
#35778A
(53,119,138)
#4B8596
(75,133,150)
#6193A2
(97,147,162)
#77A1AE
(119,161,174)
#8DAFBA
(141,175,186)
#A3BDC6
(163,189,198)
#B9CBD2
(185,203,210)
#CFD9DE
(207,217,222)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095B72 color. Also use rgb(9,91,114) instead hex code.

Text Font Color

.myTextColor { color: #095B72; }

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

This text font color is #095B72.


Background Color

.myBgColor { background-color: #095B72; }

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

This div background color is #095B72.


Border color

.myBorderColor { border: 1px solid #095B72; }

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

This div border color is #095B72.


Opacity

.myOpacity80 { color: #095B72; opacity: 0.8; }

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

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

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

This text has shadow with #095B72 color.

.textShadow {text-shadow: 3px 3px 1px #095B72, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095B72 on black background.


Color preview on white background

This text has color #095B72 on white background.



Black color preview on #095B72 background

This text has black color on #095B72 background.


White color preview on #095B72 background

This text has white color on #095B72 background.