COLOR #918C6F

HEX: #918C6F
RGB: (145,140,111)

Color info

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

RGB color model

#918C6F color RGB value is (145,140,111).

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

RGB channels and saturation

R 145 of 255 = 57%
G 140 of 255 = 55%
B 111 of 255 = 44%

145
140
111

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

Portions of RGB colors in percentages

R + G + B =
145 + 140 + 111 = 396 (100%)
R 145 of 396 ~ 36.62%
G 140 of 396 ~ 35.35%
B 111 of 396 ~ 28.03%

%36.62
%35.35
%28.03

CMYK color model

#918C6F color CMYK value is (0,3,23,43).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 23.45%
  • key color value is 43.14%
CMYK:
(0,3,23,43)
C0M3Y23K43 
(0%,3%,23%,43%)
(0.00/0.03/0.23/0.43)	

CMYK percentages

%0
%3.45
%23.45
%43.14

Codes

Color #918C6F in popluar color models

918C6F
RGB145140111
HSL51°13.39%50.20%
HSB/HSV51°23.45%56.86%
CMYK0.00%3.45%23.45%
43.14%

Color #918C6F in popluar number systems.

HEX918C6F
Decimal145140111
Binary10010001100011001101111
Octal221214157

Shades and tints

Shades of #918C6F

#918C6F
(145,140,111)
#848065
(132,128,101)
#77745B
(119,116,91)
#6A6851
(106,104,81)
#5D5C47
(93,92,71)
#50503D
(80,80,61)
#434433
(67,68,51)
#363829
(54,56,41)
#292C1F
(41,44,31)
#1C2015
(28,32,21)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #918C6F

#918C6F
(145,140,111)
#9B967C
(155,150,124)
#A5A089
(165,160,137)
#AFAA96
(175,170,150)
#B9B4A3
(185,180,163)
#C3BEB0
(195,190,176)
#CDC8BD
(205,200,189)
#D7D2CA
(215,210,202)
#E1DCD7
(225,220,215)
#EBE6E4
(235,230,228)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918C6F; }

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

This text font color is #918C6F.


Background Color

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

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

This div background color is #918C6F.


Border color

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

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

This div border color is #918C6F.


Opacity

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

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

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

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

This text has shadow with #918C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918C6F on black background.


Color preview on white background

This text has color #918C6F on white background.



Black color preview on #918C6F background

This text has black color on #918C6F background.


White color preview on #918C6F background

This text has white color on #918C6F background.