COLOR #977367

HEX: #977367
RGB: (151,115,103)

Color info

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

RGB color model

#977367 color RGB value is (151,115,103).

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

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 103 of 255 = 40%

151
115
103

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 103 = 369 (100%)
R 151 of 369 ~ 40.92%
G 115 of 369 ~ 31.17%
B 103 of 369 ~ 27.91%

%40.92
%31.17
%27.91

CMYK color model

#977367 color CMYK value is (0,24,32,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 31.79%
  • key color value is 40.78%
CMYK:
(0,24,32,41)
C0M24Y32K41 
(0%,24%,32%,41%)
(0.00/0.24/0.32/0.41)	

CMYK percentages

%0
%23.84
%31.79
%40.78

Codes

Color #977367 in popluar color models

977367
RGB151115103
HSL15°18.90%49.80%
HSB/HSV15°31.79%59.22%
CMYK0.00%23.84%31.79%
40.78%

Color #977367 in popluar number systems.

HEX977367
Decimal151115103
Binary1001011111100111100111
Octal227163147

Shades and tints

Shades of #977367

#977367
(151,115,103)
#8A695E
(138,105,94)
#7D5F55
(125,95,85)
#70554C
(112,85,76)
#634B43
(99,75,67)
#56413A
(86,65,58)
#493731
(73,55,49)
#3C2D28
(60,45,40)
#2F231F
(47,35,31)
#221916
(34,25,22)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #977367

#977367
(151,115,103)
#A07F74
(160,127,116)
#A98B81
(169,139,129)
#B2978E
(178,151,142)
#BBA39B
(187,163,155)
#C4AFA8
(196,175,168)
#CDBBB5
(205,187,181)
#D6C7C2
(214,199,194)
#DFD3CF
(223,211,207)
#E8DFDC
(232,223,220)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977367; }

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

This text font color is #977367.


Background Color

.myBgColor { background-color: #977367; }

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

This div background color is #977367.


Border color

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

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

This div border color is #977367.


Opacity

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

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

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

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

This text has shadow with #977367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977367 on black background.


Color preview on white background

This text has color #977367 on white background.



Black color preview on #977367 background

This text has black color on #977367 background.


White color preview on #977367 background

This text has white color on #977367 background.