COLOR #957D92

HEX: #957D92 RGB: (149,125,146)

Color info

#957D92 contains red, green and blue colors in about the same proportion. Web safe color of #957D92 is #996699 (or #969).

RGB color model

#957D92 color RGB value is (149,125,146).

RGB: (149,125,146) (58%, 49%, 57%)

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 146 of 255 = 57%

149
125
146

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

Portions of RGB colors in percentages

R + G + B = 149 + 125 + 146 = 420 (100%)
R 149 of 420 ~ 35.48%
G 125 of 420 ~ 29.76%
B 146 of 420 ~ 34.76'%

%35.48
%29.76
%34.76

CMYK color model

#957D92 color CMYK value is (0,16,2,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 2.01%
  • key color value is 41.57%

CMYK: (0,16,2,42)
C0M16Y2K42 (0%, 16%, 2%, 42%)
(0.00 / 0.16 / 0.02 / 0.42)

CMYK percentages

%0
%16.11
%2.01
%41.57

Codes

Color #957D92 in popluar color models

95 7D 92
RGB 149 125 146
HSL 308° 10.17% 53.73%
HSB/HSV 308° 16.11% 58.43%
CMYK 0.00% 16.11% 2.01%
41.57%

Color #957D92 in popluar number systems.

HEX 95 7D 92
Decimal 149 125 146
Binary 10010101 1111101 10010010
Octal 225 175 222

Shades and tints

Shades of #957D92

#957D92
(149,125,146)
#887285
(136,114,133)
#7B6778
(123,103,120)
#6E5C6B
(110,92,107)
#61515E
(97,81,94)
#544651
(84,70,81)
#473B44
(71,59,68)
#3A3037
(58,48,55)
#2D252A
(45,37,42)
#201A1D
(32,26,29)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #957D92

#957D92
(149,125,146)
#9E889B
(158,136,155)
#A793A4
(167,147,164)
#B09EAD
(176,158,173)
#B9A9B6
(185,169,182)
#C2B4BF
(194,180,191)
#CBBFC8
(203,191,200)
#D4CAD1
(212,202,209)
#DDD5DA
(221,213,218)
#E6E0E3
(230,224,227)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957D92 color. Also use rgb(149,125,146) instead hex code.

Text Font Color

.myTextColor { color: #957D92; }

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

This text font color is #957D92.

Background Color

.myBgColor { background-color: #957D92; }

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

This div background color is #957D92.

Border color

.myBorderColor { border: 1px solid #957D92; }

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

This div border color is #957D92.

Opacity

.myOpacity80 { color: #957D92; opacity: 0.8; }

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

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

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

This text has shadow with #957D92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957D92.

Preview

Color preview on black background

This text has color #957D92 on black background.


Color preview on white background

This text has color #957D92 on white background.


Black color preview on #957D92 background

This text has black color on #957D92 background.


White color preview on #957D92 background

This text has white color on #957D92 background.


Related colors

Complementary color

Complementary color for #hex is #6A826D.


I love getcolorcode.com

Triadic colors

1 #92957D and #7D9295 with #957D92 are triadic colors.

2 #927D95 and #7D9592 with #957D92 are triadic colors.