COLOR #974F52

HEX: #974F52
RGB: (151,79,82)

Color info

#974F52 contains mainly red color. Web safe color of #974F52 is #996666 (or #966).

RGB color model

#974F52 color RGB value is (151,79,82).

  • red value is 151;
  • green value is 79;
  • blue value is 82.
RGB:
(151,79,82)
(59%,31%,32%)

RGB channels and saturation

R 151 of 255 = 59%
G 79 of 255 = 31%
B 82 of 255 = 32%

151
79
82

R + G + B ~ 41%. #974F52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 79 + 82 = 312 (100%)
R 151 of 312 ~ 48.4%
G 79 of 312 ~ 25.32%
B 82 of 312 ~ 26.28%

%48.4
%25.32
%26.28

CMYK color model

#974F52 color CMYK value is (0,48,46,41).

  • cyan value is 0.00%
  • magenta value is 47.68%
  • yellow value is 45.70%
  • key color value is 40.78%
CMYK:
(0,48,46,41)
C0M48Y46K41 
(0%,48%,46%,41%)
(0.00/0.48/0.46/0.41)	

CMYK percentages

%0
%47.68
%45.7
%40.78

Codes

Color #974F52 in popluar color models

974F52
RGB1517982
HSL358°31.30%45.10%
HSB/HSV358°47.68%59.22%
CMYK0.00%47.68%45.70%
40.78%

Color #974F52 in popluar number systems.

HEX974F52
Decimal1517982
Binary1001011110011111010010
Octal227117122

Shades and tints

Shades of #974F52

#974F52
(151,79,82)
#8A484B
(138,72,75)
#7D4144
(125,65,68)
#703A3D
(112,58,61)
#633336
(99,51,54)
#562C2F
(86,44,47)
#492528
(73,37,40)
#3C1E21
(60,30,33)
#2F171A
(47,23,26)
#221013
(34,16,19)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #974F52

#974F52
(151,79,82)
#A05F61
(160,95,97)
#A96F70
(169,111,112)
#B27F7F
(178,127,127)
#BB8F8E
(187,143,142)
#C49F9D
(196,159,157)
#CDAFAC
(205,175,172)
#D6BFBB
(214,191,187)
#DFCFCA
(223,207,202)
#E8DFD9
(232,223,217)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974F52 color. Also use rgb(151,79,82) instead hex code.

Text Font Color

.myTextColor { color: #974F52; }

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

This text font color is #974F52.


Background Color

.myBgColor { background-color: #974F52; }

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

This div background color is #974F52.


Border color

.myBorderColor { border: 1px solid #974F52; }

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

This div border color is #974F52.


Opacity

.myOpacity80 { color: #974F52; opacity: 0.8; }

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

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

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

This text has shadow with #974F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974F52 on black background.


Color preview on white background

This text has color #974F52 on white background.



Black color preview on #974F52 background

This text has black color on #974F52 background.


White color preview on #974F52 background

This text has white color on #974F52 background.