COLOR #973D18

HEX: #973D18
RGB: (151,61,24)

Color info

#973D18 contains mainly red color. Web safe color of #973D18 is #993300 (or #930).

RGB color model

#973D18 color RGB value is (151,61,24).

  • red value is 151;
  • green value is 61;
  • blue value is 24.
RGB:
(151,61,24)
(59%,24%,9%)

RGB channels and saturation

R 151 of 255 = 59%
G 61 of 255 = 24%
B 24 of 255 = 9%

151
61
24

R + G + B ~ 31%. #973D18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 61 + 24 = 236 (100%)
R 151 of 236 ~ 63.98%
G 61 of 236 ~ 25.85%
B 24 of 236 ~ 10.17%

%63.98
%25.85
%10.17

CMYK color model

#973D18 color CMYK value is (0,60,84,41).

  • cyan value is 0.00%
  • magenta value is 59.60%
  • yellow value is 84.11%
  • key color value is 40.78%
CMYK:
(0,60,84,41)
C0M60Y84K41 
(0%,60%,84%,41%)
(0.00/0.60/0.84/0.41)	

CMYK percentages

%0
%59.6
%84.11
%40.78

Codes

Color #973D18 in popluar color models

973D18
RGB1516124
HSL17°72.57%34.31%
HSB/HSV17°84.11%59.22%
CMYK0.00%59.60%84.11%
40.78%

Color #973D18 in popluar number systems.

HEX973D18
Decimal1516124
Binary1001011111110111000
Octal2277530

Shades and tints

Shades of #973D18

#973D18
(151,61,24)
#8A3816
(138,56,22)
#7D3314
(125,51,20)
#702E12
(112,46,18)
#632910
(99,41,16)
#56240E
(86,36,14)
#491F0C
(73,31,12)
#3C1A0A
(60,26,10)
#2F1508
(47,21,8)
#221006
(34,16,6)
#150B04
(21,11,4)
#000000
(0,0,0)

Tints of #973D18

#973D18
(151,61,24)
#A04E2D
(160,78,45)
#A95F42
(169,95,66)
#B27057
(178,112,87)
#BB816C
(187,129,108)
#C49281
(196,146,129)
#CDA396
(205,163,150)
#D6B4AB
(214,180,171)
#DFC5C0
(223,197,192)
#E8D6D5
(232,214,213)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973D18 color. Also use rgb(151,61,24) instead hex code.

Text Font Color

.myTextColor { color: #973D18; }

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

This text font color is #973D18.


Background Color

.myBgColor { background-color: #973D18; }

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

This div background color is #973D18.


Border color

.myBorderColor { border: 1px solid #973D18; }

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

This div border color is #973D18.


Opacity

.myOpacity80 { color: #973D18; opacity: 0.8; }

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

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

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

This text has shadow with #973D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973D18 on black background.


Color preview on white background

This text has color #973D18 on white background.



Black color preview on #973D18 background

This text has black color on #973D18 background.


White color preview on #973D18 background

This text has white color on #973D18 background.