COLOR #927E7D

HEX: #927E7D
RGB: (146,126,125)

Color info

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

RGB color model

#927E7D color RGB value is (146,126,125).

  • red value is 146;
  • green value is 126;
  • blue value is 125.
RGB:
(146,126,125)
(57%,49%,49%)

RGB channels and saturation

R 146 of 255 = 57%
G 126 of 255 = 49%
B 125 of 255 = 49%

146
126
125

R + G + B ~ 52%. #927E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 126 + 125 = 397 (100%)
R 146 of 397 ~ 36.78%
G 126 of 397 ~ 31.74%
B 125 of 397 ~ 31.49%

%36.78
%31.74
%31.49

CMYK color model

#927E7D color CMYK value is (0,14,14,43).

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(0,14,14,43)
C0M14Y14K43 
(0%,14%,14%,43%)
(0.00/0.14/0.14/0.43)	

CMYK percentages

%0
%13.7
%14.38
%42.75

Codes

Color #927E7D in popluar color models

927E7D
RGB146126125
HSL8.79%53.14%
HSB/HSV14.38%57.25%
CMYK0.00%13.70%14.38%
42.75%

Color #927E7D in popluar number systems.

HEX927E7D
Decimal146126125
Binary1001001011111101111101
Octal222176175

Shades and tints

Shades of #927E7D

#927E7D
(146,126,125)
#857372
(133,115,114)
#786867
(120,104,103)
#6B5D5C
(107,93,92)
#5E5251
(94,82,81)
#514746
(81,71,70)
#443C3B
(68,60,59)
#373130
(55,49,48)
#2A2625
(42,38,37)
#1D1B1A
(29,27,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #927E7D

#927E7D
(146,126,125)
#9B8988
(155,137,136)
#A49493
(164,148,147)
#AD9F9E
(173,159,158)
#B6AAA9
(182,170,169)
#BFB5B4
(191,181,180)
#C8C0BF
(200,192,191)
#D1CBCA
(209,203,202)
#DAD6D5
(218,214,213)
#E3E1E0
(227,225,224)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #927E7D color. Also use rgb(146,126,125) instead hex code.

Text Font Color

.myTextColor { color: #927E7D; }

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

This text font color is #927E7D.


Background Color

.myBgColor { background-color: #927E7D; }

<div style="background-color:#927E7D">Inner text</div>

This div background color is #927E7D.


Border color

.myBorderColor { border: 1px solid #927E7D; }

<div style="border:3px solid #927E7D">Div</div>

This div border color is #927E7D.


Opacity

.myOpacity80 { color: #927E7D; opacity: 0.8; }

<p style="color:#927E7D;opacity:0.8;">80%</p>

Text with #927E7D 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 #927E7D;}

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

This text has shadow with #927E7D color.

.textShadow {text-shadow: 3px 3px 1px #927E7D, 3px 3px 1px red;}

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

This text has shadow with #927E7D primary color and red secondary color.


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

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

This text has shadow with #927E7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927E7D on black background.


Color preview on white background

This text has color #927E7D on white background.



Black color preview on #927E7D background

This text has black color on #927E7D background.


White color preview on #927E7D background

This text has white color on #927E7D background.