COLOR #095C20

HEX: #095C20
RGB: (9,92,32)

Color info

#095C20 contains mainly green color. Web safe color of #095C20 is #006633 (or #063).

RGB color model

#095C20 color RGB value is (9,92,32).

  • red value is 9;
  • green value is 92;
  • blue value is 32.
RGB:
(9,92,32)
(4%,36%,13%)

RGB channels and saturation

R 9 of 255 = 4%
G 92 of 255 = 36%
B 32 of 255 = 13%

9
92
32

R + G + B ~ 18%. #095C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 92 + 32 = 133 (100%)
R 9 of 133 ~ 6.77%
G 92 of 133 ~ 69.17%
B 32 of 133 ~ 24.06%

%69.17
%24.06

CMYK color model

#095C20 color CMYK value is (90,0,65,64).

  • cyan value is 90.22%
  • magenta value is 0.00%
  • yellow value is 65.22%
  • key color value is 63.92%
CMYK:
(90,0,65,64)
C90M0Y65K64 
(90%,0%,65%,64%)
(0.90/0.00/0.65/0.64)	

CMYK percentages

%90.22
%0
%65.22
%63.92

Codes

Color #095C20 in popluar color models

095C20
RGB99232
HSL137°82.18%19.80%
HSB/HSV137°90.22%36.08%
CMYK90.22%0.00%65.22%
63.92%

Color #095C20 in popluar number systems.

HEX095C20
Decimal99232
Binary10011011100100000
Octal1113440

Shades and tints

Shades of #095C20

#095C20
(9,92,32)
#09541E
(9,84,30)
#094C1C
(9,76,28)
#09441A
(9,68,26)
#093C18
(9,60,24)
#093416
(9,52,22)
#092C14
(9,44,20)
#092412
(9,36,18)
#091C10
(9,28,16)
#09140E
(9,20,14)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #095C20

#095C20
(9,92,32)
#1F6A34
(31,106,52)
#357848
(53,120,72)
#4B865C
(75,134,92)
#619470
(97,148,112)
#77A284
(119,162,132)
#8DB098
(141,176,152)
#A3BEAC
(163,190,172)
#B9CCC0
(185,204,192)
#CFDAD4
(207,218,212)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095C20 color. Also use rgb(9,92,32) instead hex code.

Text Font Color

.myTextColor { color: #095C20; }

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

This text font color is #095C20.


Background Color

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

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

This div background color is #095C20.


Border color

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

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

This div border color is #095C20.


Opacity

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

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

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

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

This text has shadow with #095C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095C20 on black background.


Color preview on white background

This text has color #095C20 on white background.



Black color preview on #095C20 background

This text has black color on #095C20 background.


White color preview on #095C20 background

This text has white color on #095C20 background.