COLOR #988512

HEX: #988512
RGB: (152,133,18)

Color info

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

RGB color model

#988512 color RGB value is (152,133,18).

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

RGB channels and saturation

R 152 of 255 = 60%
G 133 of 255 = 52%
B 18 of 255 = 7%

152
133
18

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

Portions of RGB colors in percentages

R + G + B =
152 + 133 + 18 = 303 (100%)
R 152 of 303 ~ 50.17%
G 133 of 303 ~ 43.89%
B 18 of 303 ~ 5.94%

%50.17
%43.89

CMYK color model

#988512 color CMYK value is (0,13,88,40).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 88.16%
  • key color value is 40.39%
CMYK:
(0,13,88,40)
C0M13Y88K40 
(0%,13%,88%,40%)
(0.00/0.13/0.88/0.40)	

CMYK percentages

%0
%12.5
%88.16
%40.39

Codes

Color #988512 in popluar color models

988512
RGB15213318
HSL51°78.82%33.33%
HSB/HSV51°88.16%59.61%
CMYK0.00%12.50%88.16%
40.39%

Color #988512 in popluar number systems.

HEX988512
Decimal15213318
Binary100110001000010110010
Octal23020522

Shades and tints

Shades of #988512

#988512
(152,133,18)
#8B7911
(139,121,17)
#7E6D10
(126,109,16)
#71610F
(113,97,15)
#64550E
(100,85,14)
#57490D
(87,73,13)
#4A3D0C
(74,61,12)
#3D310B
(61,49,11)
#30250A
(48,37,10)
#231909
(35,25,9)
#160D08
(22,13,8)
#000000
(0,0,0)

Tints of #988512

#988512
(152,133,18)
#A19027
(161,144,39)
#AA9B3C
(170,155,60)
#B3A651
(179,166,81)
#BCB166
(188,177,102)
#C5BC7B
(197,188,123)
#CEC790
(206,199,144)
#D7D2A5
(215,210,165)
#E0DDBA
(224,221,186)
#E9E8CF
(233,232,207)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988512; }

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

This text font color is #988512.


Background Color

.myBgColor { background-color: #988512; }

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

This div background color is #988512.


Border color

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

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

This div border color is #988512.


Opacity

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

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

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

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

This text has shadow with #988512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988512 on black background.


Color preview on white background

This text has color #988512 on white background.



Black color preview on #988512 background

This text has black color on #988512 background.


White color preview on #988512 background

This text has white color on #988512 background.