COLOR #95A484

HEX: #95A484 RGB: (149,164,132)

Color info

#95A484 contains red, green and blue colors in about the same proportion. Web safe color of #95A484 is #999999 (or #999).

RGB color model

#95A484 color RGB value is (149,164,132).

RGB: (149,164,132) (58%, 64%, 52%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 132 of 255 = 52%

149
164
132

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 132 = 445 (100%)
R 149 of 445 ~ 33.48%
G 164 of 445 ~ 36.85%
B 132 of 445 ~ 29.66'%

%33.48
%36.85
%29.66

CMYK color model

#95A484 color CMYK value is (9,0,20,36).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 35.69%

CMYK: (9,0,20,36)
C9M0Y20K36 (9%, 0%, 20%, 36%)
(0.09 / 0.00 / 0.20 / 0.36)

CMYK percentages

%9.15
%0
%19.51
%35.69

Codes

Color #95A484 in popluar color models

95 A4 84
RGB 149 164 132
HSL 88° 14.95% 58.04%
HSB/HSV 88° 19.51% 64.31%
CMYK 9.15% 0.00% 19.51%
35.69%

Color #95A484 in popluar number systems.

HEX 95 A4 84
Decimal 149 164 132
Binary 10010101 10100100 10000100
Octal 225 244 204

Shades and tints

Shades of #95A484

#95A484
(149,164,132)
#889678
(136,150,120)
#7B886C
(123,136,108)
#6E7A60
(110,122,96)
#616C54
(97,108,84)
#545E48
(84,94,72)
#47503C
(71,80,60)
#3A4230
(58,66,48)
#2D3424
(45,52,36)
#202618
(32,38,24)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #95A484

#95A484
(149,164,132)
#9EAC8F
(158,172,143)
#A7B49A
(167,180,154)
#B0BCA5
(176,188,165)
#B9C4B0
(185,196,176)
#C2CCBB
(194,204,187)
#CBD4C6
(203,212,198)
#D4DCD1
(212,220,209)
#DDE4DC
(221,228,220)
#E6ECE7
(230,236,231)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A484 color. Also use rgb(149,164,132) instead hex code.

Text Font Color

.myTextColor { color: #95A484; }

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

This text font color is #95A484.

Background Color

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

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

This div background color is #95A484.

Border color

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

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

This div border color is #95A484.

Opacity

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

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

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

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

This text has shadow with #95A484 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A484.

Preview

Color preview on black background

This text has color #95A484 on black background.


Color preview on white background

This text has color #95A484 on white background.


Black color preview on #95A484 background

This text has black color on #95A484 background.


White color preview on #95A484 background

This text has white color on #95A484 background.


Related colors

Complementary color

Complementary color for #hex is #6A5B7B.


I love getcolorcode.com

Triadic colors

1 #8495A4 and #A48495 with #95A484 are triadic colors.

2 #84A495 and #A49584 with #95A484 are triadic colors.