COLOR #095525

HEX: #095525
RGB: (9,85,37)

Color info

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

RGB color model

#095525 color RGB value is (9,85,37).

  • red value is 9;
  • green value is 85;
  • blue value is 37.
RGB:
(9,85,37)
(4%,33%,15%)

RGB channels and saturation

R 9 of 255 = 4%
G 85 of 255 = 33%
B 37 of 255 = 15%

9
85
37

R + G + B ~ 17%. #095525 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 85 + 37 = 131 (100%)
R 9 of 131 ~ 6.87%
G 85 of 131 ~ 64.89%
B 37 of 131 ~ 28.24%

%64.89
%28.24

CMYK color model

#095525 color CMYK value is (89,0,56,67).

  • cyan value is 89.41%
  • magenta value is 0.00%
  • yellow value is 56.47%
  • key color value is 66.67%
CMYK:
(89,0,56,67)
C89M0Y56K67 
(89%,0%,56%,67%)
(0.89/0.00/0.56/0.67)	

CMYK percentages

%89.41
%0
%56.47
%66.67

Codes

Color #095525 in popluar color models

095525
RGB98537
HSL142°80.85%18.43%
HSB/HSV142°89.41%33.33%
CMYK89.41%0.00%56.47%
66.67%

Color #095525 in popluar number systems.

HEX095525
Decimal98537
Binary10011010101100101
Octal1112545

Shades and tints

Shades of #095525

#095525
(9,85,37)
#094E22
(9,78,34)
#09471F
(9,71,31)
#09401C
(9,64,28)
#093919
(9,57,25)
#093216
(9,50,22)
#092B13
(9,43,19)
#092410
(9,36,16)
#091D0D
(9,29,13)
#09160A
(9,22,10)
#090F07
(9,15,7)
#000000
(0,0,0)

Tints of #095525

#095525
(9,85,37)
#1F6438
(31,100,56)
#35734B
(53,115,75)
#4B825E
(75,130,94)
#619171
(97,145,113)
#77A084
(119,160,132)
#8DAF97
(141,175,151)
#A3BEAA
(163,190,170)
#B9CDBD
(185,205,189)
#CFDCD0
(207,220,208)
#E5EBE3
(229,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095525 color. Also use rgb(9,85,37) instead hex code.

Text Font Color

.myTextColor { color: #095525; }

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

This text font color is #095525.


Background Color

.myBgColor { background-color: #095525; }

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

This div background color is #095525.


Border color

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

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

This div border color is #095525.


Opacity

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

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

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

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

This text has shadow with #095525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095525 on black background.


Color preview on white background

This text has color #095525 on white background.



Black color preview on #095525 background

This text has black color on #095525 background.


White color preview on #095525 background

This text has white color on #095525 background.