COLOR #928C72

HEX: #928C72 RGB: (146,140,114)

Color info

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

RGB color model

#928C72 color RGB value is (146,140,114).

RGB: (146,140,114) (57%, 55%, 45%)

RGB channels and saturation

R 146 of 255 = 57%
G 140 of 255 = 55%
B 114 of 255 = 45%

146
140
114

R + G + B ~ 52%. #928C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 146 + 140 + 114 = 400 (100%)
R 146 of 400 ~ 36.5%
G 140 of 400 ~ 35%
B 114 of 400 ~ 28.5'%

%36.5
%35
%28.5

CMYK color model

#928C72 color CMYK value is (0,4,22,43).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 21.92%
  • key color value is 42.75%
CMYK: (0,4,22,43) C0M4Y22K43 (0%,4%,22%,43%) (0.00/0.04/0.22/0.43) 

CMYK percentages

%0
%4.11
%21.92
%42.75

Codes

Color #928C72 in popluar color models

92 8C 72
RGB 146 140 114
HSL 49° 12.80% 50.98%
HSB/HSV 49° 21.92% 57.25%
CMYK 0.00% 4.11% 21.92%
42.75%

Color #928C72 in popluar number systems.

HEX 92 8C 72
Decimal 146 140 114
Binary 10010010 10001100 1110010
Octal 222 214 162

Shades and tints

Shades of #928C72

#928C72
(146,140,114)
#858068
(133,128,104)
#78745E
(120,116,94)
#6B6854
(107,104,84)
#5E5C4A
(94,92,74)
#515040
(81,80,64)
#444436
(68,68,54)
#37382C
(55,56,44)
#2A2C22
(42,44,34)
#1D2018
(29,32,24)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #928C72

#928C72
(146,140,114)
#9B967E
(155,150,126)
#A4A08A
(164,160,138)
#ADAA96
(173,170,150)
#B6B4A2
(182,180,162)
#BFBEAE
(191,190,174)
#C8C8BA
(200,200,186)
#D1D2C6
(209,210,198)
#DADCD2
(218,220,210)
#E3E6DE
(227,230,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928C72 color. Also use rgb(146,140,114) instead hex code.

Text Font Color

.myTextColor { color: #928C72; }

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

This text font color is #928C72.

Background Color

.myBgColor { background-color: #928C72; }

<div style="background-color:#928C72">Inner text</div>

This div background color is #928C72.

Border color

.myBorderColor { border: 1px solid #928C72; }

<div style="border:3px solid #928C72">Div</div>

This div border color is #928C72.

Opacity

.myOpacity80 { color: #928C72; opacity: 0.8; }

<p style="color:#928C72;opacity:0.8;">80%</p>

Text with #928C72 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 #928C72;}

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

This text has shadow with #928C72 color.


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

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

This text has shadow with #928C72 primary color and red secondary color.


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

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

This text has shadow with #928C72 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #928C72.

Preview

Color preview on black background

This text has color #928C72 on black background.


Color preview on white background

This text has color #928C72 on white background.


Black color preview on #928C72 background

This text has black color on #928C72 background.


White color preview on #928C72 background

This text has white color on #928C72 background.


Related colors

Complementary color

Complementary color for #hex is #6D738D.


I love getcolorcode.com

Triadic colors

1 #72928C and #8C7292 with #928C72 are triadic colors.

2 #728C92 and #8C9272 with #928C72 are triadic colors.