COLOR #984F30

HEX: #984F30
RGB: (152,79,48)

Color info

#984F30 contains mainly red color. Web safe color of #984F30 is #996633 (or #963).

RGB color model

#984F30 color RGB value is (152,79,48).

  • red value is 152;
  • green value is 79;
  • blue value is 48.
RGB:
(152,79,48)
(60%,31%,19%)

RGB channels and saturation

R 152 of 255 = 60%
G 79 of 255 = 31%
B 48 of 255 = 19%

152
79
48

R + G + B ~ 37%. #984F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 79 + 48 = 279 (100%)
R 152 of 279 ~ 54.48%
G 79 of 279 ~ 28.32%
B 48 of 279 ~ 17.2%

%54.48
%28.32
%17.2

CMYK color model

#984F30 color CMYK value is (0,48,68,40).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 68.42%
  • key color value is 40.39%
CMYK:
(0,48,68,40)
C0M48Y68K40 
(0%,48%,68%,40%)
(0.00/0.48/0.68/0.40)	

CMYK percentages

%0
%48.03
%68.42
%40.39

Codes

Color #984F30 in popluar color models

984F30
RGB1527948
HSL18°52.00%39.22%
HSB/HSV18°68.42%59.61%
CMYK0.00%48.03%68.42%
40.39%

Color #984F30 in popluar number systems.

HEX984F30
Decimal1527948
Binary100110001001111110000
Octal23011760

Shades and tints

Shades of #984F30

#984F30
(152,79,48)
#8B482C
(139,72,44)
#7E4128
(126,65,40)
#713A24
(113,58,36)
#643320
(100,51,32)
#572C1C
(87,44,28)
#4A2518
(74,37,24)
#3D1E14
(61,30,20)
#301710
(48,23,16)
#23100C
(35,16,12)
#160908
(22,9,8)
#000000
(0,0,0)

Tints of #984F30

#984F30
(152,79,48)
#A15F42
(161,95,66)
#AA6F54
(170,111,84)
#B37F66
(179,127,102)
#BC8F78
(188,143,120)
#C59F8A
(197,159,138)
#CEAF9C
(206,175,156)
#D7BFAE
(215,191,174)
#E0CFC0
(224,207,192)
#E9DFD2
(233,223,210)
#F2EFE4
(242,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984F30 color. Also use rgb(152,79,48) instead hex code.

Text Font Color

.myTextColor { color: #984F30; }

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

This text font color is #984F30.


Background Color

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

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

This div background color is #984F30.


Border color

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

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

This div border color is #984F30.


Opacity

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

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

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

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

This text has shadow with #984F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984F30 on black background.


Color preview on white background

This text has color #984F30 on white background.



Black color preview on #984F30 background

This text has black color on #984F30 background.


White color preview on #984F30 background

This text has white color on #984F30 background.