COLOR #095C15

HEX: #095C15
RGB: (9,92,21)

Color info

#095C15 contains mainly green color. Web safe color of #095C15 is #006600 (or #060).

RGB color model

#095C15 color RGB value is (9,92,21).

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

RGB channels and saturation

R 9 of 255 = 4%
G 92 of 255 = 36%
B 21 of 255 = 8%

9
92
21

R + G + B ~ 16%. #095C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 92 + 21 = 122 (100%)
R 9 of 122 ~ 7.38%
G 92 of 122 ~ 75.41%
B 21 of 122 ~ 17.21%

%75.41
%17.21

CMYK color model

#095C15 color CMYK value is (90,0,77,64).

  • cyan value is 90.22%
  • magenta value is 0.00%
  • yellow value is 77.17%
  • key color value is 63.92%
CMYK:
(90,0,77,64)
C90M0Y77K64 
(90%,0%,77%,64%)
(0.90/0.00/0.77/0.64)	

CMYK percentages

%90.22
%0
%77.17
%63.92

Codes

Color #095C15 in popluar color models

095C15
RGB99221
HSL129°82.18%19.80%
HSB/HSV129°90.22%36.08%
CMYK90.22%0.00%77.17%
63.92%

Color #095C15 in popluar number systems.

HEX095C15
Decimal99221
Binary1001101110010101
Octal1113425

Shades and tints

Shades of #095C15

#095C15
(9,92,21)
#095414
(9,84,20)
#094C13
(9,76,19)
#094412
(9,68,18)
#093C11
(9,60,17)
#093410
(9,52,16)
#092C0F
(9,44,15)
#09240E
(9,36,14)
#091C0D
(9,28,13)
#09140C
(9,20,12)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #095C15

#095C15
(9,92,21)
#1F6A2A
(31,106,42)
#35783F
(53,120,63)
#4B8654
(75,134,84)
#619469
(97,148,105)
#77A27E
(119,162,126)
#8DB093
(141,176,147)
#A3BEA8
(163,190,168)
#B9CCBD
(185,204,189)
#CFDAD2
(207,218,210)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095C15; }

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

This text font color is #095C15.


Background Color

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

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

This div background color is #095C15.


Border color

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

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

This div border color is #095C15.


Opacity

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

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

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

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

This text has shadow with #095C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095C15 on black background.


Color preview on white background

This text has color #095C15 on white background.



Black color preview on #095C15 background

This text has black color on #095C15 background.


White color preview on #095C15 background

This text has white color on #095C15 background.