COLOR #918B63

HEX: #918B63
RGB: (145,139,99)

Color info

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

RGB color model

#918B63 color RGB value is (145,139,99).

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

RGB channels and saturation

R 145 of 255 = 57%
G 139 of 255 = 55%
B 99 of 255 = 39%

145
139
99

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

Portions of RGB colors in percentages

R + G + B =
145 + 139 + 99 = 383 (100%)
R 145 of 383 ~ 37.86%
G 139 of 383 ~ 36.29%
B 99 of 383 ~ 25.85%

%37.86
%36.29
%25.85

CMYK color model

#918B63 color CMYK value is (0,4,32,43).

  • cyan value is 0.00%
  • magenta value is 4.14%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(0,4,32,43)
C0M4Y32K43 
(0%,4%,32%,43%)
(0.00/0.04/0.32/0.43)	

CMYK percentages

%0
%4.14
%31.72
%43.14

Codes

Color #918B63 in popluar color models

918B63
RGB14513999
HSL52°18.85%47.84%
HSB/HSV52°31.72%56.86%
CMYK0.00%4.14%31.72%
43.14%

Color #918B63 in popluar number systems.

HEX918B63
Decimal14513999
Binary10010001100010111100011
Octal221213143

Shades and tints

Shades of #918B63

#918B63
(145,139,99)
#847F5A
(132,127,90)
#777351
(119,115,81)
#6A6748
(106,103,72)
#5D5B3F
(93,91,63)
#504F36
(80,79,54)
#43432D
(67,67,45)
#363724
(54,55,36)
#292B1B
(41,43,27)
#1C1F12
(28,31,18)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #918B63

#918B63
(145,139,99)
#9B9571
(155,149,113)
#A59F7F
(165,159,127)
#AFA98D
(175,169,141)
#B9B39B
(185,179,155)
#C3BDA9
(195,189,169)
#CDC7B7
(205,199,183)
#D7D1C5
(215,209,197)
#E1DBD3
(225,219,211)
#EBE5E1
(235,229,225)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918B63; }

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

This text font color is #918B63.


Background Color

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

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

This div background color is #918B63.


Border color

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

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

This div border color is #918B63.


Opacity

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

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

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

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

This text has shadow with #918B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918B63 on black background.


Color preview on white background

This text has color #918B63 on white background.



Black color preview on #918B63 background

This text has black color on #918B63 background.


White color preview on #918B63 background

This text has white color on #918B63 background.