COLOR #976969

HEX: #976969
RGB: (151,105,105)

Color info

#976969 contains red, green and blue colors in about the same proportion. Web safe color of #976969 is #996666 (or #966).

RGB color model

#976969 color RGB value is (151,105,105).

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

RGB channels and saturation

R 151 of 255 = 59%
G 105 of 255 = 41%
B 105 of 255 = 41%

151
105
105

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

Portions of RGB colors in percentages

R + G + B =
151 + 105 + 105 = 361 (100%)
R 151 of 361 ~ 41.83%
G 105 of 361 ~ 29.09%
B 105 of 361 ~ 29.09%

%41.83
%29.09
%29.09

CMYK color model

#976969 color CMYK value is (0,30,30,41).

  • cyan value is 0.00%
  • magenta value is 30.46%
  • yellow value is 30.46%
  • key color value is 40.78%
CMYK:
(0,30,30,41)
C0M30Y30K41 
(0%,30%,30%,41%)
(0.00/0.30/0.30/0.41)	

CMYK percentages

%0
%30.46
%30.46
%40.78

Codes

Color #976969 in popluar color models

976969
RGB151105105
HSL18.11%50.20%
HSB/HSV30.46%59.22%
CMYK0.00%30.46%30.46%
40.78%

Color #976969 in popluar number systems.

HEX976969
Decimal151105105
Binary1001011111010011101001
Octal227151151

Shades and tints

Shades of #976969

#976969
(151,105,105)
#8A6060
(138,96,96)
#7D5757
(125,87,87)
#704E4E
(112,78,78)
#634545
(99,69,69)
#563C3C
(86,60,60)
#493333
(73,51,51)
#3C2A2A
(60,42,42)
#2F2121
(47,33,33)
#221818
(34,24,24)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #976969

#976969
(151,105,105)
#A07676
(160,118,118)
#A98383
(169,131,131)
#B29090
(178,144,144)
#BB9D9D
(187,157,157)
#C4AAAA
(196,170,170)
#CDB7B7
(205,183,183)
#D6C4C4
(214,196,196)
#DFD1D1
(223,209,209)
#E8DEDE
(232,222,222)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976969 color. Also use rgb(151,105,105) instead hex code.

Text Font Color

.myTextColor { color: #976969; }

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

This text font color is #976969.


Background Color

.myBgColor { background-color: #976969; }

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

This div background color is #976969.


Border color

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

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

This div border color is #976969.


Opacity

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

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

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

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

This text has shadow with #976969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976969 on black background.


Color preview on white background

This text has color #976969 on white background.



Black color preview on #976969 background

This text has black color on #976969 background.


White color preview on #976969 background

This text has white color on #976969 background.