COLOR #988327

HEX: #988327
RGB: (152,131,39)

Color info

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

RGB color model

#988327 color RGB value is (152,131,39).

  • red value is 152;
  • green value is 131;
  • blue value is 39.
RGB:
(152,131,39)
(60%,51%,15%)

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 39 of 255 = 15%

152
131
39

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

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 39 = 322 (100%)
R 152 of 322 ~ 47.2%
G 131 of 322 ~ 40.68%
B 39 of 322 ~ 12.11%

%47.2
%40.68
%12.11

CMYK color model

#988327 color CMYK value is (0,14,74,40).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 74.34%
  • key color value is 40.39%
CMYK:
(0,14,74,40)
C0M14Y74K40 
(0%,14%,74%,40%)
(0.00/0.14/0.74/0.40)	

CMYK percentages

%0
%13.82
%74.34
%40.39

Codes

Color #988327 in popluar color models

988327
RGB15213139
HSL49°59.16%37.45%
HSB/HSV49°74.34%59.61%
CMYK0.00%13.82%74.34%
40.39%

Color #988327 in popluar number systems.

HEX988327
Decimal15213139
Binary1001100010000011100111
Octal23020347

Shades and tints

Shades of #988327

#988327
(152,131,39)
#8B7824
(139,120,36)
#7E6D21
(126,109,33)
#71621E
(113,98,30)
#64571B
(100,87,27)
#574C18
(87,76,24)
#4A4115
(74,65,21)
#3D3612
(61,54,18)
#302B0F
(48,43,15)
#23200C
(35,32,12)
#161509
(22,21,9)
#000000
(0,0,0)

Tints of #988327

#988327
(152,131,39)
#A18E3A
(161,142,58)
#AA994D
(170,153,77)
#B3A460
(179,164,96)
#BCAF73
(188,175,115)
#C5BA86
(197,186,134)
#CEC599
(206,197,153)
#D7D0AC
(215,208,172)
#E0DBBF
(224,219,191)
#E9E6D2
(233,230,210)
#F2F1E5
(242,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988327 color. Also use rgb(152,131,39) instead hex code.

Text Font Color

.myTextColor { color: #988327; }

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

This text font color is #988327.


Background Color

.myBgColor { background-color: #988327; }

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

This div background color is #988327.


Border color

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

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

This div border color is #988327.


Opacity

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

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

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

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

This text has shadow with #988327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988327 on black background.


Color preview on white background

This text has color #988327 on white background.



Black color preview on #988327 background

This text has black color on #988327 background.


White color preview on #988327 background

This text has white color on #988327 background.