COLOR #984214

HEX: #984214
RGB: (152,66,20)

Color info

#984214 contains mainly red color. Web safe color of #984214 is #993300 (or #930).

RGB color model

#984214 color RGB value is (152,66,20).

  • red value is 152;
  • green value is 66;
  • blue value is 20.
RGB:
(152,66,20)
(60%,26%,8%)

RGB channels and saturation

R 152 of 255 = 60%
G 66 of 255 = 26%
B 20 of 255 = 8%

152
66
20

R + G + B ~ 31%. #984214 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 66 + 20 = 238 (100%)
R 152 of 238 ~ 63.87%
G 66 of 238 ~ 27.73%
B 20 of 238 ~ 8.4%

%63.87
%27.73

CMYK color model

#984214 color CMYK value is (0,57,87,40).

  • cyan value is 0.00%
  • magenta value is 56.58%
  • yellow value is 86.84%
  • key color value is 40.39%
CMYK:
(0,57,87,40)
C0M57Y87K40 
(0%,57%,87%,40%)
(0.00/0.57/0.87/0.40)	

CMYK percentages

%0
%56.58
%86.84
%40.39

Codes

Color #984214 in popluar color models

984214
RGB1526620
HSL21°76.74%33.73%
HSB/HSV21°86.84%59.61%
CMYK0.00%56.58%86.84%
40.39%

Color #984214 in popluar number systems.

HEX984214
Decimal1526620
Binary10011000100001010100
Octal23010224

Shades and tints

Shades of #984214

#984214
(152,66,20)
#8B3C13
(139,60,19)
#7E3612
(126,54,18)
#713011
(113,48,17)
#642A10
(100,42,16)
#57240F
(87,36,15)
#4A1E0E
(74,30,14)
#3D180D
(61,24,13)
#30120C
(48,18,12)
#230C0B
(35,12,11)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #984214

#984214
(152,66,20)
#A15329
(161,83,41)
#AA643E
(170,100,62)
#B37553
(179,117,83)
#BC8668
(188,134,104)
#C5977D
(197,151,125)
#CEA892
(206,168,146)
#D7B9A7
(215,185,167)
#E0CABC
(224,202,188)
#E9DBD1
(233,219,209)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984214 color. Also use rgb(152,66,20) instead hex code.

Text Font Color

.myTextColor { color: #984214; }

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

This text font color is #984214.


Background Color

.myBgColor { background-color: #984214; }

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

This div background color is #984214.


Border color

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

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

This div border color is #984214.


Opacity

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

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

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

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

This text has shadow with #984214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984214 on black background.


Color preview on white background

This text has color #984214 on white background.



Black color preview on #984214 background

This text has black color on #984214 background.


White color preview on #984214 background

This text has white color on #984214 background.