COLOR #968368

HEX: #968368
RGB: (150,131,104)

Color info

#968368 contains red, green and blue colors in about the same proportion. Web safe color of #968368 is #999966 (or #996).

RGB color model

#968368 color RGB value is (150,131,104).

  • red value is 150;
  • green value is 131;
  • blue value is 104.
RGB:
(150,131,104)
(59%,51%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 104 of 255 = 41%

150
131
104

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

Portions of RGB colors in percentages

R + G + B =
150 + 131 + 104 = 385 (100%)
R 150 of 385 ~ 38.96%
G 131 of 385 ~ 34.03%
B 104 of 385 ~ 27.01%

%38.96
%34.03
%27.01

CMYK color model

#968368 color CMYK value is (0,13,31,41).

  • cyan value is 0.00%
  • magenta value is 12.67%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(0,13,31,41)
C0M13Y31K41 
(0%,13%,31%,41%)
(0.00/0.13/0.31/0.41)	

CMYK percentages

%0
%12.67
%30.67
%41.18

Codes

Color #968368 in popluar color models

968368
RGB150131104
HSL35°18.11%49.80%
HSB/HSV35°30.67%58.82%
CMYK0.00%12.67%30.67%
41.18%

Color #968368 in popluar number systems.

HEX968368
Decimal150131104
Binary10010110100000111101000
Octal226203150

Shades and tints

Shades of #968368

#968368
(150,131,104)
#89785F
(137,120,95)
#7C6D56
(124,109,86)
#6F624D
(111,98,77)
#625744
(98,87,68)
#554C3B
(85,76,59)
#484132
(72,65,50)
#3B3629
(59,54,41)
#2E2B20
(46,43,32)
#212017
(33,32,23)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #968368

#968368
(150,131,104)
#9F8E75
(159,142,117)
#A89982
(168,153,130)
#B1A48F
(177,164,143)
#BAAF9C
(186,175,156)
#C3BAA9
(195,186,169)
#CCC5B6
(204,197,182)
#D5D0C3
(213,208,195)
#DEDBD0
(222,219,208)
#E7E6DD
(231,230,221)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968368 color. Also use rgb(150,131,104) instead hex code.

Text Font Color

.myTextColor { color: #968368; }

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

This text font color is #968368.


Background Color

.myBgColor { background-color: #968368; }

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

This div background color is #968368.


Border color

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

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

This div border color is #968368.


Opacity

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

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

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

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

This text has shadow with #968368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968368 on black background.


Color preview on white background

This text has color #968368 on white background.



Black color preview on #968368 background

This text has black color on #968368 background.


White color preview on #968368 background

This text has white color on #968368 background.