COLOR #92A488

HEX: #92A488
RGB: (146,164,136)

Color info

#92A488 contains red, green and blue colors in about the same proportion. Web safe color of #92A488 is #999999 (or #999).

RGB color model

#92A488 color RGB value is (146,164,136).

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

RGB channels and saturation

R 146 of 255 = 57%
G 164 of 255 = 64%
B 136 of 255 = 53%

146
164
136

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

Portions of RGB colors in percentages

R + G + B =
146 + 164 + 136 = 446 (100%)
R 146 of 446 ~ 32.74%
G 164 of 446 ~ 36.77%
B 136 of 446 ~ 30.49%

%32.74
%36.77
%30.49

CMYK color model

#92A488 color CMYK value is (11,0,17,36).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(11,0,17,36)
C11M0Y17K36 
(11%,0%,17%,36%)
(0.11/0.00/0.17/0.36)	

CMYK percentages

%10.98
%0
%17.07
%35.69

Codes

Color #92A488 in popluar color models

92A488
RGB146164136
HSL99°13.33%58.82%
HSB/HSV99°17.07%64.31%
CMYK10.98%0.00%17.07%
35.69%

Color #92A488 in popluar number systems.

HEX92A488
Decimal146164136
Binary100100101010010010001000
Octal222244210

Shades and tints

Shades of #92A488

#92A488
(146,164,136)
#85967C
(133,150,124)
#788870
(120,136,112)
#6B7A64
(107,122,100)
#5E6C58
(94,108,88)
#515E4C
(81,94,76)
#445040
(68,80,64)
#374234
(55,66,52)
#2A3428
(42,52,40)
#1D261C
(29,38,28)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #92A488

#92A488
(146,164,136)
#9BAC92
(155,172,146)
#A4B49C
(164,180,156)
#ADBCA6
(173,188,166)
#B6C4B0
(182,196,176)
#BFCCBA
(191,204,186)
#C8D4C4
(200,212,196)
#D1DCCE
(209,220,206)
#DAE4D8
(218,228,216)
#E3ECE2
(227,236,226)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92A488; }

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

This text font color is #92A488.


Background Color

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

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

This div background color is #92A488.


Border color

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

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

This div border color is #92A488.


Opacity

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

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

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

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

This text has shadow with #92A488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92A488 on black background.


Color preview on white background

This text has color #92A488 on white background.



Black color preview on #92A488 background

This text has black color on #92A488 background.


White color preview on #92A488 background

This text has white color on #92A488 background.