COLOR #984628

HEX: #984628
RGB: (152,70,40)

Color info

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

RGB color model

#984628 color RGB value is (152,70,40).

  • red value is 152;
  • green value is 70;
  • blue value is 40.
RGB:
(152,70,40)
(60%,27%,16%)

RGB channels and saturation

R 152 of 255 = 60%
G 70 of 255 = 27%
B 40 of 255 = 16%

152
70
40

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

Portions of RGB colors in percentages

R + G + B =
152 + 70 + 40 = 262 (100%)
R 152 of 262 ~ 58.02%
G 70 of 262 ~ 26.72%
B 40 of 262 ~ 15.27%

%58.02
%26.72
%15.27

CMYK color model

#984628 color CMYK value is (0,54,74,40).

  • cyan value is 0.00%
  • magenta value is 53.95%
  • yellow value is 73.68%
  • key color value is 40.39%
CMYK:
(0,54,74,40)
C0M54Y74K40 
(0%,54%,74%,40%)
(0.00/0.54/0.74/0.40)	

CMYK percentages

%0
%53.95
%73.68
%40.39

Codes

Color #984628 in popluar color models

984628
RGB1527040
HSL16°58.33%37.65%
HSB/HSV16°73.68%59.61%
CMYK0.00%53.95%73.68%
40.39%

Color #984628 in popluar number systems.

HEX984628
Decimal1527040
Binary100110001000110101000
Octal23010650

Shades and tints

Shades of #984628

#984628
(152,70,40)
#8B4025
(139,64,37)
#7E3A22
(126,58,34)
#71341F
(113,52,31)
#642E1C
(100,46,28)
#572819
(87,40,25)
#4A2216
(74,34,22)
#3D1C13
(61,28,19)
#301610
(48,22,16)
#23100D
(35,16,13)
#160A0A
(22,10,10)
#000000
(0,0,0)

Tints of #984628

#984628
(152,70,40)
#A1563B
(161,86,59)
#AA664E
(170,102,78)
#B37661
(179,118,97)
#BC8674
(188,134,116)
#C59687
(197,150,135)
#CEA69A
(206,166,154)
#D7B6AD
(215,182,173)
#E0C6C0
(224,198,192)
#E9D6D3
(233,214,211)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984628 color. Also use rgb(152,70,40) instead hex code.

Text Font Color

.myTextColor { color: #984628; }

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

This text font color is #984628.


Background Color

.myBgColor { background-color: #984628; }

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

This div background color is #984628.


Border color

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

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

This div border color is #984628.


Opacity

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

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

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

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

This text has shadow with #984628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984628 on black background.


Color preview on white background

This text has color #984628 on white background.



Black color preview on #984628 background

This text has black color on #984628 background.


White color preview on #984628 background

This text has white color on #984628 background.