COLOR #918476

HEX: #918476
RGB: (145,132,118)

Color info

#918476 contains red, green and blue colors in about the same proportion. Web safe color of #918476 is #999966 (or #996).

RGB color model

#918476 color RGB value is (145,132,118).

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

RGB channels and saturation

R 145 of 255 = 57%
G 132 of 255 = 52%
B 118 of 255 = 46%

145
132
118

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

Portions of RGB colors in percentages

R + G + B =
145 + 132 + 118 = 395 (100%)
R 145 of 395 ~ 36.71%
G 132 of 395 ~ 33.42%
B 118 of 395 ~ 29.87%

%36.71
%33.42
%29.87

CMYK color model

#918476 color CMYK value is (0,9,19,43).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(0,9,19,43)
C0M9Y19K43 
(0%,9%,19%,43%)
(0.00/0.09/0.19/0.43)	

CMYK percentages

%0
%8.97
%18.62
%43.14

Codes

Color #918476 in popluar color models

918476
RGB145132118
HSL31°10.93%51.57%
HSB/HSV31°18.62%56.86%
CMYK0.00%8.97%18.62%
43.14%

Color #918476 in popluar number systems.

HEX918476
Decimal145132118
Binary10010001100001001110110
Octal221204166

Shades and tints

Shades of #918476

#918476
(145,132,118)
#84786C
(132,120,108)
#776C62
(119,108,98)
#6A6058
(106,96,88)
#5D544E
(93,84,78)
#504844
(80,72,68)
#433C3A
(67,60,58)
#363030
(54,48,48)
#292426
(41,36,38)
#1C181C
(28,24,28)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #918476

#918476
(145,132,118)
#9B8F82
(155,143,130)
#A59A8E
(165,154,142)
#AFA59A
(175,165,154)
#B9B0A6
(185,176,166)
#C3BBB2
(195,187,178)
#CDC6BE
(205,198,190)
#D7D1CA
(215,209,202)
#E1DCD6
(225,220,214)
#EBE7E2
(235,231,226)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918476; }

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

This text font color is #918476.


Background Color

.myBgColor { background-color: #918476; }

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

This div background color is #918476.


Border color

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

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

This div border color is #918476.


Opacity

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

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

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

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

This text has shadow with #918476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918476 on black background.


Color preview on white background

This text has color #918476 on white background.



Black color preview on #918476 background

This text has black color on #918476 background.


White color preview on #918476 background

This text has white color on #918476 background.