COLOR #988204

HEX: #988204
RGB: (152,130,4)

Color info

#988204 contains mainly red and green colors. Web safe color of #988204 is #999900 (or #990).

RGB color model

#988204 color RGB value is (152,130,4).

  • red value is 152;
  • green value is 130;
  • blue value is 4.
RGB:
(152,130,4)
(60%,51%,2%)

RGB channels and saturation

R 152 of 255 = 60%
G 130 of 255 = 51%
B 4 of 255 = 2%

152
130
4

R + G + B ~ 38%. #988204 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 130 + 4 = 286 (100%)
R 152 of 286 ~ 53.15%
G 130 of 286 ~ 45.45%
B 4 of 286 ~ 1.4%

%53.15
%45.45

CMYK color model

#988204 color CMYK value is (0,14,97,40).

  • cyan value is 0.00%
  • magenta value is 14.47%
  • yellow value is 97.37%
  • key color value is 40.39%
CMYK:
(0,14,97,40)
C0M14Y97K40 
(0%,14%,97%,40%)
(0.00/0.14/0.97/0.40)	

CMYK percentages

%0
%14.47
%97.37
%40.39

Codes

Color #988204 in popluar color models

988204
RGB1521304
HSL51°94.87%30.59%
HSB/HSV51°97.37%59.61%
CMYK0.00%14.47%97.37%
40.39%

Color #988204 in popluar number systems.

HEX988204
Decimal1521304
Binary1001100010000010100
Octal2302024

Shades and tints

Shades of #988204

#988204
(152,130,4)
#8B7704
(139,119,4)
#7E6C04
(126,108,4)
#716104
(113,97,4)
#645604
(100,86,4)
#574B04
(87,75,4)
#4A4004
(74,64,4)
#3D3504
(61,53,4)
#302A04
(48,42,4)
#231F04
(35,31,4)
#161404
(22,20,4)
#000000
(0,0,0)

Tints of #988204

#988204
(152,130,4)
#A18D1A
(161,141,26)
#AA9830
(170,152,48)
#B3A346
(179,163,70)
#BCAE5C
(188,174,92)
#C5B972
(197,185,114)
#CEC488
(206,196,136)
#D7CF9E
(215,207,158)
#E0DAB4
(224,218,180)
#E9E5CA
(233,229,202)
#F2F0E0
(242,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988204 color. Also use rgb(152,130,4) instead hex code.

Text Font Color

.myTextColor { color: #988204; }

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

This text font color is #988204.


Background Color

.myBgColor { background-color: #988204; }

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

This div background color is #988204.


Border color

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

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

This div border color is #988204.


Opacity

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

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

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

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

This text has shadow with #988204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988204 on black background.


Color preview on white background

This text has color #988204 on white background.



Black color preview on #988204 background

This text has black color on #988204 background.


White color preview on #988204 background

This text has white color on #988204 background.