COLOR #918B75

HEX: #918B75
RGB: (145,139,117)

Color info

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

RGB color model

#918B75 color RGB value is (145,139,117).

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

RGB channels and saturation

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

145
139
117

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

Portions of RGB colors in percentages

R + G + B =
145 + 139 + 117 = 401 (100%)
R 145 of 401 ~ 36.16%
G 139 of 401 ~ 34.66%
B 117 of 401 ~ 29.18%

%36.16
%34.66
%29.18

CMYK color model

#918B75 color CMYK value is (0,4,19,43).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 19.31%
  • key color value is 43.14%
CMYK:
(0,4,19,43)
C0M4Y19K43 
(0%,4%,19%,43%)
(0.00/0.04/0.19/0.43)	

CMYK percentages

%0
%4.14
%19.31
%43.14

Codes

Color #918B75 in popluar color models

918B75
RGB145139117
HSL47°11.29%51.37%
HSB/HSV47°19.31%56.86%
CMYK0.00%4.14%19.31%
43.14%

Color #918B75 in popluar number systems.

HEX918B75
Decimal145139117
Binary10010001100010111110101
Octal221213165

Shades and tints

Shades of #918B75

#918B75
(145,139,117)
#847F6B
(132,127,107)
#777361
(119,115,97)
#6A6757
(106,103,87)
#5D5B4D
(93,91,77)
#504F43
(80,79,67)
#434339
(67,67,57)
#36372F
(54,55,47)
#292B25
(41,43,37)
#1C1F1B
(28,31,27)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #918B75

#918B75
(145,139,117)
#9B9581
(155,149,129)
#A59F8D
(165,159,141)
#AFA999
(175,169,153)
#B9B3A5
(185,179,165)
#C3BDB1
(195,189,177)
#CDC7BD
(205,199,189)
#D7D1C9
(215,209,201)
#E1DBD5
(225,219,213)
#EBE5E1
(235,229,225)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918B75; }

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

This text font color is #918B75.


Background Color

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

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

This div background color is #918B75.


Border color

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

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

This div border color is #918B75.


Opacity

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

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

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

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

This text has shadow with #918B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918B75 on black background.


Color preview on white background

This text has color #918B75 on white background.



Black color preview on #918B75 background

This text has black color on #918B75 background.


White color preview on #918B75 background

This text has white color on #918B75 background.