COLOR #917376

HEX: #917376
RGB: (145,115,118)

Color info

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

RGB color model

#917376 color RGB value is (145,115,118).

  • red value is 145;
  • green value is 115;
  • blue value is 118.
RGB:
(145,115,118)
(57%,45%,46%)

RGB channels and saturation

R 145 of 255 = 57%
G 115 of 255 = 45%
B 118 of 255 = 46%

145
115
118

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

Portions of RGB colors in percentages

R + G + B =
145 + 115 + 118 = 378 (100%)
R 145 of 378 ~ 38.36%
G 115 of 378 ~ 30.42%
B 118 of 378 ~ 31.22%

%38.36
%30.42
%31.22

CMYK color model

#917376 color CMYK value is (0,21,19,43).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(0,21,19,43)
C0M21Y19K43 
(0%,21%,19%,43%)
(0.00/0.21/0.19/0.43)	

CMYK percentages

%0
%20.69
%18.62
%43.14

Codes

Color #917376 in popluar color models

917376
RGB145115118
HSL354°12.00%50.98%
HSB/HSV354°20.69%56.86%
CMYK0.00%20.69%18.62%
43.14%

Color #917376 in popluar number systems.

HEX917376
Decimal145115118
Binary1001000111100111110110
Octal221163166

Shades and tints

Shades of #917376

#917376
(145,115,118)
#84696C
(132,105,108)
#775F62
(119,95,98)
#6A5558
(106,85,88)
#5D4B4E
(93,75,78)
#504144
(80,65,68)
#43373A
(67,55,58)
#362D30
(54,45,48)
#292326
(41,35,38)
#1C191C
(28,25,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #917376

#917376
(145,115,118)
#9B7F82
(155,127,130)
#A58B8E
(165,139,142)
#AF979A
(175,151,154)
#B9A3A6
(185,163,166)
#C3AFB2
(195,175,178)
#CDBBBE
(205,187,190)
#D7C7CA
(215,199,202)
#E1D3D6
(225,211,214)
#EBDFE2
(235,223,226)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917376 color. Also use rgb(145,115,118) instead hex code.

Text Font Color

.myTextColor { color: #917376; }

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

This text font color is #917376.


Background Color

.myBgColor { background-color: #917376; }

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

This div background color is #917376.


Border color

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

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

This div border color is #917376.


Opacity

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

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

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

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

This text has shadow with #917376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917376 on black background.


Color preview on white background

This text has color #917376 on white background.



Black color preview on #917376 background

This text has black color on #917376 background.


White color preview on #917376 background

This text has white color on #917376 background.