COLOR #92837D

HEX: #92837D
RGB: (146,131,125)

Color info

#92837D contains red, green and blue colors in about the same proportion. Web safe color of #92837D is #999966 (or #996).

RGB color model

#92837D color RGB value is (146,131,125).

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

RGB channels and saturation

R 146 of 255 = 57%
G 131 of 255 = 51%
B 125 of 255 = 49%

146
131
125

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

Portions of RGB colors in percentages

R + G + B =
146 + 131 + 125 = 402 (100%)
R 146 of 402 ~ 36.32%
G 131 of 402 ~ 32.59%
B 125 of 402 ~ 31.09%

%36.32
%32.59
%31.09

CMYK color model

#92837D color CMYK value is (0,10,14,43).

  • cyan value is 0.00%
  • magenta value is 10.27%
  • yellow value is 14.38%
  • key color value is 42.75%
CMYK:
(0,10,14,43)
C0M10Y14K43 
(0%,10%,14%,43%)
(0.00/0.10/0.14/0.43)	

CMYK percentages

%0
%10.27
%14.38
%42.75

Codes

Color #92837D in popluar color models

92837D
RGB146131125
HSL17°8.79%53.14%
HSB/HSV17°14.38%57.25%
CMYK0.00%10.27%14.38%
42.75%

Color #92837D in popluar number systems.

HEX92837D
Decimal146131125
Binary10010010100000111111101
Octal222203175

Shades and tints

Shades of #92837D

#92837D
(146,131,125)
#857872
(133,120,114)
#786D67
(120,109,103)
#6B625C
(107,98,92)
#5E5751
(94,87,81)
#514C46
(81,76,70)
#44413B
(68,65,59)
#373630
(55,54,48)
#2A2B25
(42,43,37)
#1D201A
(29,32,26)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #92837D

#92837D
(146,131,125)
#9B8E88
(155,142,136)
#A49993
(164,153,147)
#ADA49E
(173,164,158)
#B6AFA9
(182,175,169)
#BFBAB4
(191,186,180)
#C8C5BF
(200,197,191)
#D1D0CA
(209,208,202)
#DADBD5
(218,219,213)
#E3E6E0
(227,230,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92837D color. Also use rgb(146,131,125) instead hex code.

Text Font Color

.myTextColor { color: #92837D; }

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

This text font color is #92837D.


Background Color

.myBgColor { background-color: #92837D; }

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

This div background color is #92837D.


Border color

.myBorderColor { border: 1px solid #92837D; }

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

This div border color is #92837D.


Opacity

.myOpacity80 { color: #92837D; opacity: 0.8; }

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

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

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

This text has shadow with #92837D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92837D on black background.


Color preview on white background

This text has color #92837D on white background.



Black color preview on #92837D background

This text has black color on #92837D background.


White color preview on #92837D background

This text has white color on #92837D background.