COLOR #974930

HEX: #974930
RGB: (151,73,48)

Color info

#974930 contains mainly red color. Web safe color of #974930 is #993333 (or #933).

RGB color model

#974930 color RGB value is (151,73,48).

  • red value is 151;
  • green value is 73;
  • blue value is 48.
RGB:
(151,73,48)
(59%,29%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 73 of 255 = 29%
B 48 of 255 = 19%

151
73
48

R + G + B ~ 36%. #974930 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 73 + 48 = 272 (100%)
R 151 of 272 ~ 55.51%
G 73 of 272 ~ 26.84%
B 48 of 272 ~ 17.65%

%55.51
%26.84
%17.65

CMYK color model

#974930 color CMYK value is (0,52,68,41).

  • cyan value is 0.00%
  • magenta value is 51.66%
  • yellow value is 68.21%
  • key color value is 40.78%
CMYK:
(0,52,68,41)
C0M52Y68K41 
(0%,52%,68%,41%)
(0.00/0.52/0.68/0.41)	

CMYK percentages

%0
%51.66
%68.21
%40.78

Codes

Color #974930 in popluar color models

974930
RGB1517348
HSL15°51.76%39.02%
HSB/HSV15°68.21%59.22%
CMYK0.00%51.66%68.21%
40.78%

Color #974930 in popluar number systems.

HEX974930
Decimal1517348
Binary100101111001001110000
Octal22711160

Shades and tints

Shades of #974930

#974930
(151,73,48)
#8A432C
(138,67,44)
#7D3D28
(125,61,40)
#703724
(112,55,36)
#633120
(99,49,32)
#562B1C
(86,43,28)
#492518
(73,37,24)
#3C1F14
(60,31,20)
#2F1910
(47,25,16)
#22130C
(34,19,12)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #974930

#974930
(151,73,48)
#A05942
(160,89,66)
#A96954
(169,105,84)
#B27966
(178,121,102)
#BB8978
(187,137,120)
#C4998A
(196,153,138)
#CDA99C
(205,169,156)
#D6B9AE
(214,185,174)
#DFC9C0
(223,201,192)
#E8D9D2
(232,217,210)
#F1E9E4
(241,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974930 color. Also use rgb(151,73,48) instead hex code.

Text Font Color

.myTextColor { color: #974930; }

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

This text font color is #974930.


Background Color

.myBgColor { background-color: #974930; }

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

This div background color is #974930.


Border color

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

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

This div border color is #974930.


Opacity

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

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

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

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

This text has shadow with #974930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974930 on black background.


Color preview on white background

This text has color #974930 on white background.



Black color preview on #974930 background

This text has black color on #974930 background.


White color preview on #974930 background

This text has white color on #974930 background.