COLOR #976752

HEX: #976752
RGB: (151,103,82)

Color info

#976752 contains mainly red and green colors. Web safe color of #976752 is #996666 (or #966).

RGB color model

#976752 color RGB value is (151,103,82).

  • red value is 151;
  • green value is 103;
  • blue value is 82.
RGB:
(151,103,82)
(59%,40%,32%)

RGB channels and saturation

R 151 of 255 = 59%
G 103 of 255 = 40%
B 82 of 255 = 32%

151
103
82

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

Portions of RGB colors in percentages

R + G + B =
151 + 103 + 82 = 336 (100%)
R 151 of 336 ~ 44.94%
G 103 of 336 ~ 30.65%
B 82 of 336 ~ 24.4%

%44.94
%30.65
%24.4

CMYK color model

#976752 color CMYK value is (0,32,46,41).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 45.70%
  • key color value is 40.78%
CMYK:
(0,32,46,41)
C0M32Y46K41 
(0%,32%,46%,41%)
(0.00/0.32/0.46/0.41)	

CMYK percentages

%0
%31.79
%45.7
%40.78

Codes

Color #976752 in popluar color models

976752
RGB15110382
HSL18°29.61%45.69%
HSB/HSV18°45.70%59.22%
CMYK0.00%31.79%45.70%
40.78%

Color #976752 in popluar number systems.

HEX976752
Decimal15110382
Binary1001011111001111010010
Octal227147122

Shades and tints

Shades of #976752

#976752
(151,103,82)
#8A5E4B
(138,94,75)
#7D5544
(125,85,68)
#704C3D
(112,76,61)
#634336
(99,67,54)
#563A2F
(86,58,47)
#493128
(73,49,40)
#3C2821
(60,40,33)
#2F1F1A
(47,31,26)
#221613
(34,22,19)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #976752

#976752
(151,103,82)
#A07461
(160,116,97)
#A98170
(169,129,112)
#B28E7F
(178,142,127)
#BB9B8E
(187,155,142)
#C4A89D
(196,168,157)
#CDB5AC
(205,181,172)
#D6C2BB
(214,194,187)
#DFCFCA
(223,207,202)
#E8DCD9
(232,220,217)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #976752; }

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

This text font color is #976752.


Background Color

.myBgColor { background-color: #976752; }

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

This div background color is #976752.


Border color

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

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

This div border color is #976752.


Opacity

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

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

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

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

This text has shadow with #976752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976752 on black background.


Color preview on white background

This text has color #976752 on white background.



Black color preview on #976752 background

This text has black color on #976752 background.


White color preview on #976752 background

This text has white color on #976752 background.