COLOR #918F74

HEX: #918F74
RGB: (145,143,116)

Color info

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

RGB color model

#918F74 color RGB value is (145,143,116).

  • red value is 145;
  • green value is 143;
  • blue value is 116.
RGB:
(145,143,116)
(57%,56%,45%)

RGB channels and saturation

R 145 of 255 = 57%
G 143 of 255 = 56%
B 116 of 255 = 45%

145
143
116

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

Portions of RGB colors in percentages

R + G + B =
145 + 143 + 116 = 404 (100%)
R 145 of 404 ~ 35.89%
G 143 of 404 ~ 35.4%
B 116 of 404 ~ 28.71%

%35.89
%35.4
%28.71

CMYK color model

#918F74 color CMYK value is (0,1,20,43).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 20.00%
  • key color value is 43.14%
CMYK:
(0,1,20,43)
C0M1Y20K43 
(0%,1%,20%,43%)
(0.00/0.01/0.20/0.43)	

CMYK percentages

%0
%1.38
%20
%43.14

Codes

Color #918F74 in popluar color models

918F74
RGB145143116
HSL56°11.65%51.18%
HSB/HSV56°20.00%56.86%
CMYK0.00%1.38%20.00%
43.14%

Color #918F74 in popluar number systems.

HEX918F74
Decimal145143116
Binary10010001100011111110100
Octal221217164

Shades and tints

Shades of #918F74

#918F74
(145,143,116)
#84826A
(132,130,106)
#777560
(119,117,96)
#6A6856
(106,104,86)
#5D5B4C
(93,91,76)
#504E42
(80,78,66)
#434138
(67,65,56)
#36342E
(54,52,46)
#292724
(41,39,36)
#1C1A1A
(28,26,26)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #918F74

#918F74
(145,143,116)
#9B9980
(155,153,128)
#A5A38C
(165,163,140)
#AFAD98
(175,173,152)
#B9B7A4
(185,183,164)
#C3C1B0
(195,193,176)
#CDCBBC
(205,203,188)
#D7D5C8
(215,213,200)
#E1DFD4
(225,223,212)
#EBE9E0
(235,233,224)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918F74 color. Also use rgb(145,143,116) instead hex code.

Text Font Color

.myTextColor { color: #918F74; }

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

This text font color is #918F74.


Background Color

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

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

This div background color is #918F74.


Border color

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

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

This div border color is #918F74.


Opacity

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

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

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

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

This text has shadow with #918F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918F74 on black background.


Color preview on white background

This text has color #918F74 on white background.



Black color preview on #918F74 background

This text has black color on #918F74 background.


White color preview on #918F74 background

This text has white color on #918F74 background.