COLOR #988564

HEX: #988564
RGB: (152,133,100)

Color info

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

RGB color model

#988564 color RGB value is (152,133,100).

  • red value is 152;
  • green value is 133;
  • blue value is 100.
RGB:
(152,133,100)
(60%,52%,39%)

RGB channels and saturation

R 152 of 255 = 60%
G 133 of 255 = 52%
B 100 of 255 = 39%

152
133
100

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

Portions of RGB colors in percentages

R + G + B =
152 + 133 + 100 = 385 (100%)
R 152 of 385 ~ 39.48%
G 133 of 385 ~ 34.55%
B 100 of 385 ~ 25.97%

%39.48
%34.55
%25.97

CMYK color model

#988564 color CMYK value is (0,13,34,40).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 34.21%
  • key color value is 40.39%
CMYK:
(0,13,34,40)
C0M13Y34K40 
(0%,13%,34%,40%)
(0.00/0.13/0.34/0.40)	

CMYK percentages

%0
%12.5
%34.21
%40.39

Codes

Color #988564 in popluar color models

988564
RGB152133100
HSL38°20.63%49.41%
HSB/HSV38°34.21%59.61%
CMYK0.00%12.50%34.21%
40.39%

Color #988564 in popluar number systems.

HEX988564
Decimal152133100
Binary10011000100001011100100
Octal230205144

Shades and tints

Shades of #988564

#988564
(152,133,100)
#8B795B
(139,121,91)
#7E6D52
(126,109,82)
#716149
(113,97,73)
#645540
(100,85,64)
#574937
(87,73,55)
#4A3D2E
(74,61,46)
#3D3125
(61,49,37)
#30251C
(48,37,28)
#231913
(35,25,19)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #988564

#988564
(152,133,100)
#A19072
(161,144,114)
#AA9B80
(170,155,128)
#B3A68E
(179,166,142)
#BCB19C
(188,177,156)
#C5BCAA
(197,188,170)
#CEC7B8
(206,199,184)
#D7D2C6
(215,210,198)
#E0DDD4
(224,221,212)
#E9E8E2
(233,232,226)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988564 color. Also use rgb(152,133,100) instead hex code.

Text Font Color

.myTextColor { color: #988564; }

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

This text font color is #988564.


Background Color

.myBgColor { background-color: #988564; }

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

This div background color is #988564.


Border color

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

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

This div border color is #988564.


Opacity

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

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

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

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

This text has shadow with #988564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988564 on black background.


Color preview on white background

This text has color #988564 on white background.



Black color preview on #988564 background

This text has black color on #988564 background.


White color preview on #988564 background

This text has white color on #988564 background.