COLOR #918D7C

HEX: #918D7C
RGB: (145,141,124)

Color info

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

RGB color model

#918D7C color RGB value is (145,141,124).

  • red value is 145;
  • green value is 141;
  • blue value is 124.
RGB:
(145,141,124)
(57%,55%,49%)

RGB channels and saturation

R 145 of 255 = 57%
G 141 of 255 = 55%
B 124 of 255 = 49%

145
141
124

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

Portions of RGB colors in percentages

R + G + B =
145 + 141 + 124 = 410 (100%)
R 145 of 410 ~ 35.37%
G 141 of 410 ~ 34.39%
B 124 of 410 ~ 30.24%

%35.37
%34.39
%30.24

CMYK color model

#918D7C color CMYK value is (0,3,14,43).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 14.48%
  • key color value is 43.14%
CMYK:
(0,3,14,43)
C0M3Y14K43 
(0%,3%,14%,43%)
(0.00/0.03/0.14/0.43)	

CMYK percentages

%0
%2.76
%14.48
%43.14

Codes

Color #918D7C in popluar color models

918D7C
RGB145141124
HSL49°8.71%52.75%
HSB/HSV49°14.48%56.86%
CMYK0.00%2.76%14.48%
43.14%

Color #918D7C in popluar number systems.

HEX918D7C
Decimal145141124
Binary10010001100011011111100
Octal221215174

Shades and tints

Shades of #918D7C

#918D7C
(145,141,124)
#848171
(132,129,113)
#777566
(119,117,102)
#6A695B
(106,105,91)
#5D5D50
(93,93,80)
#505145
(80,81,69)
#43453A
(67,69,58)
#36392F
(54,57,47)
#292D24
(41,45,36)
#1C2119
(28,33,25)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #918D7C

#918D7C
(145,141,124)
#9B9787
(155,151,135)
#A5A192
(165,161,146)
#AFAB9D
(175,171,157)
#B9B5A8
(185,181,168)
#C3BFB3
(195,191,179)
#CDC9BE
(205,201,190)
#D7D3C9
(215,211,201)
#E1DDD4
(225,221,212)
#EBE7DF
(235,231,223)
#F5F1EA
(245,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918D7C color. Also use rgb(145,141,124) instead hex code.

Text Font Color

.myTextColor { color: #918D7C; }

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

This text font color is #918D7C.


Background Color

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

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

This div background color is #918D7C.


Border color

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

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

This div border color is #918D7C.


Opacity

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

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

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

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

This text has shadow with #918D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918D7C on black background.


Color preview on white background

This text has color #918D7C on white background.



Black color preview on #918D7C background

This text has black color on #918D7C background.


White color preview on #918D7C background

This text has white color on #918D7C background.