COLOR #973F07

HEX: #973F07 RGB: (151,63,7)

Color info

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

RGB color model

#973F07 color RGB value is (151,63,7).

RGB: (151,63,7) (59%, 25%, 3%)

RGB channels and saturation

R 151 of 255 = 59%
G 63 of 255 = 25%
B 7 of 255 = 3%

151
63
7

R + G + B ~ 29%. #973F07 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 151 + 63 + 7 = 221 (100%)
R 151 of 221 ~ 68.33%
G 63 of 221 ~ 28.51%
B 7 of 221 ~ 3.17'%

%68.33
%28.51

CMYK color model

#973F07 color CMYK value is (0,58,95,41).

  • cyan value is 0.00%
  • magenta value is 58.28%
  • yellow value is 95.36%
  • key color value is 40.78%

CMYK: (0,58,95,41)
C0M58Y95K41 (0%, 58%, 95%, 41%)
(0.00 / 0.58 / 0.95 / 0.41)

CMYK percentages

%0
%58.28
%95.36
%40.78

Codes

Color #973F07 in popluar color models

97 3F 07
RGB 151 63 7
HSL 23° 91.14% 30.98%
HSB/HSV 23° 95.36% 59.22%
CMYK 0.00% 58.28% 95.36%
40.78%

Color #973F07 in popluar number systems.

HEX 97 3F 07
Decimal 151 63 7
Binary 10010111 111111 111
Octal 227 77 7

Shades and tints

Shades of #973F07

#973F07
(151,63,7)
#8A3A07
(138,58,7)
#7D3507
(125,53,7)
#703007
(112,48,7)
#632B07
(99,43,7)
#562607
(86,38,7)
#492107
(73,33,7)
#3C1C07
(60,28,7)
#2F1707
(47,23,7)
#221207
(34,18,7)
#150D07
(21,13,7)
#000000
(0,0,0)

Tints of #973F07

#973F07
(151,63,7)
#A0501D
(160,80,29)
#A96133
(169,97,51)
#B27249
(178,114,73)
#BB835F
(187,131,95)
#C49475
(196,148,117)
#CDA58B
(205,165,139)
#D6B6A1
(214,182,161)
#DFC7B7
(223,199,183)
#E8D8CD
(232,216,205)
#F1E9E3
(241,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973F07 color. Also use rgb(151,63,7) instead hex code.

Text Font Color

.myTextColor { color: #973F07; }

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

This text font color is #973F07.

Background Color

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

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

This div background color is #973F07.

Border color

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

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

This div border color is #973F07.

Opacity

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

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

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

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

This text has shadow with #973F07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #973F07.

Preview

Color preview on black background

This text has color #973F07 on black background.


Color preview on white background

This text has color #973F07 on white background.


Black color preview on #973F07 background

This text has black color on #973F07 background.


White color preview on #973F07 background

This text has white color on #973F07 background.


Related colors

Complementary color

Complementary color for #hex is #68C0F8.


I love getcolorcode.com

Triadic colors

1 #07973F and #3F0797 with #973F07 are triadic colors.

2 #073F97 and #3F9707 with #973F07 are triadic colors.