COLOR #918364

HEX: #918364
RGB: (145,131,100)

Color info

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

RGB color model

#918364 color RGB value is (145,131,100).

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

RGB channels and saturation

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

145
131
100

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

Portions of RGB colors in percentages

R + G + B =
145 + 131 + 100 = 376 (100%)
R 145 of 376 ~ 38.56%
G 131 of 376 ~ 34.84%
B 100 of 376 ~ 26.6%

%38.56
%34.84
%26.6

CMYK color model

#918364 color CMYK value is (0,10,31,43).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 31.03%
  • key color value is 43.14%
CMYK:
(0,10,31,43)
C0M10Y31K43 
(0%,10%,31%,43%)
(0.00/0.10/0.31/0.43)	

CMYK percentages

%0
%9.66
%31.03
%43.14

Codes

Color #918364 in popluar color models

918364
RGB145131100
HSL41°18.37%48.04%
HSB/HSV41°31.03%56.86%
CMYK0.00%9.66%31.03%
43.14%

Color #918364 in popluar number systems.

HEX918364
Decimal145131100
Binary10010001100000111100100
Octal221203144

Shades and tints

Shades of #918364

#918364
(145,131,100)
#84785B
(132,120,91)
#776D52
(119,109,82)
#6A6249
(106,98,73)
#5D5740
(93,87,64)
#504C37
(80,76,55)
#43412E
(67,65,46)
#363625
(54,54,37)
#292B1C
(41,43,28)
#1C2013
(28,32,19)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #918364

#918364
(145,131,100)
#9B8E72
(155,142,114)
#A59980
(165,153,128)
#AFA48E
(175,164,142)
#B9AF9C
(185,175,156)
#C3BAAA
(195,186,170)
#CDC5B8
(205,197,184)
#D7D0C6
(215,208,198)
#E1DBD4
(225,219,212)
#EBE6E2
(235,230,226)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918364; }

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

This text font color is #918364.


Background Color

.myBgColor { background-color: #918364; }

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

This div background color is #918364.


Border color

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

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

This div border color is #918364.


Opacity

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

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

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

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

This text has shadow with #918364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918364 on black background.


Color preview on white background

This text has color #918364 on white background.



Black color preview on #918364 background

This text has black color on #918364 background.


White color preview on #918364 background

This text has white color on #918364 background.