COLOR #095C21

HEX: #095C21
RGB: (9,92,33)

Color info

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

RGB color model

#095C21 color RGB value is (9,92,33).

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

RGB channels and saturation

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

9
92
33

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

Portions of RGB colors in percentages

R + G + B =
9 + 92 + 33 = 134 (100%)
R 9 of 134 ~ 6.72%
G 92 of 134 ~ 68.66%
B 33 of 134 ~ 24.63%

%68.66
%24.63

CMYK color model

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

  • cyan value is 90.22%
  • magenta value is 0.00%
  • yellow value is 64.13%
  • key color value is 63.92%
CMYK:
(90,0,64,64)
C90M0Y64K64 
(90%,0%,64%,64%)
(0.90/0.00/0.64/0.64)	

CMYK percentages

%90.22
%0
%64.13
%63.92

Codes

Color #095C21 in popluar color models

095C21
RGB99233
HSL137°82.18%19.80%
HSB/HSV137°90.22%36.08%
CMYK90.22%0.00%64.13%
63.92%

Color #095C21 in popluar number systems.

HEX095C21
Decimal99233
Binary10011011100100001
Octal1113441

Shades and tints

Shades of #095C21

#095C21
(9,92,33)
#09541E
(9,84,30)
#094C1B
(9,76,27)
#094418
(9,68,24)
#093C15
(9,60,21)
#093412
(9,52,18)
#092C0F
(9,44,15)
#09240C
(9,36,12)
#091C09
(9,28,9)
#091406
(9,20,6)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #095C21

#095C21
(9,92,33)
#1F6A35
(31,106,53)
#357849
(53,120,73)
#4B865D
(75,134,93)
#619471
(97,148,113)
#77A285
(119,162,133)
#8DB099
(141,176,153)
#A3BEAD
(163,190,173)
#B9CCC1
(185,204,193)
#CFDAD5
(207,218,213)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095C21; }

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

This text font color is #095C21.


Background Color

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

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

This div background color is #095C21.


Border color

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

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

This div border color is #095C21.


Opacity

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

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

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

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

This text has shadow with #095C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095C21 on black background.


Color preview on white background

This text has color #095C21 on white background.



Black color preview on #095C21 background

This text has black color on #095C21 background.


White color preview on #095C21 background

This text has white color on #095C21 background.