COLOR #984F24

HEX: #984F24 RGB: (152,79,36)

Color info

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

RGB color model

#984F24 color RGB value is (152,79,36).

RGB: (152,79,36) (60%, 31%, 14%)

RGB channels and saturation

R 152 of 255 = 60%
G 79 of 255 = 31%
B 36 of 255 = 14%

152
79
36

R + G + B ~ 35%. #984F24 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 152 + 79 + 36 = 267 (100%)
R 152 of 267 ~ 56.93%
G 79 of 267 ~ 29.59%
B 36 of 267 ~ 13.48'%

%56.93
%29.59
%13.48

CMYK color model

#984F24 color CMYK value is (0,48,76,40).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 76.32%
  • key color value is 40.39%

CMYK: (0,48,76,40)
C0M48Y76K40 (0%, 48%, 76%, 40%)
(0.00 / 0.48 / 0.76 / 0.40)

CMYK percentages

%0
%48.03
%76.32
%40.39

Codes

Color #984F24 in popluar color models

98 4F 24
RGB 152 79 36
HSL 22° 61.70% 36.86%
HSB/HSV 22° 76.32% 59.61%
CMYK 0.00% 48.03% 76.32%
40.39%

Color #984F24 in popluar number systems.

HEX 98 4F 24
Decimal 152 79 36
Binary 10011000 1001111 100100
Octal 230 117 44

Shades and tints

Shades of #984F24

#984F24
(152,79,36)
#8B4821
(139,72,33)
#7E411E
(126,65,30)
#713A1B
(113,58,27)
#643318
(100,51,24)
#572C15
(87,44,21)
#4A2512
(74,37,18)
#3D1E0F
(61,30,15)
#30170C
(48,23,12)
#231009
(35,16,9)
#160906
(22,9,6)
#000000
(0,0,0)

Tints of #984F24

#984F24
(152,79,36)
#A15F37
(161,95,55)
#AA6F4A
(170,111,74)
#B37F5D
(179,127,93)
#BC8F70
(188,143,112)
#C59F83
(197,159,131)
#CEAF96
(206,175,150)
#D7BFA9
(215,191,169)
#E0CFBC
(224,207,188)
#E9DFCF
(233,223,207)
#F2EFE2
(242,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984F24; }

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

This text font color is #984F24.

Background Color

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

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

This div background color is #984F24.

Border color

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

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

This div border color is #984F24.

Opacity

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

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

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

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

This text has shadow with #984F24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984F24.

Preview

Color preview on black background

This text has color #984F24 on black background.


Color preview on white background

This text has color #984F24 on white background.


Black color preview on #984F24 background

This text has black color on #984F24 background.


White color preview on #984F24 background

This text has white color on #984F24 background.


Related colors

Complementary color

Complementary color for #hex is #67B0DB.


I love getcolorcode.com

Triadic colors

1 #24984F and #4F2498 with #984F24 are triadic colors.

2 #244F98 and #4F9824 with #984F24 are triadic colors.