COLOR #918C75

HEX: #918C75
RGB: (145,140,117)

Color info

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

RGB color model

#918C75 color RGB value is (145,140,117).

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

RGB channels and saturation

R 145 of 255 = 57%
G 140 of 255 = 55%
B 117 of 255 = 46%

145
140
117

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

Portions of RGB colors in percentages

R + G + B =
145 + 140 + 117 = 402 (100%)
R 145 of 402 ~ 36.07%
G 140 of 402 ~ 34.83%
B 117 of 402 ~ 29.1%

%36.07
%34.83
%29.1

CMYK color model

#918C75 color CMYK value is (0,3,19,43).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 19.31%
  • key color value is 43.14%
CMYK:
(0,3,19,43)
C0M3Y19K43 
(0%,3%,19%,43%)
(0.00/0.03/0.19/0.43)	

CMYK percentages

%0
%3.45
%19.31
%43.14

Codes

Color #918C75 in popluar color models

918C75
RGB145140117
HSL49°11.29%51.37%
HSB/HSV49°19.31%56.86%
CMYK0.00%3.45%19.31%
43.14%

Color #918C75 in popluar number systems.

HEX918C75
Decimal145140117
Binary10010001100011001110101
Octal221214165

Shades and tints

Shades of #918C75

#918C75
(145,140,117)
#84806B
(132,128,107)
#777461
(119,116,97)
#6A6857
(106,104,87)
#5D5C4D
(93,92,77)
#505043
(80,80,67)
#434439
(67,68,57)
#36382F
(54,56,47)
#292C25
(41,44,37)
#1C201B
(28,32,27)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #918C75

#918C75
(145,140,117)
#9B9681
(155,150,129)
#A5A08D
(165,160,141)
#AFAA99
(175,170,153)
#B9B4A5
(185,180,165)
#C3BEB1
(195,190,177)
#CDC8BD
(205,200,189)
#D7D2C9
(215,210,201)
#E1DCD5
(225,220,213)
#EBE6E1
(235,230,225)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918C75; }

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

This text font color is #918C75.


Background Color

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

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

This div background color is #918C75.


Border color

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

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

This div border color is #918C75.


Opacity

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

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

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

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

This text has shadow with #918C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918C75 on black background.


Color preview on white background

This text has color #918C75 on white background.



Black color preview on #918C75 background

This text has black color on #918C75 background.


White color preview on #918C75 background

This text has white color on #918C75 background.