COLOR #977370

HEX: #977370
RGB: (151,115,112)

Color info

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

RGB color model

#977370 color RGB value is (151,115,112).

  • red value is 151;
  • green value is 115;
  • blue value is 112.
RGB:
(151,115,112)
(59%,45%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 112 of 255 = 44%

151
115
112

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 112 = 378 (100%)
R 151 of 378 ~ 39.95%
G 115 of 378 ~ 30.42%
B 112 of 378 ~ 29.63%

%39.95
%30.42
%29.63

CMYK color model

#977370 color CMYK value is (0,24,26,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 25.83%
  • key color value is 40.78%
CMYK:
(0,24,26,41)
C0M24Y26K41 
(0%,24%,26%,41%)
(0.00/0.24/0.26/0.41)	

CMYK percentages

%0
%23.84
%25.83
%40.78

Codes

Color #977370 in popluar color models

977370
RGB151115112
HSL15.79%51.57%
HSB/HSV25.83%59.22%
CMYK0.00%23.84%25.83%
40.78%

Color #977370 in popluar number systems.

HEX977370
Decimal151115112
Binary1001011111100111110000
Octal227163160

Shades and tints

Shades of #977370

#977370
(151,115,112)
#8A6966
(138,105,102)
#7D5F5C
(125,95,92)
#705552
(112,85,82)
#634B48
(99,75,72)
#56413E
(86,65,62)
#493734
(73,55,52)
#3C2D2A
(60,45,42)
#2F2320
(47,35,32)
#221916
(34,25,22)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #977370

#977370
(151,115,112)
#A07F7D
(160,127,125)
#A98B8A
(169,139,138)
#B29797
(178,151,151)
#BBA3A4
(187,163,164)
#C4AFB1
(196,175,177)
#CDBBBE
(205,187,190)
#D6C7CB
(214,199,203)
#DFD3D8
(223,211,216)
#E8DFE5
(232,223,229)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977370; }

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

This text font color is #977370.


Background Color

.myBgColor { background-color: #977370; }

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

This div background color is #977370.


Border color

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

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

This div border color is #977370.


Opacity

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

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

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

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

This text has shadow with #977370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977370 on black background.


Color preview on white background

This text has color #977370 on white background.



Black color preview on #977370 background

This text has black color on #977370 background.


White color preview on #977370 background

This text has white color on #977370 background.