COLOR #926C59

HEX: #926C59
RGB: (146,108,89)

Color info

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

RGB color model

#926C59 color RGB value is (146,108,89).

  • red value is 146;
  • green value is 108;
  • blue value is 89.
RGB:
(146,108,89)
(57%,42%,35%)

RGB channels and saturation

R 146 of 255 = 57%
G 108 of 255 = 42%
B 89 of 255 = 35%

146
108
89

R + G + B ~ 45%. #926C59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
146 + 108 + 89 = 343 (100%)
R 146 of 343 ~ 42.57%
G 108 of 343 ~ 31.49%
B 89 of 343 ~ 25.95%

%42.57
%31.49
%25.95

CMYK color model

#926C59 color CMYK value is (0,26,39,43).

  • cyan value is 0.00%
  • magenta value is 26.03%
  • yellow value is 39.04%
  • key color value is 42.75%
CMYK:
(0,26,39,43)
C0M26Y39K43 
(0%,26%,39%,43%)
(0.00/0.26/0.39/0.43)	

CMYK percentages

%0
%26.03
%39.04
%42.75

Codes

Color #926C59 in popluar color models

926C59
RGB14610889
HSL20°24.26%46.08%
HSB/HSV20°39.04%57.25%
CMYK0.00%26.03%39.04%
42.75%

Color #926C59 in popluar number systems.

HEX926C59
Decimal14610889
Binary1001001011011001011001
Octal222154131

Shades and tints

Shades of #926C59

#926C59
(146,108,89)
#856351
(133,99,81)
#785A49
(120,90,73)
#6B5141
(107,81,65)
#5E4839
(94,72,57)
#513F31
(81,63,49)
#443629
(68,54,41)
#372D21
(55,45,33)
#2A2419
(42,36,25)
#1D1B11
(29,27,17)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #926C59

#926C59
(146,108,89)
#9B7968
(155,121,104)
#A48677
(164,134,119)
#AD9386
(173,147,134)
#B6A095
(182,160,149)
#BFADA4
(191,173,164)
#C8BAB3
(200,186,179)
#D1C7C2
(209,199,194)
#DAD4D1
(218,212,209)
#E3E1E0
(227,225,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #926C59 color. Also use rgb(146,108,89) instead hex code.

Text Font Color

.myTextColor { color: #926C59; }

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

This text font color is #926C59.


Background Color

.myBgColor { background-color: #926C59; }

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

This div background color is #926C59.


Border color

.myBorderColor { border: 1px solid #926C59; }

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

This div border color is #926C59.


Opacity

.myOpacity80 { color: #926C59; opacity: 0.8; }

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

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

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

This text has shadow with #926C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #926C59 on black background.


Color preview on white background

This text has color #926C59 on white background.



Black color preview on #926C59 background

This text has black color on #926C59 background.


White color preview on #926C59 background

This text has white color on #926C59 background.