COLOR #988646

HEX: #988646
RGB: (152,134,70)

Color info

#988646 contains mainly red and green colors. Web safe color of #988646 is #999933 (or #993).

RGB color model

#988646 color RGB value is (152,134,70).

  • red value is 152;
  • green value is 134;
  • blue value is 70.
RGB:
(152,134,70)
(60%,53%,27%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 70 of 255 = 27%

152
134
70

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

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 70 = 356 (100%)
R 152 of 356 ~ 42.7%
G 134 of 356 ~ 37.64%
B 70 of 356 ~ 19.66%

%42.7
%37.64
%19.66

CMYK color model

#988646 color CMYK value is (0,12,54,40).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 53.95%
  • key color value is 40.39%
CMYK:
(0,12,54,40)
C0M12Y54K40 
(0%,12%,54%,40%)
(0.00/0.12/0.54/0.40)	

CMYK percentages

%0
%11.84
%53.95
%40.39

Codes

Color #988646 in popluar color models

988646
RGB15213470
HSL47°36.94%43.53%
HSB/HSV47°53.95%59.61%
CMYK0.00%11.84%53.95%
40.39%

Color #988646 in popluar number systems.

HEX988646
Decimal15213470
Binary10011000100001101000110
Octal230206106

Shades and tints

Shades of #988646

#988646
(152,134,70)
#8B7A40
(139,122,64)
#7E6E3A
(126,110,58)
#716234
(113,98,52)
#64562E
(100,86,46)
#574A28
(87,74,40)
#4A3E22
(74,62,34)
#3D321C
(61,50,28)
#302616
(48,38,22)
#231A10
(35,26,16)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #988646

#988646
(152,134,70)
#A19156
(161,145,86)
#AA9C66
(170,156,102)
#B3A776
(179,167,118)
#BCB286
(188,178,134)
#C5BD96
(197,189,150)
#CEC8A6
(206,200,166)
#D7D3B6
(215,211,182)
#E0DEC6
(224,222,198)
#E9E9D6
(233,233,214)
#F2F4E6
(242,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988646 color. Also use rgb(152,134,70) instead hex code.

Text Font Color

.myTextColor { color: #988646; }

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

This text font color is #988646.


Background Color

.myBgColor { background-color: #988646; }

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

This div background color is #988646.


Border color

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

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

This div border color is #988646.


Opacity

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

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

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

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

This text has shadow with #988646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988646 on black background.


Color preview on white background

This text has color #988646 on white background.



Black color preview on #988646 background

This text has black color on #988646 background.


White color preview on #988646 background

This text has white color on #988646 background.