COLOR #973809

HEX: #973809
RGB: (151,56,9)

Color info

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

RGB color model

#973809 color RGB value is (151,56,9).

  • red value is 151;
  • green value is 56;
  • blue value is 9.
RGB:
(151,56,9)
(59%,22%,4%)

RGB channels and saturation

R 151 of 255 = 59%
G 56 of 255 = 22%
B 9 of 255 = 4%

151
56
9

R + G + B ~ 28%. #973809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 56 + 9 = 216 (100%)
R 151 of 216 ~ 69.91%
G 56 of 216 ~ 25.93%
B 9 of 216 ~ 4.17%

%69.91
%25.93

CMYK color model

#973809 color CMYK value is (0,63,94,41).

  • cyan value is 0.00%
  • magenta value is 62.91%
  • yellow value is 94.04%
  • key color value is 40.78%
CMYK:
(0,63,94,41)
C0M63Y94K41 
(0%,63%,94%,41%)
(0.00/0.63/0.94/0.41)	

CMYK percentages

%0
%62.91
%94.04
%40.78

Codes

Color #973809 in popluar color models

973809
RGB151569
HSL20°88.75%31.37%
HSB/HSV20°94.04%59.22%
CMYK0.00%62.91%94.04%
40.78%

Color #973809 in popluar number systems.

HEX973809
Decimal151569
Binary100101111110001001
Octal2277011

Shades and tints

Shades of #973809

#973809
(151,56,9)
#8A3309
(138,51,9)
#7D2E09
(125,46,9)
#702909
(112,41,9)
#632409
(99,36,9)
#561F09
(86,31,9)
#491A09
(73,26,9)
#3C1509
(60,21,9)
#2F1009
(47,16,9)
#220B09
(34,11,9)
#150609
(21,6,9)
#000000
(0,0,0)

Tints of #973809

#973809
(151,56,9)
#A04A1F
(160,74,31)
#A95C35
(169,92,53)
#B26E4B
(178,110,75)
#BB8061
(187,128,97)
#C49277
(196,146,119)
#CDA48D
(205,164,141)
#D6B6A3
(214,182,163)
#DFC8B9
(223,200,185)
#E8DACF
(232,218,207)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973809 color. Also use rgb(151,56,9) instead hex code.

Text Font Color

.myTextColor { color: #973809; }

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

This text font color is #973809.


Background Color

.myBgColor { background-color: #973809; }

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

This div background color is #973809.


Border color

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

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

This div border color is #973809.


Opacity

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

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

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

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

This text has shadow with #973809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973809 on black background.


Color preview on white background

This text has color #973809 on white background.



Black color preview on #973809 background

This text has black color on #973809 background.


White color preview on #973809 background

This text has white color on #973809 background.