COLOR #095049

HEX: #095049
RGB: (9,80,73)

Color info

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

RGB color model

#095049 color RGB value is (9,80,73).

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

RGB channels and saturation

R 9 of 255 = 4%
G 80 of 255 = 31%
B 73 of 255 = 29%

9
80
73

R + G + B ~ 21%. #095049 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 80 + 73 = 162 (100%)
R 9 of 162 ~ 5.56%
G 80 of 162 ~ 49.38%
B 73 of 162 ~ 45.06%

%49.38
%45.06

CMYK color model

#095049 color CMYK value is (89,0,9,69).

  • cyan value is 88.75%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 68.63%
CMYK:
(89,0,9,69)
C89M0Y9K69 
(89%,0%,9%,69%)
(0.89/0.00/0.09/0.69)	

CMYK percentages

%88.75
%0
%8.75
%68.63

Codes

Color #095049 in popluar color models

095049
RGB98073
HSL174°79.78%17.45%
HSB/HSV174°88.75%31.37%
CMYK88.75%0.00%8.75%
68.63%

Color #095049 in popluar number systems.

HEX095049
Decimal98073
Binary100110100001001001
Octal11120111

Shades and tints

Shades of #095049

#095049
(9,80,73)
#094943
(9,73,67)
#09423D
(9,66,61)
#093B37
(9,59,55)
#093431
(9,52,49)
#092D2B
(9,45,43)
#092625
(9,38,37)
#091F1F
(9,31,31)
#091819
(9,24,25)
#091113
(9,17,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #095049

#095049
(9,80,73)
#1F5F59
(31,95,89)
#356E69
(53,110,105)
#4B7D79
(75,125,121)
#618C89
(97,140,137)
#779B99
(119,155,153)
#8DAAA9
(141,170,169)
#A3B9B9
(163,185,185)
#B9C8C9
(185,200,201)
#CFD7D9
(207,215,217)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095049; }

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

This text font color is #095049.


Background Color

.myBgColor { background-color: #095049; }

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

This div background color is #095049.


Border color

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

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

This div border color is #095049.


Opacity

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

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

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

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

This text has shadow with #095049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095049 on black background.


Color preview on white background

This text has color #095049 on white background.



Black color preview on #095049 background

This text has black color on #095049 background.


White color preview on #095049 background

This text has white color on #095049 background.