COLOR #928060

HEX: #928060
RGB: (146,128,96)

Color info

#928060 contains red, green and blue colors in about the same proportion. Web safe color of #928060 is #996666 (or #966).

RGB color model

#928060 color RGB value is (146,128,96).

  • red value is 146;
  • green value is 128;
  • blue value is 96.
RGB:
(146,128,96)
(57%,50%,38%)

RGB channels and saturation

R 146 of 255 = 57%
G 128 of 255 = 50%
B 96 of 255 = 38%

146
128
96

R + G + B ~ 48%. #928060 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 128 + 96 = 370 (100%)
R 146 of 370 ~ 39.46%
G 128 of 370 ~ 34.59%
B 96 of 370 ~ 25.95%

%39.46
%34.59
%25.95

CMYK color model

#928060 color CMYK value is (0,12,34,43).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 34.25%
  • key color value is 42.75%
CMYK:
(0,12,34,43)
C0M12Y34K43 
(0%,12%,34%,43%)
(0.00/0.12/0.34/0.43)	

CMYK percentages

%0
%12.33
%34.25
%42.75

Codes

Color #928060 in popluar color models

928060
RGB14612896
HSL38°20.66%47.45%
HSB/HSV38°34.25%57.25%
CMYK0.00%12.33%34.25%
42.75%

Color #928060 in popluar number systems.

HEX928060
Decimal14612896
Binary10010010100000001100000
Octal222200140

Shades and tints

Shades of #928060

#928060
(146,128,96)
#857558
(133,117,88)
#786A50
(120,106,80)
#6B5F48
(107,95,72)
#5E5440
(94,84,64)
#514938
(81,73,56)
#443E30
(68,62,48)
#373328
(55,51,40)
#2A2820
(42,40,32)
#1D1D18
(29,29,24)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #928060

#928060
(146,128,96)
#9B8B6E
(155,139,110)
#A4967C
(164,150,124)
#ADA18A
(173,161,138)
#B6AC98
(182,172,152)
#BFB7A6
(191,183,166)
#C8C2B4
(200,194,180)
#D1CDC2
(209,205,194)
#DAD8D0
(218,216,208)
#E3E3DE
(227,227,222)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #928060 color. Also use rgb(146,128,96) instead hex code.

Text Font Color

.myTextColor { color: #928060; }

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

This text font color is #928060.


Background Color

.myBgColor { background-color: #928060; }

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

This div background color is #928060.


Border color

.myBorderColor { border: 1px solid #928060; }

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

This div border color is #928060.


Opacity

.myOpacity80 { color: #928060; opacity: 0.8; }

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

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

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

This text has shadow with #928060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #928060 on black background.


Color preview on white background

This text has color #928060 on white background.



Black color preview on #928060 background

This text has black color on #928060 background.


White color preview on #928060 background

This text has white color on #928060 background.