COLOR #927D72

HEX: #927D72
RGB: (146,125,114)

Color info

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

RGB color model

#927D72 color RGB value is (146,125,114).

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

RGB channels and saturation

R 146 of 255 = 57%
G 125 of 255 = 49%
B 114 of 255 = 45%

146
125
114

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

Portions of RGB colors in percentages

R + G + B =
146 + 125 + 114 = 385 (100%)
R 146 of 385 ~ 37.92%
G 125 of 385 ~ 32.47%
B 114 of 385 ~ 29.61%

%37.92
%32.47
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK:
(0,14,22,43)
C0M14Y22K43 
(0%,14%,22%,43%)
(0.00/0.14/0.22/0.43)	

CMYK percentages

%0
%14.38
%21.92
%42.75

Codes

Color #927D72 in popluar color models

927D72
RGB146125114
HSL21°12.80%50.98%
HSB/HSV21°21.92%57.25%
CMYK0.00%14.38%21.92%
42.75%

Color #927D72 in popluar number systems.

HEX927D72
Decimal146125114
Binary1001001011111011110010
Octal222175162

Shades and tints

Shades of #927D72

#927D72
(146,125,114)
#857268
(133,114,104)
#78675E
(120,103,94)
#6B5C54
(107,92,84)
#5E514A
(94,81,74)
#514640
(81,70,64)
#443B36
(68,59,54)
#37302C
(55,48,44)
#2A2522
(42,37,34)
#1D1A18
(29,26,24)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #927D72

#927D72
(146,125,114)
#9B887E
(155,136,126)
#A4938A
(164,147,138)
#AD9E96
(173,158,150)
#B6A9A2
(182,169,162)
#BFB4AE
(191,180,174)
#C8BFBA
(200,191,186)
#D1CAC6
(209,202,198)
#DAD5D2
(218,213,210)
#E3E0DE
(227,224,222)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #927D72; }

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

This text font color is #927D72.


Background Color

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

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

This div background color is #927D72.


Border color

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

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

This div border color is #927D72.


Opacity

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

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

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

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

This text has shadow with #927D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927D72 on black background.


Color preview on white background

This text has color #927D72 on white background.



Black color preview on #927D72 background

This text has black color on #927D72 background.


White color preview on #927D72 background

This text has white color on #927D72 background.