COLOR #96853F

HEX: #96853F RGB: (150,133,63)

Color info

#96853F contains mainly red and green colors. Web safe color of #96853F is #999933 (or #993).

RGB color model

#96853F color RGB value is (150,133,63).

RGB: (150,133,63) (59%, 52%, 25%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 63 of 255 = 25%

150
133
63

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

Portions of RGB colors in percentages

R + G + B = 150 + 133 + 63 = 346 (100%)
R 150 of 346 ~ 43.35%
G 133 of 346 ~ 38.44%
B 63 of 346 ~ 18.21'%

%43.35
%38.44
%18.21

CMYK color model

#96853F color CMYK value is (0,11,58,41).

  • cyan value is 0.00%
  • magenta value is 11.33%
  • yellow value is 58.00%
  • key color value is 41.18%

CMYK: (0,11,58,41)
C0M11Y58K41 (0%, 11%, 58%, 41%)
(0.00 / 0.11 / 0.58 / 0.41)

CMYK percentages

%0
%11.33
%58
%41.18

Codes

Color #96853F in popluar color models

96 85 3F
RGB 150 133 63
HSL 48° 40.85% 41.76%
HSB/HSV 48° 58.00% 58.82%
CMYK 0.00% 11.33% 58.00%
41.18%

Color #96853F in popluar number systems.

HEX 96 85 3F
Decimal 150 133 63
Binary 10010110 10000101 111111
Octal 226 205 77

Shades and tints

Shades of #96853F

#96853F
(150,133,63)
#89793A
(137,121,58)
#7C6D35
(124,109,53)
#6F6130
(111,97,48)
#62552B
(98,85,43)
#554926
(85,73,38)
#483D21
(72,61,33)
#3B311C
(59,49,28)
#2E2517
(46,37,23)
#211912
(33,25,18)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #96853F

#96853F
(150,133,63)
#9F9050
(159,144,80)
#A89B61
(168,155,97)
#B1A672
(177,166,114)
#BAB183
(186,177,131)
#C3BC94
(195,188,148)
#CCC7A5
(204,199,165)
#D5D2B6
(213,210,182)
#DEDDC7
(222,221,199)
#E7E8D8
(231,232,216)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96853F color. Also use rgb(150,133,63) instead hex code.

Text Font Color

.myTextColor { color: #96853F; }

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

This text font color is #96853F.

Background Color

.myBgColor { background-color: #96853F; }

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

This div background color is #96853F.

Border color

.myBorderColor { border: 1px solid #96853F; }

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

This div border color is #96853F.

Opacity

.myOpacity80 { color: #96853F; opacity: 0.8; }

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

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

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

This text has shadow with #96853F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96853F.

Preview

Color preview on black background

This text has color #96853F on black background.


Color preview on white background

This text has color #96853F on white background.


Black color preview on #96853F background

This text has black color on #96853F background.


White color preview on #96853F background

This text has white color on #96853F background.


Related colors

Complementary color

Complementary color for #hex is #697AC0.


I love getcolorcode.com

Triadic colors

1 #3F9685 and #853F96 with #96853F are triadic colors.

2 #3F8596 and #85963F with #96853F are triadic colors.