COLOR #918C76

HEX: #918C76
RGB: (145,140,118)

Color info

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

RGB color model

#918C76 color RGB value is (145,140,118).

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

RGB channels and saturation

R 145 of 255 = 57%
G 140 of 255 = 55%
B 118 of 255 = 46%

145
140
118

R + G + B ~ 53%. #918C76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 140 + 118 = 403 (100%)
R 145 of 403 ~ 35.98%
G 140 of 403 ~ 34.74%
B 118 of 403 ~ 29.28%

%35.98
%34.74
%29.28

CMYK color model

#918C76 color CMYK value is (0,3,19,43).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 18.62%
  • key color value is 43.14%
CMYK:
(0,3,19,43)
C0M3Y19K43 
(0%,3%,19%,43%)
(0.00/0.03/0.19/0.43)	

CMYK percentages

%0
%3.45
%18.62
%43.14

Codes

Color #918C76 in popluar color models

918C76
RGB145140118
HSL49°10.93%51.57%
HSB/HSV49°18.62%56.86%
CMYK0.00%3.45%18.62%
43.14%

Color #918C76 in popluar number systems.

HEX918C76
Decimal145140118
Binary10010001100011001110110
Octal221214166

Shades and tints

Shades of #918C76

#918C76
(145,140,118)
#84806C
(132,128,108)
#777462
(119,116,98)
#6A6858
(106,104,88)
#5D5C4E
(93,92,78)
#505044
(80,80,68)
#43443A
(67,68,58)
#363830
(54,56,48)
#292C26
(41,44,38)
#1C201C
(28,32,28)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #918C76

#918C76
(145,140,118)
#9B9682
(155,150,130)
#A5A08E
(165,160,142)
#AFAA9A
(175,170,154)
#B9B4A6
(185,180,166)
#C3BEB2
(195,190,178)
#CDC8BE
(205,200,190)
#D7D2CA
(215,210,202)
#E1DCD6
(225,220,214)
#EBE6E2
(235,230,226)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918C76; }

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

This text font color is #918C76.


Background Color

.myBgColor { background-color: #918C76; }

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

This div background color is #918C76.


Border color

.myBorderColor { border: 1px solid #918C76; }

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

This div border color is #918C76.


Opacity

.myOpacity80 { color: #918C76; opacity: 0.8; }

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

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

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

This text has shadow with #918C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918C76 on black background.


Color preview on white background

This text has color #918C76 on white background.



Black color preview on #918C76 background

This text has black color on #918C76 background.


White color preview on #918C76 background

This text has white color on #918C76 background.