COLOR #92A594

HEX: #92A594 RGB: (146,165,148)

Color info

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

RGB color model

#92A594 color RGB value is (146,165,148).

RGB: (146,165,148) (57%, 65%, 58%)

RGB channels and saturation

R 146 of 255 = 57%
G 165 of 255 = 65%
B 148 of 255 = 58%

146
165
148

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

Portions of RGB colors in percentages

R + G + B = 146 + 165 + 148 = 459 (100%)
R 146 of 459 ~ 31.81%
G 165 of 459 ~ 35.95%
B 148 of 459 ~ 32.24'%

%31.81
%35.95
%32.24

CMYK color model

#92A594 color CMYK value is (12,0,10,35).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 10.30%
  • key color value is 35.29%

CMYK: (12,0,10,35)
C12M0Y10K35 (12%, 0%, 10%, 35%)
(0.12 / 0.00 / 0.10 / 0.35)

CMYK percentages

%11.52
%0
%10.3
%35.29

Codes

Color #92A594 in popluar color models

92 A5 94
RGB 146 165 148
HSL 126° 9.55% 60.98%
HSB/HSV 126° 11.52% 64.71%
CMYK 11.52% 0.00% 10.30%
35.29%

Color #92A594 in popluar number systems.

HEX 92 A5 94
Decimal 146 165 148
Binary 10010010 10100101 10010100
Octal 222 245 224

Shades and tints

Shades of #92A594

#92A594
(146,165,148)
#859687
(133,150,135)
#78877A
(120,135,122)
#6B786D
(107,120,109)
#5E6960
(94,105,96)
#515A53
(81,90,83)
#444B46
(68,75,70)
#373C39
(55,60,57)
#2A2D2C
(42,45,44)
#1D1E1F
(29,30,31)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #92A594

#92A594
(146,165,148)
#9BAD9D
(155,173,157)
#A4B5A6
(164,181,166)
#ADBDAF
(173,189,175)
#B6C5B8
(182,197,184)
#BFCDC1
(191,205,193)
#C8D5CA
(200,213,202)
#D1DDD3
(209,221,211)
#DAE5DC
(218,229,220)
#E3EDE5
(227,237,229)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92A594; }

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

This text font color is #92A594.

Background Color

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

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

This div background color is #92A594.

Border color

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

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

This div border color is #92A594.

Opacity

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

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

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

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

This text has shadow with #92A594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92A594.

Preview

Color preview on black background

This text has color #92A594 on black background.


Color preview on white background

This text has color #92A594 on white background.


Black color preview on #92A594 background

This text has black color on #92A594 background.


White color preview on #92A594 background

This text has white color on #92A594 background.


Related colors

Complementary color

Complementary color for #hex is #6D5A6B.


I love getcolorcode.com

Triadic colors

1 #9492A5 and #A59492 with #92A594 are triadic colors.

2 #94A592 and #A59294 with #92A594 are triadic colors.