COLOR #095768

HEX: #095768
RGB: (9,87,104)

Color info

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

RGB color model

#095768 color RGB value is (9,87,104).

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

RGB channels and saturation

R 9 of 255 = 4%
G 87 of 255 = 34%
B 104 of 255 = 41%

9
87
104

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

Portions of RGB colors in percentages

R + G + B =
9 + 87 + 104 = 200 (100%)
R 9 of 200 ~ 4.5%
G 87 of 200 ~ 43.5%
B 104 of 200 ~ 52%

%43.5
%52

CMYK color model

#095768 color CMYK value is (91,16,0,59).

  • cyan value is 91.35%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(91,16,0,59)
C91M16Y0K59 
(91%,16%,0%,59%)
(0.91/0.16/0.00/0.59)	

CMYK percentages

%91.35
%16.35
%0
%59.22

Codes

Color #095768 in popluar color models

095768
RGB987104
HSL191°84.07%22.16%
HSB/HSV191°91.35%40.78%
CMYK91.35%16.35%0.00%
59.22%

Color #095768 in popluar number systems.

HEX095768
Decimal987104
Binary100110101111101000
Octal11127150

Shades and tints

Shades of #095768

#095768
(9,87,104)
#09505F
(9,80,95)
#094956
(9,73,86)
#09424D
(9,66,77)
#093B44
(9,59,68)
#09343B
(9,52,59)
#092D32
(9,45,50)
#092629
(9,38,41)
#091F20
(9,31,32)
#091817
(9,24,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #095768

#095768
(9,87,104)
#1F6675
(31,102,117)
#357582
(53,117,130)
#4B848F
(75,132,143)
#61939C
(97,147,156)
#77A2A9
(119,162,169)
#8DB1B6
(141,177,182)
#A3C0C3
(163,192,195)
#B9CFD0
(185,207,208)
#CFDEDD
(207,222,221)
#E5EDEA
(229,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095768; }

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

This text font color is #095768.


Background Color

.myBgColor { background-color: #095768; }

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

This div background color is #095768.


Border color

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

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

This div border color is #095768.


Opacity

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

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

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

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

This text has shadow with #095768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095768 on black background.


Color preview on white background

This text has color #095768 on white background.



Black color preview on #095768 background

This text has black color on #095768 background.


White color preview on #095768 background

This text has white color on #095768 background.