COLOR #977F67

HEX: #977F67
RGB: (151,127,103)

Color info

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

RGB color model

#977F67 color RGB value is (151,127,103).

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

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 103 of 255 = 40%

151
127
103

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

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 103 = 381 (100%)
R 151 of 381 ~ 39.63%
G 127 of 381 ~ 33.33%
B 103 of 381 ~ 27.03%

%39.63
%33.33
%27.03

CMYK color model

#977F67 color CMYK value is (0,16,32,41).

  • cyan value is 0.00%
  • magenta value is 15.89%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(0,16,32,41)
C0M16Y32K41 
(0%,16%,32%,41%)
(0.00/0.16/0.32/0.41)	

CMYK percentages

%0
%15.89
%31.79
%40.78

Codes

Color #977F67 in popluar color models

977F67
RGB151127103
HSL30°18.90%49.80%
HSB/HSV30°31.79%59.22%
CMYK0.00%15.89%31.79%
40.78%

Color #977F67 in popluar number systems.

HEX977F67
Decimal151127103
Binary1001011111111111100111
Octal227177147

Shades and tints

Shades of #977F67

#977F67
(151,127,103)
#8A745E
(138,116,94)
#7D6955
(125,105,85)
#705E4C
(112,94,76)
#635343
(99,83,67)
#56483A
(86,72,58)
#493D31
(73,61,49)
#3C3228
(60,50,40)
#2F271F
(47,39,31)
#221C16
(34,28,22)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #977F67

#977F67
(151,127,103)
#A08A74
(160,138,116)
#A99581
(169,149,129)
#B2A08E
(178,160,142)
#BBAB9B
(187,171,155)
#C4B6A8
(196,182,168)
#CDC1B5
(205,193,181)
#D6CCC2
(214,204,194)
#DFD7CF
(223,215,207)
#E8E2DC
(232,226,220)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977F67; }

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

This text font color is #977F67.


Background Color

.myBgColor { background-color: #977F67; }

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

This div background color is #977F67.


Border color

.myBorderColor { border: 1px solid #977F67; }

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

This div border color is #977F67.


Opacity

.myOpacity80 { color: #977F67; opacity: 0.8; }

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

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

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

This text has shadow with #977F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977F67 on black background.


Color preview on white background

This text has color #977F67 on white background.



Black color preview on #977F67 background

This text has black color on #977F67 background.


White color preview on #977F67 background

This text has white color on #977F67 background.