COLOR #92A473

HEX: #92A473
RGB: (146,164,115)

Color info

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

RGB color model

#92A473 color RGB value is (146,164,115).

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

RGB channels and saturation

R 146 of 255 = 57%
G 164 of 255 = 64%
B 115 of 255 = 45%

146
164
115

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

Portions of RGB colors in percentages

R + G + B =
146 + 164 + 115 = 425 (100%)
R 146 of 425 ~ 34.35%
G 164 of 425 ~ 38.59%
B 115 of 425 ~ 27.06%

%34.35
%38.59
%27.06

CMYK color model

#92A473 color CMYK value is (11,0,30,36).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK:
(11,0,30,36)
C11M0Y30K36 
(11%,0%,30%,36%)
(0.11/0.00/0.30/0.36)	

CMYK percentages

%10.98
%0
%29.88
%35.69

Codes

Color #92A473 in popluar color models

92A473
RGB146164115
HSL82°21.21%54.71%
HSB/HSV82°29.88%64.31%
CMYK10.98%0.00%29.88%
35.69%

Color #92A473 in popluar number systems.

HEX92A473
Decimal146164115
Binary10010010101001001110011
Octal222244163

Shades and tints

Shades of #92A473

#92A473
(146,164,115)
#859669
(133,150,105)
#78885F
(120,136,95)
#6B7A55
(107,122,85)
#5E6C4B
(94,108,75)
#515E41
(81,94,65)
#445037
(68,80,55)
#37422D
(55,66,45)
#2A3423
(42,52,35)
#1D2619
(29,38,25)
#10180F
(16,24,15)
#000000
(0,0,0)

Tints of #92A473

#92A473
(146,164,115)
#9BAC7F
(155,172,127)
#A4B48B
(164,180,139)
#ADBC97
(173,188,151)
#B6C4A3
(182,196,163)
#BFCCAF
(191,204,175)
#C8D4BB
(200,212,187)
#D1DCC7
(209,220,199)
#DAE4D3
(218,228,211)
#E3ECDF
(227,236,223)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92A473; }

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

This text font color is #92A473.


Background Color

.myBgColor { background-color: #92A473; }

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

This div background color is #92A473.


Border color

.myBorderColor { border: 1px solid #92A473; }

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

This div border color is #92A473.


Opacity

.myOpacity80 { color: #92A473; opacity: 0.8; }

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

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

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

This text has shadow with #92A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92A473 on black background.


Color preview on white background

This text has color #92A473 on white background.



Black color preview on #92A473 background

This text has black color on #92A473 background.


White color preview on #92A473 background

This text has white color on #92A473 background.