COLOR #988466

HEX: #988466
RGB: (152,132,102)

Color info

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

RGB color model

#988466 color RGB value is (152,132,102).

  • red value is 152;
  • green value is 132;
  • blue value is 102.
RGB:
(152,132,102)
(60%,52%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 132 of 255 = 52%
B 102 of 255 = 40%

152
132
102

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

Portions of RGB colors in percentages

R + G + B =
152 + 132 + 102 = 386 (100%)
R 152 of 386 ~ 39.38%
G 132 of 386 ~ 34.2%
B 102 of 386 ~ 26.42%

%39.38
%34.2
%26.42

CMYK color model

#988466 color CMYK value is (0,13,33,40).

  • cyan value is 0.00%
  • magenta value is 13.16%
  • yellow value is 32.89%
  • key color value is 40.39%
CMYK:
(0,13,33,40)
C0M13Y33K40 
(0%,13%,33%,40%)
(0.00/0.13/0.33/0.40)	

CMYK percentages

%0
%13.16
%32.89
%40.39

Codes

Color #988466 in popluar color models

988466
RGB152132102
HSL36°19.69%49.80%
HSB/HSV36°32.89%59.61%
CMYK0.00%13.16%32.89%
40.39%

Color #988466 in popluar number systems.

HEX988466
Decimal152132102
Binary10011000100001001100110
Octal230204146

Shades and tints

Shades of #988466

#988466
(152,132,102)
#8B785D
(139,120,93)
#7E6C54
(126,108,84)
#71604B
(113,96,75)
#645442
(100,84,66)
#574839
(87,72,57)
#4A3C30
(74,60,48)
#3D3027
(61,48,39)
#30241E
(48,36,30)
#231815
(35,24,21)
#160C0C
(22,12,12)
#000000
(0,0,0)

Tints of #988466

#988466
(152,132,102)
#A18F73
(161,143,115)
#AA9A80
(170,154,128)
#B3A58D
(179,165,141)
#BCB09A
(188,176,154)
#C5BBA7
(197,187,167)
#CEC6B4
(206,198,180)
#D7D1C1
(215,209,193)
#E0DCCE
(224,220,206)
#E9E7DB
(233,231,219)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988466 color. Also use rgb(152,132,102) instead hex code.

Text Font Color

.myTextColor { color: #988466; }

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

This text font color is #988466.


Background Color

.myBgColor { background-color: #988466; }

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

This div background color is #988466.


Border color

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

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

This div border color is #988466.


Opacity

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

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

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

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

This text has shadow with #988466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988466 on black background.


Color preview on white background

This text has color #988466 on white background.



Black color preview on #988466 background

This text has black color on #988466 background.


White color preview on #988466 background

This text has white color on #988466 background.