COLOR #918C58

HEX: #918C58
RGB: (145,140,88)

Color info

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

RGB color model

#918C58 color RGB value is (145,140,88).

  • red value is 145;
  • green value is 140;
  • blue value is 88.
RGB:
(145,140,88)
(57%,55%,35%)

RGB channels and saturation

R 145 of 255 = 57%
G 140 of 255 = 55%
B 88 of 255 = 35%

145
140
88

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

Portions of RGB colors in percentages

R + G + B =
145 + 140 + 88 = 373 (100%)
R 145 of 373 ~ 38.87%
G 140 of 373 ~ 37.53%
B 88 of 373 ~ 23.59%

%38.87
%37.53
%23.59

CMYK color model

#918C58 color CMYK value is (0,3,39,43).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 39.31%
  • key color value is 43.14%
CMYK:
(0,3,39,43)
C0M3Y39K43 
(0%,3%,39%,43%)
(0.00/0.03/0.39/0.43)	

CMYK percentages

%0
%3.45
%39.31
%43.14

Codes

Color #918C58 in popluar color models

918C58
RGB14514088
HSL55°24.46%45.69%
HSB/HSV55°39.31%56.86%
CMYK0.00%3.45%39.31%
43.14%

Color #918C58 in popluar number systems.

HEX918C58
Decimal14514088
Binary10010001100011001011000
Octal221214130

Shades and tints

Shades of #918C58

#918C58
(145,140,88)
#848050
(132,128,80)
#777448
(119,116,72)
#6A6840
(106,104,64)
#5D5C38
(93,92,56)
#505030
(80,80,48)
#434428
(67,68,40)
#363820
(54,56,32)
#292C18
(41,44,24)
#1C2010
(28,32,16)
#0F1408
(15,20,8)
#000000
(0,0,0)

Tints of #918C58

#918C58
(145,140,88)
#9B9667
(155,150,103)
#A5A076
(165,160,118)
#AFAA85
(175,170,133)
#B9B494
(185,180,148)
#C3BEA3
(195,190,163)
#CDC8B2
(205,200,178)
#D7D2C1
(215,210,193)
#E1DCD0
(225,220,208)
#EBE6DF
(235,230,223)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918C58 color. Also use rgb(145,140,88) instead hex code.

Text Font Color

.myTextColor { color: #918C58; }

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

This text font color is #918C58.


Background Color

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

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

This div background color is #918C58.


Border color

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

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

This div border color is #918C58.


Opacity

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

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

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

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

This text has shadow with #918C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918C58 on black background.


Color preview on white background

This text has color #918C58 on white background.



Black color preview on #918C58 background

This text has black color on #918C58 background.


White color preview on #918C58 background

This text has white color on #918C58 background.