COLOR #92947C

HEX: #92947C
RGB: (146,148,124)

Color info

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

RGB color model

#92947C color RGB value is (146,148,124).

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

RGB channels and saturation

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

146
148
124

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

Portions of RGB colors in percentages

R + G + B =
146 + 148 + 124 = 418 (100%)
R 146 of 418 ~ 34.93%
G 148 of 418 ~ 35.41%
B 124 of 418 ~ 29.67%

%34.93
%35.41
%29.67

CMYK color model

#92947C color CMYK value is (1,0,16,42).

  • cyan value is 1.35%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(1,0,16,42)
C1M0Y16K42 
(1%,0%,16%,42%)
(0.01/0.00/0.16/0.42)	

CMYK percentages

%1.35
%0
%16.22
%41.96

Codes

Color #92947C in popluar color models

92947C
RGB146148124
HSL65°10.08%53.33%
HSB/HSV65°16.22%58.04%
CMYK1.35%0.00%16.22%
41.96%

Color #92947C in popluar number systems.

HEX92947C
Decimal146148124
Binary10010010100101001111100
Octal222224174

Shades and tints

Shades of #92947C

#92947C
(146,148,124)
#858771
(133,135,113)
#787A66
(120,122,102)
#6B6D5B
(107,109,91)
#5E6050
(94,96,80)
#515345
(81,83,69)
#44463A
(68,70,58)
#37392F
(55,57,47)
#2A2C24
(42,44,36)
#1D1F19
(29,31,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #92947C

#92947C
(146,148,124)
#9B9D87
(155,157,135)
#A4A692
(164,166,146)
#ADAF9D
(173,175,157)
#B6B8A8
(182,184,168)
#BFC1B3
(191,193,179)
#C8CABE
(200,202,190)
#D1D3C9
(209,211,201)
#DADCD4
(218,220,212)
#E3E5DF
(227,229,223)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92947C; }

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

This text font color is #92947C.


Background Color

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

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

This div background color is #92947C.


Border color

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

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

This div border color is #92947C.


Opacity

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

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

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

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

This text has shadow with #92947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92947C on black background.


Color preview on white background

This text has color #92947C on white background.



Black color preview on #92947C background

This text has black color on #92947C background.


White color preview on #92947C background

This text has white color on #92947C background.