COLOR #095E49

HEX: #095E49
RGB: (9,94,73)

Color info

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

RGB color model

#095E49 color RGB value is (9,94,73).

  • red value is 9;
  • green value is 94;
  • blue value is 73.
RGB:
(9,94,73)
(4%,37%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 94 of 255 = 37%
B 73 of 255 = 29%

9
94
73

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

Portions of RGB colors in percentages

R + G + B =
9 + 94 + 73 = 176 (100%)
R 9 of 176 ~ 5.11%
G 94 of 176 ~ 53.41%
B 73 of 176 ~ 41.48%

%53.41
%41.48

CMYK color model

#095E49 color CMYK value is (90,0,22,63).

  • cyan value is 90.43%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 63.14%
CMYK:
(90,0,22,63)
C90M0Y22K63 
(90%,0%,22%,63%)
(0.90/0.00/0.22/0.63)	

CMYK percentages

%90.43
%0
%22.34
%63.14

Codes

Color #095E49 in popluar color models

095E49
RGB99473
HSL165°82.52%20.20%
HSB/HSV165°90.43%36.86%
CMYK90.43%0.00%22.34%
63.14%

Color #095E49 in popluar number systems.

HEX095E49
Decimal99473
Binary100110111101001001
Octal11136111

Shades and tints

Shades of #095E49

#095E49
(9,94,73)
#095643
(9,86,67)
#094E3D
(9,78,61)
#094637
(9,70,55)
#093E31
(9,62,49)
#09362B
(9,54,43)
#092E25
(9,46,37)
#09261F
(9,38,31)
#091E19
(9,30,25)
#091613
(9,22,19)
#090E0D
(9,14,13)
#000000
(0,0,0)

Tints of #095E49

#095E49
(9,94,73)
#1F6C59
(31,108,89)
#357A69
(53,122,105)
#4B8879
(75,136,121)
#619689
(97,150,137)
#77A499
(119,164,153)
#8DB2A9
(141,178,169)
#A3C0B9
(163,192,185)
#B9CEC9
(185,206,201)
#CFDCD9
(207,220,217)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095E49 color. Also use rgb(9,94,73) instead hex code.

Text Font Color

.myTextColor { color: #095E49; }

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

This text font color is #095E49.


Background Color

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

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

This div background color is #095E49.


Border color

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

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

This div border color is #095E49.


Opacity

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

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

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

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

This text has shadow with #095E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095E49 on black background.


Color preview on white background

This text has color #095E49 on white background.



Black color preview on #095E49 background

This text has black color on #095E49 background.


White color preview on #095E49 background

This text has white color on #095E49 background.