COLOR #928B6D

HEX: #928B6D RGB: (146,139,109)

Color info

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

RGB color model

#928B6D color RGB value is (146,139,109).

RGB: (146,139,109) (57%, 55%, 43%)

RGB channels and saturation

R 146 of 255 = 57%
G 139 of 255 = 55%
B 109 of 255 = 43%

146
139
109

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

Portions of RGB colors in percentages

R + G + B = 146 + 139 + 109 = 394 (100%)
R 146 of 394 ~ 37.06%
G 139 of 394 ~ 35.28%
B 109 of 394 ~ 27.66'%

%37.06
%35.28
%27.66

CMYK color model

#928B6D color CMYK value is (0,5,25,43).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 25.34%
  • key color value is 42.75%

CMYK: (0,5,25,43)
C0M5Y25K43 (0%, 5%, 25%, 43%)
(0.00 / 0.05 / 0.25 / 0.43)

CMYK percentages

%0
%4.79
%25.34
%42.75

Codes

Color #928B6D in popluar color models

92 8B 6D
RGB 146 139 109
HSL 49° 14.51% 50.00%
HSB/HSV 49° 25.34% 57.25%
CMYK 0.00% 4.79% 25.34%
42.75%

Color #928B6D in popluar number systems.

HEX 92 8B 6D
Decimal 146 139 109
Binary 10010010 10001011 1101101
Octal 222 213 155

Shades and tints

Shades of #928B6D

#928B6D
(146,139,109)
#857F64
(133,127,100)
#78735B
(120,115,91)
#6B6752
(107,103,82)
#5E5B49
(94,91,73)
#514F40
(81,79,64)
#444337
(68,67,55)
#37372E
(55,55,46)
#2A2B25
(42,43,37)
#1D1F1C
(29,31,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #928B6D

#928B6D
(146,139,109)
#9B957A
(155,149,122)
#A49F87
(164,159,135)
#ADA994
(173,169,148)
#B6B3A1
(182,179,161)
#BFBDAE
(191,189,174)
#C8C7BB
(200,199,187)
#D1D1C8
(209,209,200)
#DADBD5
(218,219,213)
#E3E5E2
(227,229,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928B6D color. Also use rgb(146,139,109) instead hex code.

Text Font Color

.myTextColor { color: #928B6D; }

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

This text font color is #928B6D.

Background Color

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

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

This div background color is #928B6D.

Border color

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

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

This div border color is #928B6D.

Opacity

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

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

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

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

This text has shadow with #928B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #928B6D.

Preview

Color preview on black background

This text has color #928B6D on black background.


Color preview on white background

This text has color #928B6D on white background.


Black color preview on #928B6D background

This text has black color on #928B6D background.


White color preview on #928B6D background

This text has white color on #928B6D background.


Related colors

Complementary color

Complementary color for #hex is #6D7492.


I love getcolorcode.com

Triadic colors

1 #6D928B and #8B6D92 with #928B6D are triadic colors.

2 #6D8B92 and #8B926D with #928B6D are triadic colors.