COLOR #925E76

HEX: #925E76
RGB: (146,94,118)

Color info

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

RGB color model

#925E76 color RGB value is (146,94,118).

  • red value is 146;
  • green value is 94;
  • blue value is 118.
RGB:
(146,94,118)
(57%,37%,46%)

RGB channels and saturation

R 146 of 255 = 57%
G 94 of 255 = 37%
B 118 of 255 = 46%

146
94
118

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

Portions of RGB colors in percentages

R + G + B =
146 + 94 + 118 = 358 (100%)
R 146 of 358 ~ 40.78%
G 94 of 358 ~ 26.26%
B 118 of 358 ~ 32.96%

%40.78
%26.26
%32.96

CMYK color model

#925E76 color CMYK value is (0,36,19,43).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 19.18%
  • key color value is 42.75%
CMYK:
(0,36,19,43)
C0M36Y19K43 
(0%,36%,19%,43%)
(0.00/0.36/0.19/0.43)	

CMYK percentages

%0
%35.62
%19.18
%42.75

Codes

Color #925E76 in popluar color models

925E76
RGB14694118
HSL332°21.67%47.06%
HSB/HSV332°35.62%57.25%
CMYK0.00%35.62%19.18%
42.75%

Color #925E76 in popluar number systems.

HEX925E76
Decimal14694118
Binary1001001010111101110110
Octal222136166

Shades and tints

Shades of #925E76

#925E76
(146,94,118)
#85566C
(133,86,108)
#784E62
(120,78,98)
#6B4658
(107,70,88)
#5E3E4E
(94,62,78)
#513644
(81,54,68)
#442E3A
(68,46,58)
#372630
(55,38,48)
#2A1E26
(42,30,38)
#1D161C
(29,22,28)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #925E76

#925E76
(146,94,118)
#9B6C82
(155,108,130)
#A47A8E
(164,122,142)
#AD889A
(173,136,154)
#B696A6
(182,150,166)
#BFA4B2
(191,164,178)
#C8B2BE
(200,178,190)
#D1C0CA
(209,192,202)
#DACED6
(218,206,214)
#E3DCE2
(227,220,226)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #925E76 color. Also use rgb(146,94,118) instead hex code.

Text Font Color

.myTextColor { color: #925E76; }

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

This text font color is #925E76.


Background Color

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

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

This div background color is #925E76.


Border color

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

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

This div border color is #925E76.


Opacity

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

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

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

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

This text has shadow with #925E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #925E76 on black background.


Color preview on white background

This text has color #925E76 on white background.



Black color preview on #925E76 background

This text has black color on #925E76 background.


White color preview on #925E76 background

This text has white color on #925E76 background.