COLOR #968457

HEX: #968457
RGB: (150,132,87)

Color info

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

RGB color model

#968457 color RGB value is (150,132,87).

  • red value is 150;
  • green value is 132;
  • blue value is 87.
RGB:
(150,132,87)
(59%,52%,34%)

RGB channels and saturation

R 150 of 255 = 59%
G 132 of 255 = 52%
B 87 of 255 = 34%

150
132
87

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

Portions of RGB colors in percentages

R + G + B =
150 + 132 + 87 = 369 (100%)
R 150 of 369 ~ 40.65%
G 132 of 369 ~ 35.77%
B 87 of 369 ~ 23.58%

%40.65
%35.77
%23.58

CMYK color model

#968457 color CMYK value is (0,12,42,41).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 42.00%
  • key color value is 41.18%
CMYK:
(0,12,42,41)
C0M12Y42K41 
(0%,12%,42%,41%)
(0.00/0.12/0.42/0.41)	

CMYK percentages

%0
%12
%42
%41.18

Codes

Color #968457 in popluar color models

968457
RGB15013287
HSL43°26.58%46.47%
HSB/HSV43°42.00%58.82%
CMYK0.00%12.00%42.00%
41.18%

Color #968457 in popluar number systems.

HEX968457
Decimal15013287
Binary10010110100001001010111
Octal226204127

Shades and tints

Shades of #968457

#968457
(150,132,87)
#897850
(137,120,80)
#7C6C49
(124,108,73)
#6F6042
(111,96,66)
#62543B
(98,84,59)
#554834
(85,72,52)
#483C2D
(72,60,45)
#3B3026
(59,48,38)
#2E241F
(46,36,31)
#211818
(33,24,24)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #968457

#968457
(150,132,87)
#9F8F66
(159,143,102)
#A89A75
(168,154,117)
#B1A584
(177,165,132)
#BAB093
(186,176,147)
#C3BBA2
(195,187,162)
#CCC6B1
(204,198,177)
#D5D1C0
(213,209,192)
#DEDCCF
(222,220,207)
#E7E7DE
(231,231,222)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968457 color. Also use rgb(150,132,87) instead hex code.

Text Font Color

.myTextColor { color: #968457; }

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

This text font color is #968457.


Background Color

.myBgColor { background-color: #968457; }

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

This div background color is #968457.


Border color

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

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

This div border color is #968457.


Opacity

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

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

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

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

This text has shadow with #968457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968457 on black background.


Color preview on white background

This text has color #968457 on white background.



Black color preview on #968457 background

This text has black color on #968457 background.


White color preview on #968457 background

This text has white color on #968457 background.