COLOR #095040

HEX: #095040
RGB: (9,80,64)

Color info

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

RGB color model

#095040 color RGB value is (9,80,64).

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

RGB channels and saturation

R 9 of 255 = 4%
G 80 of 255 = 31%
B 64 of 255 = 25%

9
80
64

R + G + B ~ 20%. #095040 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 80 + 64 = 153 (100%)
R 9 of 153 ~ 5.88%
G 80 of 153 ~ 52.29%
B 64 of 153 ~ 41.83%

%52.29
%41.83

CMYK color model

#095040 color CMYK value is (89,0,20,69).

  • cyan value is 88.75%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(89,0,20,69)
C89M0Y20K69 
(89%,0%,20%,69%)
(0.89/0.00/0.20/0.69)	

CMYK percentages

%88.75
%0
%20
%68.63

Codes

Color #095040 in popluar color models

095040
RGB98064
HSL166°79.78%17.45%
HSB/HSV166°88.75%31.37%
CMYK88.75%0.00%20.00%
68.63%

Color #095040 in popluar number systems.

HEX095040
Decimal98064
Binary100110100001000000
Octal11120100

Shades and tints

Shades of #095040

#095040
(9,80,64)
#09493B
(9,73,59)
#094236
(9,66,54)
#093B31
(9,59,49)
#09342C
(9,52,44)
#092D27
(9,45,39)
#092622
(9,38,34)
#091F1D
(9,31,29)
#091818
(9,24,24)
#091113
(9,17,19)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #095040

#095040
(9,80,64)
#1F5F51
(31,95,81)
#356E62
(53,110,98)
#4B7D73
(75,125,115)
#618C84
(97,140,132)
#779B95
(119,155,149)
#8DAAA6
(141,170,166)
#A3B9B7
(163,185,183)
#B9C8C8
(185,200,200)
#CFD7D9
(207,215,217)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095040; }

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

This text font color is #095040.


Background Color

.myBgColor { background-color: #095040; }

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

This div background color is #095040.


Border color

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

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

This div border color is #095040.


Opacity

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

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

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

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

This text has shadow with #095040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095040 on black background.


Color preview on white background

This text has color #095040 on white background.



Black color preview on #095040 background

This text has black color on #095040 background.


White color preview on #095040 background

This text has white color on #095040 background.