COLOR #928C7D

HEX: #928C7D RGB: (146,140,125)

Color info

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

RGB color model

#928C7D color RGB value is (146,140,125).

RGB: (146,140,125) (57%, 55%, 49%)

RGB channels and saturation

R 146 of 255 = 57%
G 140 of 255 = 55%
B 125 of 255 = 49%

146
140
125

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

Portions of RGB colors in percentages

R + G + B = 146 + 140 + 125 = 411 (100%)
R 146 of 411 ~ 35.52%
G 140 of 411 ~ 34.06%
B 125 of 411 ~ 30.41'%

%35.52
%34.06
%30.41

CMYK color model

#928C7D color CMYK value is (0,4,14,43).

  • cyan value is 0.00%
  • magenta value is 4.11%
  • yellow value is 14.38%
  • key color value is 42.75%

CMYK: (0,4,14,43)
C0M4Y14K43 (0%, 4%, 14%, 43%)
(0.00 / 0.04 / 0.14 / 0.43)

CMYK percentages

%0
%4.11
%14.38
%42.75

Codes

Color #928C7D in popluar color models

92 8C 7D
RGB 146 140 125
HSL 43° 8.79% 53.14%
HSB/HSV 43° 14.38% 57.25%
CMYK 0.00% 4.11% 14.38%
42.75%

Color #928C7D in popluar number systems.

HEX 92 8C 7D
Decimal 146 140 125
Binary 10010010 10001100 1111101
Octal 222 214 175

Shades and tints

Shades of #928C7D

#928C7D
(146,140,125)
#858072
(133,128,114)
#787467
(120,116,103)
#6B685C
(107,104,92)
#5E5C51
(94,92,81)
#515046
(81,80,70)
#44443B
(68,68,59)
#373830
(55,56,48)
#2A2C25
(42,44,37)
#1D201A
(29,32,26)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #928C7D

#928C7D
(146,140,125)
#9B9688
(155,150,136)
#A4A093
(164,160,147)
#ADAA9E
(173,170,158)
#B6B4A9
(182,180,169)
#BFBEB4
(191,190,180)
#C8C8BF
(200,200,191)
#D1D2CA
(209,210,202)
#DADCD5
(218,220,213)
#E3E6E0
(227,230,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #928C7D; }

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

This text font color is #928C7D.

Background Color

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

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

This div background color is #928C7D.

Border color

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

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

This div border color is #928C7D.

Opacity

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

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

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

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

This text has shadow with #928C7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #928C7D.

Preview

Color preview on black background

This text has color #928C7D on black background.


Color preview on white background

This text has color #928C7D on white background.


Black color preview on #928C7D background

This text has black color on #928C7D background.


White color preview on #928C7D background

This text has white color on #928C7D background.


Related colors

Complementary color

Complementary color for #hex is #6D7382.


I love getcolorcode.com

Triadic colors

1 #7D928C and #8C7D92 with #928C7D are triadic colors.

2 #7D8C92 and #8C927D with #928C7D are triadic colors.