COLOR #918B6D

HEX: #918B6D
RGB: (145,139,109)

Color info

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

RGB color model

#918B6D color RGB value is (145,139,109).

  • red value is 145;
  • green value is 139;
  • blue value is 109.
RGB:
(145,139,109)
(57%,55%,43%)

RGB channels and saturation

R 145 of 255 = 57%
G 139 of 255 = 55%
B 109 of 255 = 43%

145
139
109

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

Portions of RGB colors in percentages

R + G + B =
145 + 139 + 109 = 393 (100%)
R 145 of 393 ~ 36.9%
G 139 of 393 ~ 35.37%
B 109 of 393 ~ 27.74%

%36.9
%35.37
%27.74

CMYK color model

#918B6D color CMYK value is (0,4,25,43).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 24.83%
  • key color value is 43.14%
CMYK:
(0,4,25,43)
C0M4Y25K43 
(0%,4%,25%,43%)
(0.00/0.04/0.25/0.43)	

CMYK percentages

%0
%4.14
%24.83
%43.14

Codes

Color #918B6D in popluar color models

918B6D
RGB145139109
HSL50°14.17%49.80%
HSB/HSV50°24.83%56.86%
CMYK0.00%4.14%24.83%
43.14%

Color #918B6D in popluar number systems.

HEX918B6D
Decimal145139109
Binary10010001100010111101101
Octal221213155

Shades and tints

Shades of #918B6D

#918B6D
(145,139,109)
#847F64
(132,127,100)
#77735B
(119,115,91)
#6A6752
(106,103,82)
#5D5B49
(93,91,73)
#504F40
(80,79,64)
#434337
(67,67,55)
#36372E
(54,55,46)
#292B25
(41,43,37)
#1C1F1C
(28,31,28)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #918B6D

#918B6D
(145,139,109)
#9B957A
(155,149,122)
#A59F87
(165,159,135)
#AFA994
(175,169,148)
#B9B3A1
(185,179,161)
#C3BDAE
(195,189,174)
#CDC7BB
(205,199,187)
#D7D1C8
(215,209,200)
#E1DBD5
(225,219,213)
#EBE5E2
(235,229,226)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918B6D color. Also use rgb(145,139,109) instead hex code.

Text Font Color

.myTextColor { color: #918B6D; }

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

This text font color is #918B6D.


Background Color

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

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

This div background color is #918B6D.


Border color

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

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

This div border color is #918B6D.


Opacity

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

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

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

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

This text has shadow with #918B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918B6D on black background.


Color preview on white background

This text has color #918B6D on white background.



Black color preview on #918B6D background

This text has black color on #918B6D background.


White color preview on #918B6D background

This text has white color on #918B6D background.