COLOR #968F69

HEX: #968F69
RGB: (150,143,105)

Color info

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

RGB color model

#968F69 color RGB value is (150,143,105).

  • red value is 150;
  • green value is 143;
  • blue value is 105.
RGB:
(150,143,105)
(59%,56%,41%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 105 of 255 = 41%

150
143
105

R + G + B ~ 52%. #968F69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 105 = 398 (100%)
R 150 of 398 ~ 37.69%
G 143 of 398 ~ 35.93%
B 105 of 398 ~ 26.38%

%37.69
%35.93
%26.38

CMYK color model

#968F69 color CMYK value is (0,5,30,41).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 30.00%
  • key color value is 41.18%
CMYK:
(0,5,30,41)
C0M5Y30K41 
(0%,5%,30%,41%)
(0.00/0.05/0.30/0.41)	

CMYK percentages

%0
%4.67
%30
%41.18

Codes

Color #968F69 in popluar color models

968F69
RGB150143105
HSL51°17.65%50.00%
HSB/HSV51°30.00%58.82%
CMYK0.00%4.67%30.00%
41.18%

Color #968F69 in popluar number systems.

HEX968F69
Decimal150143105
Binary10010110100011111101001
Octal226217151

Shades and tints

Shades of #968F69

#968F69
(150,143,105)
#898260
(137,130,96)
#7C7557
(124,117,87)
#6F684E
(111,104,78)
#625B45
(98,91,69)
#554E3C
(85,78,60)
#484133
(72,65,51)
#3B342A
(59,52,42)
#2E2721
(46,39,33)
#211A18
(33,26,24)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #968F69

#968F69
(150,143,105)
#9F9976
(159,153,118)
#A8A383
(168,163,131)
#B1AD90
(177,173,144)
#BAB79D
(186,183,157)
#C3C1AA
(195,193,170)
#CCCBB7
(204,203,183)
#D5D5C4
(213,213,196)
#DEDFD1
(222,223,209)
#E7E9DE
(231,233,222)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968F69 color. Also use rgb(150,143,105) instead hex code.

Text Font Color

.myTextColor { color: #968F69; }

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

This text font color is #968F69.


Background Color

.myBgColor { background-color: #968F69; }

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

This div background color is #968F69.


Border color

.myBorderColor { border: 1px solid #968F69; }

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

This div border color is #968F69.


Opacity

.myOpacity80 { color: #968F69; opacity: 0.8; }

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

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

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

This text has shadow with #968F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968F69 on black background.


Color preview on white background

This text has color #968F69 on white background.



Black color preview on #968F69 background

This text has black color on #968F69 background.


White color preview on #968F69 background

This text has white color on #968F69 background.