COLOR #968253

HEX: #968253 RGB: (150,130,83)

Color info

#968253 contains mainly red and green colors. Web safe color of #968253 is #999966 (or #996).

RGB color model

#968253 color RGB value is (150,130,83).

RGB: (150,130,83) (59%, 51%, 33%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 83 of 255 = 33%

150
130
83

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

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 83 = 363 (100%)
R 150 of 363 ~ 41.32%
G 130 of 363 ~ 35.81%
B 83 of 363 ~ 22.87'%

%41.32
%35.81
%22.87

CMYK color model

#968253 color CMYK value is (0,13,45,41).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 44.67%
  • key color value is 41.18%
CMYK: (0,13,45,41) C0M13Y45K41 (0%,13%,45%,41%) (0.00/0.13/0.45/0.41) 

CMYK percentages

%0
%13.33
%44.67
%41.18

Codes

Color #968253 in popluar color models

96 82 53
RGB 150 130 83
HSL 42° 28.76% 45.69%
HSB/HSV 42° 44.67% 58.82%
CMYK 0.00% 13.33% 44.67%
41.18%

Color #968253 in popluar number systems.

HEX 96 82 53
Decimal 150 130 83
Binary 10010110 10000010 1010011
Octal 226 202 123

Shades and tints

Shades of #968253

#968253
(150,130,83)
#89774C
(137,119,76)
#7C6C45
(124,108,69)
#6F613E
(111,97,62)
#625637
(98,86,55)
#554B30
(85,75,48)
#484029
(72,64,41)
#3B3522
(59,53,34)
#2E2A1B
(46,42,27)
#211F14
(33,31,20)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #968253

#968253
(150,130,83)
#9F8D62
(159,141,98)
#A89871
(168,152,113)
#B1A380
(177,163,128)
#BAAE8F
(186,174,143)
#C3B99E
(195,185,158)
#CCC4AD
(204,196,173)
#D5CFBC
(213,207,188)
#DEDACB
(222,218,203)
#E7E5DA
(231,229,218)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968253 color. Also use rgb(150,130,83) instead hex code.

Text Font Color

.myTextColor { color: #968253; }

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

This text font color is #968253.

Background Color

.myBgColor { background-color: #968253; }

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

This div background color is #968253.

Border color

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

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

This div border color is #968253.

Opacity

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

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

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

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

This text has shadow with #968253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968253.

Preview

Color preview on black background

This text has color #968253 on black background.


Color preview on white background

This text has color #968253 on white background.


Black color preview on #968253 background

This text has black color on #968253 background.


White color preview on #968253 background

This text has white color on #968253 background.


Related colors

Complementary color

Complementary color for #hex is #697DAC.


I love getcolorcode.com

Triadic colors

1 #539682 and #825396 with #968253 are triadic colors.

2 #538296 and #829653 with #968253 are triadic colors.