COLOR #918377

HEX: #918377
RGB: (145,131,119)

Color info

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

RGB color model

#918377 color RGB value is (145,131,119).

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

RGB channels and saturation

R 145 of 255 = 57%
G 131 of 255 = 51%
B 119 of 255 = 47%

145
131
119

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

Portions of RGB colors in percentages

R + G + B =
145 + 131 + 119 = 395 (100%)
R 145 of 395 ~ 36.71%
G 131 of 395 ~ 33.16%
B 119 of 395 ~ 30.13%

%36.71
%33.16
%30.13

CMYK color model

#918377 color CMYK value is (0,10,18,43).

  • cyan value is 0.00%
  • magenta value is 9.66%
  • yellow value is 17.93%
  • key color value is 43.14%
CMYK:
(0,10,18,43)
C0M10Y18K43 
(0%,10%,18%,43%)
(0.00/0.10/0.18/0.43)	

CMYK percentages

%0
%9.66
%17.93
%43.14

Codes

Color #918377 in popluar color models

918377
RGB145131119
HSL28°10.57%51.76%
HSB/HSV28°17.93%56.86%
CMYK0.00%9.66%17.93%
43.14%

Color #918377 in popluar number systems.

HEX918377
Decimal145131119
Binary10010001100000111110111
Octal221203167

Shades and tints

Shades of #918377

#918377
(145,131,119)
#84786D
(132,120,109)
#776D63
(119,109,99)
#6A6259
(106,98,89)
#5D574F
(93,87,79)
#504C45
(80,76,69)
#43413B
(67,65,59)
#363631
(54,54,49)
#292B27
(41,43,39)
#1C201D
(28,32,29)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #918377

#918377
(145,131,119)
#9B8E83
(155,142,131)
#A5998F
(165,153,143)
#AFA49B
(175,164,155)
#B9AFA7
(185,175,167)
#C3BAB3
(195,186,179)
#CDC5BF
(205,197,191)
#D7D0CB
(215,208,203)
#E1DBD7
(225,219,215)
#EBE6E3
(235,230,227)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918377; }

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

This text font color is #918377.


Background Color

.myBgColor { background-color: #918377; }

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

This div background color is #918377.


Border color

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

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

This div border color is #918377.


Opacity

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

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

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

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

This text has shadow with #918377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918377 on black background.


Color preview on white background

This text has color #918377 on white background.



Black color preview on #918377 background

This text has black color on #918377 background.


White color preview on #918377 background

This text has white color on #918377 background.