COLOR #95957A

HEX: #95957A RGB: (149,149,122)

Color info

#95957A contains red, green and blue colors in about the same proportion. Web safe color of #95957A is #999966 (or #996).

RGB color model

#95957A color RGB value is (149,149,122).

RGB: (149,149,122) (58%, 58%, 48%)

RGB channels and saturation

R 149 of 255 = 58%
G 149 of 255 = 58%
B 122 of 255 = 48%

149
149
122

R + G + B ~ 55%. #95957A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 149 + 122 = 420 (100%)
R 149 of 420 ~ 35.48%
G 149 of 420 ~ 35.48%
B 122 of 420 ~ 29.05'%

%35.48
%35.48
%29.05

CMYK color model

#95957A color CMYK value is (0,0,18,42).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 41.57%

CMYK: (0,0,18,42)
C0M0Y18K42 (0%, 0%, 18%, 42%)
(0.00 / 0.00 / 0.18 / 0.42)

CMYK percentages

%0
%0
%18.12
%41.57

Codes

Color #95957A in popluar color models

95 95 7A
RGB 149 149 122
HSL 60° 11.30% 53.14%
HSB/HSV 60° 18.12% 58.43%
CMYK 0.00% 0.00% 18.12%
41.57%

Color #95957A in popluar number systems.

HEX 95 95 7A
Decimal 149 149 122
Binary 10010101 10010101 1111010
Octal 225 225 172

Shades and tints

Shades of #95957A

#95957A
(149,149,122)
#88886F
(136,136,111)
#7B7B64
(123,123,100)
#6E6E59
(110,110,89)
#61614E
(97,97,78)
#545443
(84,84,67)
#474738
(71,71,56)
#3A3A2D
(58,58,45)
#2D2D22
(45,45,34)
#202017
(32,32,23)
#13130C
(19,19,12)
#000000
(0,0,0)

Tints of #95957A

#95957A
(149,149,122)
#9E9E86
(158,158,134)
#A7A792
(167,167,146)
#B0B09E
(176,176,158)
#B9B9AA
(185,185,170)
#C2C2B6
(194,194,182)
#CBCBC2
(203,203,194)
#D4D4CE
(212,212,206)
#DDDDDA
(221,221,218)
#E6E6E6
(230,230,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95957A color. Also use rgb(149,149,122) instead hex code.

Text Font Color

.myTextColor { color: #95957A; }

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

This text font color is #95957A.

Background Color

.myBgColor { background-color: #95957A; }

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

This div background color is #95957A.

Border color

.myBorderColor { border: 1px solid #95957A; }

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

This div border color is #95957A.

Opacity

.myOpacity80 { color: #95957A; opacity: 0.8; }

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

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

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

This text has shadow with #95957A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95957A.

Preview

Color preview on black background

This text has color #95957A on black background.


Color preview on white background

This text has color #95957A on white background.


Black color preview on #95957A background

This text has black color on #95957A background.


White color preview on #95957A background

This text has white color on #95957A background.


Related colors

Complementary color

Complementary color for #hex is #6A6A85.


I love getcolorcode.com