COLOR #968251

HEX: #968251
RGB: (150,130,81)

Color info

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

RGB color model

#968251 color RGB value is (150,130,81).

  • red value is 150;
  • green value is 130;
  • blue value is 81.
RGB:
(150,130,81)
(59%,51%,32%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 81 of 255 = 32%

150
130
81

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

Portions of RGB colors in percentages

R + G + B =
150 + 130 + 81 = 361 (100%)
R 150 of 361 ~ 41.55%
G 130 of 361 ~ 36.01%
B 81 of 361 ~ 22.44%

%41.55
%36.01
%22.44

CMYK color model

#968251 color CMYK value is (0,13,46,41).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 46.00%
  • key color value is 41.18%
CMYK:
(0,13,46,41)
C0M13Y46K41 
(0%,13%,46%,41%)
(0.00/0.13/0.46/0.41)	

CMYK percentages

%0
%13.33
%46
%41.18

Codes

Color #968251 in popluar color models

968251
RGB15013081
HSL43°29.87%45.29%
HSB/HSV43°46.00%58.82%
CMYK0.00%13.33%46.00%
41.18%

Color #968251 in popluar number systems.

HEX968251
Decimal15013081
Binary10010110100000101010001
Octal226202121

Shades and tints

Shades of #968251

#968251
(150,130,81)
#89774A
(137,119,74)
#7C6C43
(124,108,67)
#6F613C
(111,97,60)
#625635
(98,86,53)
#554B2E
(85,75,46)
#484027
(72,64,39)
#3B3520
(59,53,32)
#2E2A19
(46,42,25)
#211F12
(33,31,18)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #968251

#968251
(150,130,81)
#9F8D60
(159,141,96)
#A8986F
(168,152,111)
#B1A37E
(177,163,126)
#BAAE8D
(186,174,141)
#C3B99C
(195,185,156)
#CCC4AB
(204,196,171)
#D5CFBA
(213,207,186)
#DEDAC9
(222,218,201)
#E7E5D8
(231,229,216)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968251; }

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

This text font color is #968251.


Background Color

.myBgColor { background-color: #968251; }

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

This div background color is #968251.


Border color

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

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

This div border color is #968251.


Opacity

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

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

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

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

This text has shadow with #968251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968251 on black background.


Color preview on white background

This text has color #968251 on white background.



Black color preview on #968251 background

This text has black color on #968251 background.


White color preview on #968251 background

This text has white color on #968251 background.