COLOR #925D82

HEX: #925D82 RGB: (146,93,130)

Color info

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

RGB color model

#925D82 color RGB value is (146,93,130).

RGB: (146,93,130) (57%, 36%, 51%)

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 130 of 255 = 51%

146
93
130

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

Portions of RGB colors in percentages

R + G + B = 146 + 93 + 130 = 369 (100%)
R 146 of 369 ~ 39.57%
G 93 of 369 ~ 25.2%
B 130 of 369 ~ 35.23'%

%39.57
%25.2
%35.23

CMYK color model

#925D82 color CMYK value is (0,36,11,43).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 10.96%
  • key color value is 42.75%

CMYK: (0,36,11,43)
C0M36Y11K43 (0%, 36%, 11%, 43%)
(0.00 / 0.36 / 0.11 / 0.43)

CMYK percentages

%0
%36.3
%10.96
%42.75

Codes

Color #925D82 in popluar color models

92 5D 82
RGB 146 93 130
HSL 318° 22.18% 46.86%
HSB/HSV 318° 36.30% 57.25%
CMYK 0.00% 36.30% 10.96%
42.75%

Color #925D82 in popluar number systems.

HEX 92 5D 82
Decimal 146 93 130
Binary 10010010 1011101 10000010
Octal 222 135 202

Shades and tints

Shades of #925D82

#925D82
(146,93,130)
#855577
(133,85,119)
#784D6C
(120,77,108)
#6B4561
(107,69,97)
#5E3D56
(94,61,86)
#51354B
(81,53,75)
#442D40
(68,45,64)
#372535
(55,37,53)
#2A1D2A
(42,29,42)
#1D151F
(29,21,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #925D82

#925D82
(146,93,130)
#9B6B8D
(155,107,141)
#A47998
(164,121,152)
#AD87A3
(173,135,163)
#B695AE
(182,149,174)
#BFA3B9
(191,163,185)
#C8B1C4
(200,177,196)
#D1BFCF
(209,191,207)
#DACDDA
(218,205,218)
#E3DBE5
(227,219,229)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925D82 color. Also use rgb(146,93,130) instead hex code.

Text Font Color

.myTextColor { color: #925D82; }

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

This text font color is #925D82.

Background Color

.myBgColor { background-color: #925D82; }

<div style="background-color:#925D82">Inner text</div>

This div background color is #925D82.

Border color

.myBorderColor { border: 1px solid #925D82; }

<div style="border:3px solid #925D82">Div</div>

This div border color is #925D82.

Opacity

.myOpacity80 { color: #925D82; opacity: 0.8; }

<p style="color:#925D82;opacity:0.8;">80%</p>

Text with #925D82 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 #925D82;}

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

This text has shadow with #925D82 color.


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

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

This text has shadow with #925D82 primary color and red secondary color.


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

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

This text has shadow with #925D82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #925D82.

Preview

Color preview on black background

This text has color #925D82 on black background.


Color preview on white background

This text has color #925D82 on white background.


Black color preview on #925D82 background

This text has black color on #925D82 background.


White color preview on #925D82 background

This text has white color on #925D82 background.


Related colors

Complementary color

Complementary color for #hex is #6DA27D.


I love getcolorcode.com

Triadic colors

1 #82925D and #5D8292 with #925D82 are triadic colors.

2 #825D92 and #5D9282 with #925D82 are triadic colors.