COLOR #984B18

HEX: #984B18
RGB: (152,75,24)

Color info

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

RGB color model

#984B18 color RGB value is (152,75,24).

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

RGB channels and saturation

R 152 of 255 = 60%
G 75 of 255 = 29%
B 24 of 255 = 9%

152
75
24

R + G + B ~ 33%. #984B18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 75 + 24 = 251 (100%)
R 152 of 251 ~ 60.56%
G 75 of 251 ~ 29.88%
B 24 of 251 ~ 9.56%

%60.56
%29.88
%9.56

CMYK color model

#984B18 color CMYK value is (0,51,84,40).

  • cyan value is 0.00%
  • magenta value is 50.66%
  • yellow value is 84.21%
  • key color value is 40.39%
CMYK:
(0,51,84,40)
C0M51Y84K40 
(0%,51%,84%,40%)
(0.00/0.51/0.84/0.40)	

CMYK percentages

%0
%50.66
%84.21
%40.39

Codes

Color #984B18 in popluar color models

984B18
RGB1527524
HSL24°72.73%34.51%
HSB/HSV24°84.21%59.61%
CMYK0.00%50.66%84.21%
40.39%

Color #984B18 in popluar number systems.

HEX984B18
Decimal1527524
Binary10011000100101111000
Octal23011330

Shades and tints

Shades of #984B18

#984B18
(152,75,24)
#8B4516
(139,69,22)
#7E3F14
(126,63,20)
#713912
(113,57,18)
#643310
(100,51,16)
#572D0E
(87,45,14)
#4A270C
(74,39,12)
#3D210A
(61,33,10)
#301B08
(48,27,8)
#231506
(35,21,6)
#160F04
(22,15,4)
#000000
(0,0,0)

Tints of #984B18

#984B18
(152,75,24)
#A15B2D
(161,91,45)
#AA6B42
(170,107,66)
#B37B57
(179,123,87)
#BC8B6C
(188,139,108)
#C59B81
(197,155,129)
#CEAB96
(206,171,150)
#D7BBAB
(215,187,171)
#E0CBC0
(224,203,192)
#E9DBD5
(233,219,213)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984B18; }

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

This text font color is #984B18.


Background Color

.myBgColor { background-color: #984B18; }

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

This div background color is #984B18.


Border color

.myBorderColor { border: 1px solid #984B18; }

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

This div border color is #984B18.


Opacity

.myOpacity80 { color: #984B18; opacity: 0.8; }

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

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

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

This text has shadow with #984B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984B18 on black background.


Color preview on white background

This text has color #984B18 on white background.



Black color preview on #984B18 background

This text has black color on #984B18 background.


White color preview on #984B18 background

This text has white color on #984B18 background.