COLOR #917D81

HEX: #917D81
RGB: (145,125,129)

Color info

#917D81 contains red, green and blue colors in about the same proportion. Web safe color of #917D81 is #996699 (or #969).

RGB color model

#917D81 color RGB value is (145,125,129).

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

RGB channels and saturation

R 145 of 255 = 57%
G 125 of 255 = 49%
B 129 of 255 = 51%

145
125
129

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

Portions of RGB colors in percentages

R + G + B =
145 + 125 + 129 = 399 (100%)
R 145 of 399 ~ 36.34%
G 125 of 399 ~ 31.33%
B 129 of 399 ~ 32.33%

%36.34
%31.33
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 11.03%
  • key color value is 43.14%
CMYK:
(0,14,11,43)
C0M14Y11K43 
(0%,14%,11%,43%)
(0.00/0.14/0.11/0.43)	

CMYK percentages

%0
%13.79
%11.03
%43.14

Codes

Color #917D81 in popluar color models

917D81
RGB145125129
HSL348°8.33%52.94%
HSB/HSV348°13.79%56.86%
CMYK0.00%13.79%11.03%
43.14%

Color #917D81 in popluar number systems.

HEX917D81
Decimal145125129
Binary10010001111110110000001
Octal221175201

Shades and tints

Shades of #917D81

#917D81
(145,125,129)
#847276
(132,114,118)
#77676B
(119,103,107)
#6A5C60
(106,92,96)
#5D5155
(93,81,85)
#50464A
(80,70,74)
#433B3F
(67,59,63)
#363034
(54,48,52)
#292529
(41,37,41)
#1C1A1E
(28,26,30)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #917D81

#917D81
(145,125,129)
#9B888C
(155,136,140)
#A59397
(165,147,151)
#AF9EA2
(175,158,162)
#B9A9AD
(185,169,173)
#C3B4B8
(195,180,184)
#CDBFC3
(205,191,195)
#D7CACE
(215,202,206)
#E1D5D9
(225,213,217)
#EBE0E4
(235,224,228)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #917D81; }

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

This text font color is #917D81.


Background Color

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

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

This div background color is #917D81.


Border color

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

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

This div border color is #917D81.


Opacity

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

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

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

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

This text has shadow with #917D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917D81 on black background.


Color preview on white background

This text has color #917D81 on white background.



Black color preview on #917D81 background

This text has black color on #917D81 background.


White color preview on #917D81 background

This text has white color on #917D81 background.