COLOR #968281

HEX: #968281
RGB: (150,130,129)

Color info

#968281 contains red, green and blue colors in about the same proportion. Web safe color of #968281 is #999999 (or #999).

RGB color model

#968281 color RGB value is (150,130,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 129 of 255 = 51%

150
130
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 130 + 129 = 409 (100%)
R 150 of 409 ~ 36.67%
G 130 of 409 ~ 31.78%
B 129 of 409 ~ 31.54%

%36.67
%31.78
%31.54

CMYK color model

#968281 color CMYK value is (0,13,14,41).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(0,13,14,41)
C0M13Y14K41 
(0%,13%,14%,41%)
(0.00/0.13/0.14/0.41)	

CMYK percentages

%0
%13.33
%14
%41.18

Codes

Color #968281 in popluar color models

968281
RGB150130129
HSL9.09%54.71%
HSB/HSV14.00%58.82%
CMYK0.00%13.33%14.00%
41.18%

Color #968281 in popluar number systems.

HEX968281
Decimal150130129
Binary100101101000001010000001
Octal226202201

Shades and tints

Shades of #968281

#968281
(150,130,129)
#897776
(137,119,118)
#7C6C6B
(124,108,107)
#6F6160
(111,97,96)
#625655
(98,86,85)
#554B4A
(85,75,74)
#48403F
(72,64,63)
#3B3534
(59,53,52)
#2E2A29
(46,42,41)
#211F1E
(33,31,30)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #968281

#968281
(150,130,129)
#9F8D8C
(159,141,140)
#A89897
(168,152,151)
#B1A3A2
(177,163,162)
#BAAEAD
(186,174,173)
#C3B9B8
(195,185,184)
#CCC4C3
(204,196,195)
#D5CFCE
(213,207,206)
#DEDAD9
(222,218,217)
#E7E5E4
(231,229,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968281; }

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

This text font color is #968281.


Background Color

.myBgColor { background-color: #968281; }

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

This div background color is #968281.


Border color

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

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

This div border color is #968281.


Opacity

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

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

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

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

This text has shadow with #968281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968281 on black background.


Color preview on white background

This text has color #968281 on white background.



Black color preview on #968281 background

This text has black color on #968281 background.


White color preview on #968281 background

This text has white color on #968281 background.