COLOR #095F4D

HEX: #095F4D
RGB: (9,95,77)

Color info

#095F4D contains mainly green and blue colors. Web safe color of #095F4D is #006633 (or #063).

RGB color model

#095F4D color RGB value is (9,95,77).

  • red value is 9;
  • green value is 95;
  • blue value is 77.
RGB:
(9,95,77)
(4%,37%,30%)

RGB channels and saturation

R 9 of 255 = 4%
G 95 of 255 = 37%
B 77 of 255 = 30%

9
95
77

R + G + B ~ 24%. #095F4D is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 95 + 77 = 181 (100%)
R 9 of 181 ~ 4.97%
G 95 of 181 ~ 52.49%
B 77 of 181 ~ 42.54%

%52.49
%42.54

CMYK color model

#095F4D color CMYK value is (91,0,19,63).

  • cyan value is 90.53%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(91,0,19,63)
C91M0Y19K63 
(91%,0%,19%,63%)
(0.91/0.00/0.19/0.63)	

CMYK percentages

%90.53
%0
%18.95
%62.75

Codes

Color #095F4D in popluar color models

095F4D
RGB99577
HSL167°82.69%20.39%
HSB/HSV167°90.53%37.25%
CMYK90.53%0.00%18.95%
62.75%

Color #095F4D in popluar number systems.

HEX095F4D
Decimal99577
Binary100110111111001101
Octal11137115

Shades and tints

Shades of #095F4D

#095F4D
(9,95,77)
#095746
(9,87,70)
#094F3F
(9,79,63)
#094738
(9,71,56)
#093F31
(9,63,49)
#09372A
(9,55,42)
#092F23
(9,47,35)
#09271C
(9,39,28)
#091F15
(9,31,21)
#09170E
(9,23,14)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #095F4D

#095F4D
(9,95,77)
#1F6D5D
(31,109,93)
#357B6D
(53,123,109)
#4B897D
(75,137,125)
#61978D
(97,151,141)
#77A59D
(119,165,157)
#8DB3AD
(141,179,173)
#A3C1BD
(163,193,189)
#B9CFCD
(185,207,205)
#CFDDDD
(207,221,221)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095F4D color. Also use rgb(9,95,77) instead hex code.

Text Font Color

.myTextColor { color: #095F4D; }

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

This text font color is #095F4D.


Background Color

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

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

This div background color is #095F4D.


Border color

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

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

This div border color is #095F4D.


Opacity

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

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

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

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

This text has shadow with #095F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095F4D on black background.


Color preview on white background

This text has color #095F4D on white background.



Black color preview on #095F4D background

This text has black color on #095F4D background.


White color preview on #095F4D background

This text has white color on #095F4D background.