COLOR #92A574

HEX: #92A574
RGB: (146,165,116)

Color info

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

RGB color model

#92A574 color RGB value is (146,165,116).

  • red value is 146;
  • green value is 165;
  • blue value is 116.
RGB:
(146,165,116)
(57%,65%,45%)

RGB channels and saturation

R 146 of 255 = 57%
G 165 of 255 = 65%
B 116 of 255 = 45%

146
165
116

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

Portions of RGB colors in percentages

R + G + B =
146 + 165 + 116 = 427 (100%)
R 146 of 427 ~ 34.19%
G 165 of 427 ~ 38.64%
B 116 of 427 ~ 27.17%

%34.19
%38.64
%27.17

CMYK color model

#92A574 color CMYK value is (12,0,30,35).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(12,0,30,35)
C12M0Y30K35 
(12%,0%,30%,35%)
(0.12/0.00/0.30/0.35)	

CMYK percentages

%11.52
%0
%29.7
%35.29

Codes

Color #92A574 in popluar color models

92A574
RGB146165116
HSL83°21.40%55.10%
HSB/HSV83°29.70%64.71%
CMYK11.52%0.00%29.70%
35.29%

Color #92A574 in popluar number systems.

HEX92A574
Decimal146165116
Binary10010010101001011110100
Octal222245164

Shades and tints

Shades of #92A574

#92A574
(146,165,116)
#85966A
(133,150,106)
#788760
(120,135,96)
#6B7856
(107,120,86)
#5E694C
(94,105,76)
#515A42
(81,90,66)
#444B38
(68,75,56)
#373C2E
(55,60,46)
#2A2D24
(42,45,36)
#1D1E1A
(29,30,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #92A574

#92A574
(146,165,116)
#9BAD80
(155,173,128)
#A4B58C
(164,181,140)
#ADBD98
(173,189,152)
#B6C5A4
(182,197,164)
#BFCDB0
(191,205,176)
#C8D5BC
(200,213,188)
#D1DDC8
(209,221,200)
#DAE5D4
(218,229,212)
#E3EDE0
(227,237,224)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92A574 color. Also use rgb(146,165,116) instead hex code.

Text Font Color

.myTextColor { color: #92A574; }

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

This text font color is #92A574.


Background Color

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

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

This div background color is #92A574.


Border color

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

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

This div border color is #92A574.


Opacity

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

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

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

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

This text has shadow with #92A574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92A574 on black background.


Color preview on white background

This text has color #92A574 on white background.



Black color preview on #92A574 background

This text has black color on #92A574 background.


White color preview on #92A574 background

This text has white color on #92A574 background.