COLOR #95827C

HEX: #95827C RGB: (149,130,124)

Color info

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

RGB color model

#95827C color RGB value is (149,130,124).

RGB: (149,130,124) (58%, 51%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 130 of 255 = 51%
B 124 of 255 = 49%

149
130
124

R + G + B ~ 53%. #95827C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 130 + 124 = 403 (100%)
R 149 of 403 ~ 36.97%
G 130 of 403 ~ 32.26%
B 124 of 403 ~ 30.77'%

%36.97
%32.26
%30.77

CMYK color model

#95827C color CMYK value is (0,13,17,42).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 16.78%
  • key color value is 41.57%

CMYK: (0,13,17,42)
C0M13Y17K42 (0%, 13%, 17%, 42%)
(0.00 / 0.13 / 0.17 / 0.42)

CMYK percentages

%0
%12.75
%16.78
%41.57

Codes

Color #95827C in popluar color models

95 82 7C
RGB 149 130 124
HSL 14° 10.55% 53.53%
HSB/HSV 14° 16.78% 58.43%
CMYK 0.00% 12.75% 16.78%
41.57%

Color #95827C in popluar number systems.

HEX 95 82 7C
Decimal 149 130 124
Binary 10010101 10000010 1111100
Octal 225 202 174

Shades and tints

Shades of #95827C

#95827C
(149,130,124)
#887771
(136,119,113)
#7B6C66
(123,108,102)
#6E615B
(110,97,91)
#615650
(97,86,80)
#544B45
(84,75,69)
#47403A
(71,64,58)
#3A352F
(58,53,47)
#2D2A24
(45,42,36)
#201F19
(32,31,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #95827C

#95827C
(149,130,124)
#9E8D87
(158,141,135)
#A79892
(167,152,146)
#B0A39D
(176,163,157)
#B9AEA8
(185,174,168)
#C2B9B3
(194,185,179)
#CBC4BE
(203,196,190)
#D4CFC9
(212,207,201)
#DDDAD4
(221,218,212)
#E6E5DF
(230,229,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95827C color. Also use rgb(149,130,124) instead hex code.

Text Font Color

.myTextColor { color: #95827C; }

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

This text font color is #95827C.

Background Color

.myBgColor { background-color: #95827C; }

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

This div background color is #95827C.

Border color

.myBorderColor { border: 1px solid #95827C; }

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

This div border color is #95827C.

Opacity

.myOpacity80 { color: #95827C; opacity: 0.8; }

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

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

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

This text has shadow with #95827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95827C.

Preview

Color preview on black background

This text has color #95827C on black background.


Color preview on white background

This text has color #95827C on white background.


Black color preview on #95827C background

This text has black color on #95827C background.


White color preview on #95827C background

This text has white color on #95827C background.


Related colors

Complementary color

Complementary color for #hex is #6A7D83.


I love getcolorcode.com

Triadic colors

1 #7C9582 and #827C95 with #95827C are triadic colors.

2 #7C8295 and #82957C with #95827C are triadic colors.