COLOR #925D79

HEX: #925D79
RGB: (146,93,121)

Color info

#925D79 contains red, green and blue colors in about the same proportion. Web safe color of #925D79 is #996666 (or #966).

RGB color model

#925D79 color RGB value is (146,93,121).

  • red value is 146;
  • green value is 93;
  • blue value is 121.
RGB:
(146,93,121)
(57%,36%,47%)

RGB channels and saturation

R 146 of 255 = 57%
G 93 of 255 = 36%
B 121 of 255 = 47%

146
93
121

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

Portions of RGB colors in percentages

R + G + B =
146 + 93 + 121 = 360 (100%)
R 146 of 360 ~ 40.56%
G 93 of 360 ~ 25.83%
B 121 of 360 ~ 33.61%

%40.56
%25.83
%33.61

CMYK color model

#925D79 color CMYK value is (0,36,17,43).

  • cyan value is 0.00%
  • magenta value is 36.30%
  • yellow value is 17.12%
  • key color value is 42.75%
CMYK:
(0,36,17,43)
C0M36Y17K43 
(0%,36%,17%,43%)
(0.00/0.36/0.17/0.43)	

CMYK percentages

%0
%36.3
%17.12
%42.75

Codes

Color #925D79 in popluar color models

925D79
RGB14693121
HSL328°22.18%46.86%
HSB/HSV328°36.30%57.25%
CMYK0.00%36.30%17.12%
42.75%

Color #925D79 in popluar number systems.

HEX925D79
Decimal14693121
Binary1001001010111011111001
Octal222135171

Shades and tints

Shades of #925D79

#925D79
(146,93,121)
#85556E
(133,85,110)
#784D63
(120,77,99)
#6B4558
(107,69,88)
#5E3D4D
(94,61,77)
#513542
(81,53,66)
#442D37
(68,45,55)
#37252C
(55,37,44)
#2A1D21
(42,29,33)
#1D1516
(29,21,22)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #925D79

#925D79
(146,93,121)
#9B6B85
(155,107,133)
#A47991
(164,121,145)
#AD879D
(173,135,157)
#B695A9
(182,149,169)
#BFA3B5
(191,163,181)
#C8B1C1
(200,177,193)
#D1BFCD
(209,191,205)
#DACDD9
(218,205,217)
#E3DBE5
(227,219,229)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #925D79; }

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

This text font color is #925D79.


Background Color

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

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

This div background color is #925D79.


Border color

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

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

This div border color is #925D79.


Opacity

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

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

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

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

This text has shadow with #925D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925D79 on black background.


Color preview on white background

This text has color #925D79 on white background.



Black color preview on #925D79 background

This text has black color on #925D79 background.


White color preview on #925D79 background

This text has white color on #925D79 background.