COLOR #918E72

HEX: #918E72
RGB: (145,142,114)

Color info

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

RGB color model

#918E72 color RGB value is (145,142,114).

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

RGB channels and saturation

R 145 of 255 = 57%
G 142 of 255 = 56%
B 114 of 255 = 45%

145
142
114

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

Portions of RGB colors in percentages

R + G + B =
145 + 142 + 114 = 401 (100%)
R 145 of 401 ~ 36.16%
G 142 of 401 ~ 35.41%
B 114 of 401 ~ 28.43%

%36.16
%35.41
%28.43

CMYK color model

#918E72 color CMYK value is (0,2,21,43).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 21.38%
  • key color value is 43.14%
CMYK:
(0,2,21,43)
C0M2Y21K43 
(0%,2%,21%,43%)
(0.00/0.02/0.21/0.43)	

CMYK percentages

%0
%2.07
%21.38
%43.14

Codes

Color #918E72 in popluar color models

918E72
RGB145142114
HSL54°12.35%50.78%
HSB/HSV54°21.38%56.86%
CMYK0.00%2.07%21.38%
43.14%

Color #918E72 in popluar number systems.

HEX918E72
Decimal145142114
Binary10010001100011101110010
Octal221216162

Shades and tints

Shades of #918E72

#918E72
(145,142,114)
#848268
(132,130,104)
#77765E
(119,118,94)
#6A6A54
(106,106,84)
#5D5E4A
(93,94,74)
#505240
(80,82,64)
#434636
(67,70,54)
#363A2C
(54,58,44)
#292E22
(41,46,34)
#1C2218
(28,34,24)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #918E72

#918E72
(145,142,114)
#9B987E
(155,152,126)
#A5A28A
(165,162,138)
#AFAC96
(175,172,150)
#B9B6A2
(185,182,162)
#C3C0AE
(195,192,174)
#CDCABA
(205,202,186)
#D7D4C6
(215,212,198)
#E1DED2
(225,222,210)
#EBE8DE
(235,232,222)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918E72 color. Also use rgb(145,142,114) instead hex code.

Text Font Color

.myTextColor { color: #918E72; }

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

This text font color is #918E72.


Background Color

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

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

This div background color is #918E72.


Border color

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

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

This div border color is #918E72.


Opacity

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

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

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

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

This text has shadow with #918E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918E72 on black background.


Color preview on white background

This text has color #918E72 on white background.



Black color preview on #918E72 background

This text has black color on #918E72 background.


White color preview on #918E72 background

This text has white color on #918E72 background.