COLOR #927376

HEX: #927376
RGB: (146,115,118)

Color info

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

RGB color model

#927376 color RGB value is (146,115,118).

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

RGB channels and saturation

R 146 of 255 = 57%
G 115 of 255 = 45%
B 118 of 255 = 46%

146
115
118

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

Portions of RGB colors in percentages

R + G + B =
146 + 115 + 118 = 379 (100%)
R 146 of 379 ~ 38.52%
G 115 of 379 ~ 30.34%
B 118 of 379 ~ 31.13%

%38.52
%30.34
%31.13

CMYK color model

#927376 color CMYK value is (0,21,19,43).

  • cyan value is 0.00%
  • magenta value is 21.23%
  • yellow value is 19.18%
  • key color value is 42.75%
CMYK:
(0,21,19,43)
C0M21Y19K43 
(0%,21%,19%,43%)
(0.00/0.21/0.19/0.43)	

CMYK percentages

%0
%21.23
%19.18
%42.75

Codes

Color #927376 in popluar color models

927376
RGB146115118
HSL354°12.45%51.18%
HSB/HSV354°21.23%57.25%
CMYK0.00%21.23%19.18%
42.75%

Color #927376 in popluar number systems.

HEX927376
Decimal146115118
Binary1001001011100111110110
Octal222163166

Shades and tints

Shades of #927376

#927376
(146,115,118)
#85696C
(133,105,108)
#785F62
(120,95,98)
#6B5558
(107,85,88)
#5E4B4E
(94,75,78)
#514144
(81,65,68)
#44373A
(68,55,58)
#372D30
(55,45,48)
#2A2326
(42,35,38)
#1D191C
(29,25,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #927376

#927376
(146,115,118)
#9B7F82
(155,127,130)
#A48B8E
(164,139,142)
#AD979A
(173,151,154)
#B6A3A6
(182,163,166)
#BFAFB2
(191,175,178)
#C8BBBE
(200,187,190)
#D1C7CA
(209,199,202)
#DAD3D6
(218,211,214)
#E3DFE2
(227,223,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #927376; }

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

This text font color is #927376.


Background Color

.myBgColor { background-color: #927376; }

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

This div background color is #927376.


Border color

.myBorderColor { border: 1px solid #927376; }

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

This div border color is #927376.


Opacity

.myOpacity80 { color: #927376; opacity: 0.8; }

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

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

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

This text has shadow with #927376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #927376 on black background.


Color preview on white background

This text has color #927376 on white background.



Black color preview on #927376 background

This text has black color on #927376 background.


White color preview on #927376 background

This text has white color on #927376 background.