COLOR #92957C

HEX: #92957C
RGB: (146,149,124)

Color info

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

RGB color model

#92957C color RGB value is (146,149,124).

  • red value is 146;
  • green value is 149;
  • blue value is 124.
RGB:
(146,149,124)
(57%,58%,49%)

RGB channels and saturation

R 146 of 255 = 57%
G 149 of 255 = 58%
B 124 of 255 = 49%

146
149
124

R + G + B ~ 55%. #92957C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 149 + 124 = 419 (100%)
R 146 of 419 ~ 34.84%
G 149 of 419 ~ 35.56%
B 124 of 419 ~ 29.59%

%34.84
%35.56
%29.59

CMYK color model

#92957C color CMYK value is (2,0,17,42).

  • cyan value is 2.01%
  • magenta value is 0.00%
  • yellow value is 16.78%
  • key color value is 41.57%
CMYK:
(2,0,17,42)
C2M0Y17K42 
(2%,0%,17%,42%)
(0.02/0.00/0.17/0.42)	

CMYK percentages

%2.01
%0
%16.78
%41.57

Codes

Color #92957C in popluar color models

92957C
RGB146149124
HSL67°10.55%53.53%
HSB/HSV67°16.78%58.43%
CMYK2.01%0.00%16.78%
41.57%

Color #92957C in popluar number systems.

HEX92957C
Decimal146149124
Binary10010010100101011111100
Octal222225174

Shades and tints

Shades of #92957C

#92957C
(146,149,124)
#858871
(133,136,113)
#787B66
(120,123,102)
#6B6E5B
(107,110,91)
#5E6150
(94,97,80)
#515445
(81,84,69)
#44473A
(68,71,58)
#373A2F
(55,58,47)
#2A2D24
(42,45,36)
#1D2019
(29,32,25)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #92957C

#92957C
(146,149,124)
#9B9E87
(155,158,135)
#A4A792
(164,167,146)
#ADB09D
(173,176,157)
#B6B9A8
(182,185,168)
#BFC2B3
(191,194,179)
#C8CBBE
(200,203,190)
#D1D4C9
(209,212,201)
#DADDD4
(218,221,212)
#E3E6DF
(227,230,223)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92957C color. Also use rgb(146,149,124) instead hex code.

Text Font Color

.myTextColor { color: #92957C; }

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

This text font color is #92957C.


Background Color

.myBgColor { background-color: #92957C; }

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

This div background color is #92957C.


Border color

.myBorderColor { border: 1px solid #92957C; }

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

This div border color is #92957C.


Opacity

.myOpacity80 { color: #92957C; opacity: 0.8; }

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

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

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

This text has shadow with #92957C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92957C on black background.


Color preview on white background

This text has color #92957C on white background.



Black color preview on #92957C background

This text has black color on #92957C background.


White color preview on #92957C background

This text has white color on #92957C background.