COLOR #977368

HEX: #977368
RGB: (151,115,104)

Color info

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

RGB color model

#977368 color RGB value is (151,115,104).

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

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 104 of 255 = 41%

151
115
104

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 104 = 370 (100%)
R 151 of 370 ~ 40.81%
G 115 of 370 ~ 31.08%
B 104 of 370 ~ 28.11%

%40.81
%31.08
%28.11

CMYK color model

#977368 color CMYK value is (0,24,31,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 31.13%
  • key color value is 40.78%
CMYK:
(0,24,31,41)
C0M24Y31K41 
(0%,24%,31%,41%)
(0.00/0.24/0.31/0.41)	

CMYK percentages

%0
%23.84
%31.13
%40.78

Codes

Color #977368 in popluar color models

977368
RGB151115104
HSL14°18.43%50.00%
HSB/HSV14°31.13%59.22%
CMYK0.00%23.84%31.13%
40.78%

Color #977368 in popluar number systems.

HEX977368
Decimal151115104
Binary1001011111100111101000
Octal227163150

Shades and tints

Shades of #977368

#977368
(151,115,104)
#8A695F
(138,105,95)
#7D5F56
(125,95,86)
#70554D
(112,85,77)
#634B44
(99,75,68)
#56413B
(86,65,59)
#493732
(73,55,50)
#3C2D29
(60,45,41)
#2F2320
(47,35,32)
#221917
(34,25,23)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #977368

#977368
(151,115,104)
#A07F75
(160,127,117)
#A98B82
(169,139,130)
#B2978F
(178,151,143)
#BBA39C
(187,163,156)
#C4AFA9
(196,175,169)
#CDBBB6
(205,187,182)
#D6C7C3
(214,199,195)
#DFD3D0
(223,211,208)
#E8DFDD
(232,223,221)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977368; }

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

This text font color is #977368.


Background Color

.myBgColor { background-color: #977368; }

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

This div background color is #977368.


Border color

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

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

This div border color is #977368.


Opacity

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

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

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

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

This text has shadow with #977368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977368 on black background.


Color preview on white background

This text has color #977368 on white background.



Black color preview on #977368 background

This text has black color on #977368 background.


White color preview on #977368 background

This text has white color on #977368 background.