COLOR #984227

HEX: #984227
RGB: (152,66,39)

Color info

#984227 contains mainly red color. Web safe color of #984227 is #993333 (or #933).

RGB color model

#984227 color RGB value is (152,66,39).

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

RGB channels and saturation

R 152 of 255 = 60%
G 66 of 255 = 26%
B 39 of 255 = 15%

152
66
39

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

Portions of RGB colors in percentages

R + G + B =
152 + 66 + 39 = 257 (100%)
R 152 of 257 ~ 59.14%
G 66 of 257 ~ 25.68%
B 39 of 257 ~ 15.18%

%59.14
%25.68
%15.18

CMYK color model

#984227 color CMYK value is (0,57,74,40).

  • cyan value is 0.00%
  • magenta value is 56.58%
  • yellow value is 74.34%
  • key color value is 40.39%
CMYK:
(0,57,74,40)
C0M57Y74K40 
(0%,57%,74%,40%)
(0.00/0.57/0.74/0.40)	

CMYK percentages

%0
%56.58
%74.34
%40.39

Codes

Color #984227 in popluar color models

984227
RGB1526639
HSL14°59.16%37.45%
HSB/HSV14°74.34%59.61%
CMYK0.00%56.58%74.34%
40.39%

Color #984227 in popluar number systems.

HEX984227
Decimal1526639
Binary100110001000010100111
Octal23010247

Shades and tints

Shades of #984227

#984227
(152,66,39)
#8B3C24
(139,60,36)
#7E3621
(126,54,33)
#71301E
(113,48,30)
#642A1B
(100,42,27)
#572418
(87,36,24)
#4A1E15
(74,30,21)
#3D1812
(61,24,18)
#30120F
(48,18,15)
#230C0C
(35,12,12)
#160609
(22,6,9)
#000000
(0,0,0)

Tints of #984227

#984227
(152,66,39)
#A1533A
(161,83,58)
#AA644D
(170,100,77)
#B37560
(179,117,96)
#BC8673
(188,134,115)
#C59786
(197,151,134)
#CEA899
(206,168,153)
#D7B9AC
(215,185,172)
#E0CABF
(224,202,191)
#E9DBD2
(233,219,210)
#F2ECE5
(242,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984227; }

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

This text font color is #984227.


Background Color

.myBgColor { background-color: #984227; }

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

This div background color is #984227.


Border color

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

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

This div border color is #984227.


Opacity

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

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

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

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

This text has shadow with #984227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984227 on black background.


Color preview on white background

This text has color #984227 on white background.



Black color preview on #984227 background

This text has black color on #984227 background.


White color preview on #984227 background

This text has white color on #984227 background.