COLOR #95A532

HEX: #95A532
RGB: (149,165,50)

Color info

#95A532 contains mainly red and green colors. Web safe color of #95A532 is #999933 (or #993).

RGB color model

#95A532 color RGB value is (149,165,50).

  • red value is 149;
  • green value is 165;
  • blue value is 50.
RGB:
(149,165,50)
(58%,65%,20%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 50 of 255 = 20%

149
165
50

R + G + B ~ 48%. #95A532 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 165 + 50 = 364 (100%)
R 149 of 364 ~ 40.93%
G 165 of 364 ~ 45.33%
B 50 of 364 ~ 13.74%

%40.93
%45.33
%13.74

CMYK color model

#95A532 color CMYK value is (10,0,70,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 69.70%
  • key color value is 35.29%
CMYK:
(10,0,70,35)
C10M0Y70K35 
(10%,0%,70%,35%)
(0.10/0.00/0.70/0.35)	

CMYK percentages

%9.7
%0
%69.7
%35.29

Codes

Color #95A532 in popluar color models

95A532
RGB14916550
HSL68°53.49%42.16%
HSB/HSV68°69.70%64.71%
CMYK9.70%0.00%69.70%
35.29%

Color #95A532 in popluar number systems.

HEX95A532
Decimal14916550
Binary1001010110100101110010
Octal22524562

Shades and tints

Shades of #95A532

#95A532
(149,165,50)
#88962E
(136,150,46)
#7B872A
(123,135,42)
#6E7826
(110,120,38)
#616922
(97,105,34)
#545A1E
(84,90,30)
#474B1A
(71,75,26)
#3A3C16
(58,60,22)
#2D2D12
(45,45,18)
#201E0E
(32,30,14)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #95A532

#95A532
(149,165,50)
#9EAD44
(158,173,68)
#A7B556
(167,181,86)
#B0BD68
(176,189,104)
#B9C57A
(185,197,122)
#C2CD8C
(194,205,140)
#CBD59E
(203,213,158)
#D4DDB0
(212,221,176)
#DDE5C2
(221,229,194)
#E6EDD4
(230,237,212)
#EFF5E6
(239,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A532 color. Also use rgb(149,165,50) instead hex code.

Text Font Color

.myTextColor { color: #95A532; }

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

This text font color is #95A532.


Background Color

.myBgColor { background-color: #95A532; }

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

This div background color is #95A532.


Border color

.myBorderColor { border: 1px solid #95A532; }

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

This div border color is #95A532.


Opacity

.myOpacity80 { color: #95A532; opacity: 0.8; }

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

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

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

This text has shadow with #95A532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A532 on black background.


Color preview on white background

This text has color #95A532 on white background.



Black color preview on #95A532 background

This text has black color on #95A532 background.


White color preview on #95A532 background

This text has white color on #95A532 background.