COLOR #974D34

HEX: #974D34
RGB: (151,77,52)

Color info

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

RGB color model

#974D34 color RGB value is (151,77,52).

  • red value is 151;
  • green value is 77;
  • blue value is 52.
RGB:
(151,77,52)
(59%,30%,20%)

RGB channels and saturation

R 151 of 255 = 59%
G 77 of 255 = 30%
B 52 of 255 = 20%

151
77
52

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

Portions of RGB colors in percentages

R + G + B =
151 + 77 + 52 = 280 (100%)
R 151 of 280 ~ 53.93%
G 77 of 280 ~ 27.5%
B 52 of 280 ~ 18.57%

%53.93
%27.5
%18.57

CMYK color model

#974D34 color CMYK value is (0,49,66,41).

  • cyan value is 0.00%
  • magenta value is 49.01%
  • yellow value is 65.56%
  • key color value is 40.78%
CMYK:
(0,49,66,41)
C0M49Y66K41 
(0%,49%,66%,41%)
(0.00/0.49/0.66/0.41)	

CMYK percentages

%0
%49.01
%65.56
%40.78

Codes

Color #974D34 in popluar color models

974D34
RGB1517752
HSL15°48.77%39.80%
HSB/HSV15°65.56%59.22%
CMYK0.00%49.01%65.56%
40.78%

Color #974D34 in popluar number systems.

HEX974D34
Decimal1517752
Binary100101111001101110100
Octal22711564

Shades and tints

Shades of #974D34

#974D34
(151,77,52)
#8A4630
(138,70,48)
#7D3F2C
(125,63,44)
#703828
(112,56,40)
#633124
(99,49,36)
#562A20
(86,42,32)
#49231C
(73,35,28)
#3C1C18
(60,28,24)
#2F1514
(47,21,20)
#220E10
(34,14,16)
#15070C
(21,7,12)
#000000
(0,0,0)

Tints of #974D34

#974D34
(151,77,52)
#A05D46
(160,93,70)
#A96D58
(169,109,88)
#B27D6A
(178,125,106)
#BB8D7C
(187,141,124)
#C49D8E
(196,157,142)
#CDADA0
(205,173,160)
#D6BDB2
(214,189,178)
#DFCDC4
(223,205,196)
#E8DDD6
(232,221,214)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974D34 color. Also use rgb(151,77,52) instead hex code.

Text Font Color

.myTextColor { color: #974D34; }

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

This text font color is #974D34.


Background Color

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

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

This div background color is #974D34.


Border color

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

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

This div border color is #974D34.


Opacity

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

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

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

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

This text has shadow with #974D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974D34 on black background.


Color preview on white background

This text has color #974D34 on white background.



Black color preview on #974D34 background

This text has black color on #974D34 background.


White color preview on #974D34 background

This text has white color on #974D34 background.