COLOR #917D7C

HEX: #917D7C
RGB: (145,125,124)

Color info

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

RGB color model

#917D7C color RGB value is (145,125,124).

  • red value is 145;
  • green value is 125;
  • blue value is 124.
RGB:
(145,125,124)
(57%,49%,49%)

RGB channels and saturation

R 145 of 255 = 57%
G 125 of 255 = 49%
B 124 of 255 = 49%

145
125
124

R + G + B ~ 52%. #917D7C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 125 + 124 = 394 (100%)
R 145 of 394 ~ 36.8%
G 125 of 394 ~ 31.73%
B 124 of 394 ~ 31.47%

%36.8
%31.73
%31.47

CMYK color model

#917D7C color CMYK value is (0,14,14,43).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 14.48%
  • key color value is 43.14%
CMYK:
(0,14,14,43)
C0M14Y14K43 
(0%,14%,14%,43%)
(0.00/0.14/0.14/0.43)	

CMYK percentages

%0
%13.79
%14.48
%43.14

Codes

Color #917D7C in popluar color models

917D7C
RGB145125124
HSL8.71%52.75%
HSB/HSV14.48%56.86%
CMYK0.00%13.79%14.48%
43.14%

Color #917D7C in popluar number systems.

HEX917D7C
Decimal145125124
Binary1001000111111011111100
Octal221175174

Shades and tints

Shades of #917D7C

#917D7C
(145,125,124)
#847271
(132,114,113)
#776766
(119,103,102)
#6A5C5B
(106,92,91)
#5D5150
(93,81,80)
#504645
(80,70,69)
#433B3A
(67,59,58)
#36302F
(54,48,47)
#292524
(41,37,36)
#1C1A19
(28,26,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #917D7C

#917D7C
(145,125,124)
#9B8887
(155,136,135)
#A59392
(165,147,146)
#AF9E9D
(175,158,157)
#B9A9A8
(185,169,168)
#C3B4B3
(195,180,179)
#CDBFBE
(205,191,190)
#D7CAC9
(215,202,201)
#E1D5D4
(225,213,212)
#EBE0DF
(235,224,223)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917D7C color. Also use rgb(145,125,124) instead hex code.

Text Font Color

.myTextColor { color: #917D7C; }

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

This text font color is #917D7C.


Background Color

.myBgColor { background-color: #917D7C; }

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

This div background color is #917D7C.


Border color

.myBorderColor { border: 1px solid #917D7C; }

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

This div border color is #917D7C.


Opacity

.myOpacity80 { color: #917D7C; opacity: 0.8; }

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

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

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

This text has shadow with #917D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917D7C on black background.


Color preview on white background

This text has color #917D7C on white background.



Black color preview on #917D7C background

This text has black color on #917D7C background.


White color preview on #917D7C background

This text has white color on #917D7C background.