COLOR #927E6C

HEX: #927E6C
RGB: (146,126,108)

Color info

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

RGB color model

#927E6C color RGB value is (146,126,108).

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

RGB channels and saturation

R 146 of 255 = 57%
G 126 of 255 = 49%
B 108 of 255 = 42%

146
126
108

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

Portions of RGB colors in percentages

R + G + B =
146 + 126 + 108 = 380 (100%)
R 146 of 380 ~ 38.42%
G 126 of 380 ~ 33.16%
B 108 of 380 ~ 28.42%

%38.42
%33.16
%28.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.70%
  • yellow value is 26.03%
  • key color value is 42.75%
CMYK:
(0,14,26,43)
C0M14Y26K43 
(0%,14%,26%,43%)
(0.00/0.14/0.26/0.43)	

CMYK percentages

%0
%13.7
%26.03
%42.75

Codes

Color #927E6C in popluar color models

927E6C
RGB146126108
HSL28°14.96%49.80%
HSB/HSV28°26.03%57.25%
CMYK0.00%13.70%26.03%
42.75%

Color #927E6C in popluar number systems.

HEX927E6C
Decimal146126108
Binary1001001011111101101100
Octal222176154

Shades and tints

Shades of #927E6C

#927E6C
(146,126,108)
#857363
(133,115,99)
#78685A
(120,104,90)
#6B5D51
(107,93,81)
#5E5248
(94,82,72)
#51473F
(81,71,63)
#443C36
(68,60,54)
#37312D
(55,49,45)
#2A2624
(42,38,36)
#1D1B1B
(29,27,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #927E6C

#927E6C
(146,126,108)
#9B8979
(155,137,121)
#A49486
(164,148,134)
#AD9F93
(173,159,147)
#B6AAA0
(182,170,160)
#BFB5AD
(191,181,173)
#C8C0BA
(200,192,186)
#D1CBC7
(209,203,199)
#DAD6D4
(218,214,212)
#E3E1E1
(227,225,225)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #927E6C; }

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

This text font color is #927E6C.


Background Color

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

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

This div background color is #927E6C.


Border color

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

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

This div border color is #927E6C.


Opacity

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

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

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

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

This text has shadow with #927E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927E6C on black background.


Color preview on white background

This text has color #927E6C on white background.



Black color preview on #927E6C background

This text has black color on #927E6C background.


White color preview on #927E6C background

This text has white color on #927E6C background.