COLOR #974640

HEX: #974640
RGB: (151,70,64)

Color info

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

RGB color model

#974640 color RGB value is (151,70,64).

  • red value is 151;
  • green value is 70;
  • blue value is 64.
RGB:
(151,70,64)
(59%,27%,25%)

RGB channels and saturation

R 151 of 255 = 59%
G 70 of 255 = 27%
B 64 of 255 = 25%

151
70
64

R + G + B ~ 37%. #974640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 70 + 64 = 285 (100%)
R 151 of 285 ~ 52.98%
G 70 of 285 ~ 24.56%
B 64 of 285 ~ 22.46%

%52.98
%24.56
%22.46

CMYK color model

#974640 color CMYK value is (0,54,58,41).

  • cyan value is 0.00%
  • magenta value is 53.64%
  • yellow value is 57.62%
  • key color value is 40.78%
CMYK:
(0,54,58,41)
C0M54Y58K41 
(0%,54%,58%,41%)
(0.00/0.54/0.58/0.41)	

CMYK percentages

%0
%53.64
%57.62
%40.78

Codes

Color #974640 in popluar color models

974640
RGB1517064
HSL40.47%42.16%
HSB/HSV57.62%59.22%
CMYK0.00%53.64%57.62%
40.78%

Color #974640 in popluar number systems.

HEX974640
Decimal1517064
Binary1001011110001101000000
Octal227106100

Shades and tints

Shades of #974640

#974640
(151,70,64)
#8A403B
(138,64,59)
#7D3A36
(125,58,54)
#703431
(112,52,49)
#632E2C
(99,46,44)
#562827
(86,40,39)
#492222
(73,34,34)
#3C1C1D
(60,28,29)
#2F1618
(47,22,24)
#221013
(34,16,19)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #974640

#974640
(151,70,64)
#A05651
(160,86,81)
#A96662
(169,102,98)
#B27673
(178,118,115)
#BB8684
(187,134,132)
#C49695
(196,150,149)
#CDA6A6
(205,166,166)
#D6B6B7
(214,182,183)
#DFC6C8
(223,198,200)
#E8D6D9
(232,214,217)
#F1E6EA
(241,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974640 color. Also use rgb(151,70,64) instead hex code.

Text Font Color

.myTextColor { color: #974640; }

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

This text font color is #974640.


Background Color

.myBgColor { background-color: #974640; }

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

This div background color is #974640.


Border color

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

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

This div border color is #974640.


Opacity

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

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

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

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

This text has shadow with #974640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974640 on black background.


Color preview on white background

This text has color #974640 on white background.



Black color preview on #974640 background

This text has black color on #974640 background.


White color preview on #974640 background

This text has white color on #974640 background.