COLOR #918363

HEX: #918363
RGB: (145,131,99)

Color info

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

RGB color model

#918363 color RGB value is (145,131,99).

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

RGB channels and saturation

R 145 of 255 = 57%
G 131 of 255 = 51%
B 99 of 255 = 39%

145
131
99

R + G + B ~ 49%. #918363 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 131 + 99 = 375 (100%)
R 145 of 375 ~ 38.67%
G 131 of 375 ~ 34.93%
B 99 of 375 ~ 26.4%

%38.67
%34.93
%26.4

CMYK color model

#918363 color CMYK value is (0,10,32,43).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(0,10,32,43)
C0M10Y32K43 
(0%,10%,32%,43%)
(0.00/0.10/0.32/0.43)	

CMYK percentages

%0
%9.66
%31.72
%43.14

Codes

Color #918363 in popluar color models

918363
RGB14513199
HSL42°18.85%47.84%
HSB/HSV42°31.72%56.86%
CMYK0.00%9.66%31.72%
43.14%

Color #918363 in popluar number systems.

HEX918363
Decimal14513199
Binary10010001100000111100011
Octal221203143

Shades and tints

Shades of #918363

#918363
(145,131,99)
#84785A
(132,120,90)
#776D51
(119,109,81)
#6A6248
(106,98,72)
#5D573F
(93,87,63)
#504C36
(80,76,54)
#43412D
(67,65,45)
#363624
(54,54,36)
#292B1B
(41,43,27)
#1C2012
(28,32,18)
#0F1509
(15,21,9)
#000000
(0,0,0)

Tints of #918363

#918363
(145,131,99)
#9B8E71
(155,142,113)
#A5997F
(165,153,127)
#AFA48D
(175,164,141)
#B9AF9B
(185,175,155)
#C3BAA9
(195,186,169)
#CDC5B7
(205,197,183)
#D7D0C5
(215,208,197)
#E1DBD3
(225,219,211)
#EBE6E1
(235,230,225)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918363; }

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

This text font color is #918363.


Background Color

.myBgColor { background-color: #918363; }

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

This div background color is #918363.


Border color

.myBorderColor { border: 1px solid #918363; }

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

This div border color is #918363.


Opacity

.myOpacity80 { color: #918363; opacity: 0.8; }

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

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

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

This text has shadow with #918363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918363 on black background.


Color preview on white background

This text has color #918363 on white background.



Black color preview on #918363 background

This text has black color on #918363 background.


White color preview on #918363 background

This text has white color on #918363 background.