COLOR #985218

HEX: #985218
RGB: (152,82,24)

Color info

#985218 contains mainly red color. Web safe color of #985218 is #996600 (or #960).

RGB color model

#985218 color RGB value is (152,82,24).

  • red value is 152;
  • green value is 82;
  • blue value is 24.
RGB:
(152,82,24)
(60%,32%,9%)

RGB channels and saturation

R 152 of 255 = 60%
G 82 of 255 = 32%
B 24 of 255 = 9%

152
82
24

R + G + B ~ 34%. #985218 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 82 + 24 = 258 (100%)
R 152 of 258 ~ 58.91%
G 82 of 258 ~ 31.78%
B 24 of 258 ~ 9.3%

%58.91
%31.78

CMYK color model

#985218 color CMYK value is (0,46,84,40).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 84.21%
  • key color value is 40.39%
CMYK:
(0,46,84,40)
C0M46Y84K40 
(0%,46%,84%,40%)
(0.00/0.46/0.84/0.40)	

CMYK percentages

%0
%46.05
%84.21
%40.39

Codes

Color #985218 in popluar color models

985218
RGB1528224
HSL27°72.73%34.51%
HSB/HSV27°84.21%59.61%
CMYK0.00%46.05%84.21%
40.39%

Color #985218 in popluar number systems.

HEX985218
Decimal1528224
Binary10011000101001011000
Octal23012230

Shades and tints

Shades of #985218

#985218
(152,82,24)
#8B4B16
(139,75,22)
#7E4414
(126,68,20)
#713D12
(113,61,18)
#643610
(100,54,16)
#572F0E
(87,47,14)
#4A280C
(74,40,12)
#3D210A
(61,33,10)
#301A08
(48,26,8)
#231306
(35,19,6)
#160C04
(22,12,4)
#000000
(0,0,0)

Tints of #985218

#985218
(152,82,24)
#A1612D
(161,97,45)
#AA7042
(170,112,66)
#B37F57
(179,127,87)
#BC8E6C
(188,142,108)
#C59D81
(197,157,129)
#CEAC96
(206,172,150)
#D7BBAB
(215,187,171)
#E0CAC0
(224,202,192)
#E9D9D5
(233,217,213)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985218 color. Also use rgb(152,82,24) instead hex code.

Text Font Color

.myTextColor { color: #985218; }

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

This text font color is #985218.


Background Color

.myBgColor { background-color: #985218; }

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

This div background color is #985218.


Border color

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

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

This div border color is #985218.


Opacity

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

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

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

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

This text has shadow with #985218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985218 on black background.


Color preview on white background

This text has color #985218 on white background.



Black color preview on #985218 background

This text has black color on #985218 background.


White color preview on #985218 background

This text has white color on #985218 background.