COLOR #095037

HEX: #095037 RGB: (9,80,55)

Color info

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

RGB color model

#095037 color RGB value is (9,80,55).

RGB: (9,80,55) (4%, 31%, 22%)

RGB channels and saturation

R 9 of 255 = 4%
G 80 of 255 = 31%
B 55 of 255 = 22%

9
80
55

R + G + B ~ 19%. #095037 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 80 + 55 = 144 (100%)
R 9 of 144 ~ 6.25%
G 80 of 144 ~ 55.56%
B 55 of 144 ~ 38.19'%

%55.56
%38.19

CMYK color model

#095037 color CMYK value is (89,0,31,69).

  • cyan value is 88.75%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 68.63%

CMYK: (89,0,31,69)
C89M0Y31K69 (89%, 0%, 31%, 69%)
(0.89 / 0.00 / 0.31 / 0.69)

CMYK percentages

%88.75
%0
%31.25
%68.63

Codes

Color #095037 in popluar color models

09 50 37
RGB 9 80 55
HSL 159° 79.78% 17.45%
HSB/HSV 159° 88.75% 31.37%
CMYK 88.75% 0.00% 31.25%
68.63%

Color #095037 in popluar number systems.

HEX 09 50 37
Decimal 9 80 55
Binary 1001 1010000 110111
Octal 11 120 67

Shades and tints

Shades of #095037

#095037
(9,80,55)
#094932
(9,73,50)
#09422D
(9,66,45)
#093B28
(9,59,40)
#093423
(9,52,35)
#092D1E
(9,45,30)
#092619
(9,38,25)
#091F14
(9,31,20)
#09180F
(9,24,15)
#09110A
(9,17,10)
#090A05
(9,10,5)
#000000
(0,0,0)

Tints of #095037

#095037
(9,80,55)
#1F5F49
(31,95,73)
#356E5B
(53,110,91)
#4B7D6D
(75,125,109)
#618C7F
(97,140,127)
#779B91
(119,155,145)
#8DAAA3
(141,170,163)
#A3B9B5
(163,185,181)
#B9C8C7
(185,200,199)
#CFD7D9
(207,215,217)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095037; }

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

This text font color is #095037.

Background Color

.myBgColor { background-color: #095037; }

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

This div background color is #095037.

Border color

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

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

This div border color is #095037.

Opacity

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

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

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

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

This text has shadow with #095037 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095037.

Preview

Color preview on black background

This text has color #095037 on black background.


Color preview on white background

This text has color #095037 on white background.


Black color preview on #095037 background

This text has black color on #095037 background.


White color preview on #095037 background

This text has white color on #095037 background.


Related colors

Complementary color

Complementary color for #hex is #F6AFC8.


I love getcolorcode.com

Triadic colors

1 #370950 and #503709 with #095037 are triadic colors.

2 #375009 and #500937 with #095037 are triadic colors.