COLOR #974B35

HEX: #974B35
RGB: (151,75,53)

Color info

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

RGB color model

#974B35 color RGB value is (151,75,53).

  • red value is 151;
  • green value is 75;
  • blue value is 53.
RGB:
(151,75,53)
(59%,29%,21%)

RGB channels and saturation

R 151 of 255 = 59%
G 75 of 255 = 29%
B 53 of 255 = 21%

151
75
53

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

Portions of RGB colors in percentages

R + G + B =
151 + 75 + 53 = 279 (100%)
R 151 of 279 ~ 54.12%
G 75 of 279 ~ 26.88%
B 53 of 279 ~ 19%

%54.12
%26.88
%19

CMYK color model

#974B35 color CMYK value is (0,50,65,41).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 64.90%
  • key color value is 40.78%
CMYK:
(0,50,65,41)
C0M50Y65K41 
(0%,50%,65%,41%)
(0.00/0.50/0.65/0.41)	

CMYK percentages

%0
%50.33
%64.9
%40.78

Codes

Color #974B35 in popluar color models

974B35
RGB1517553
HSL13°48.04%40.00%
HSB/HSV13°64.90%59.22%
CMYK0.00%50.33%64.90%
40.78%

Color #974B35 in popluar number systems.

HEX974B35
Decimal1517553
Binary100101111001011110101
Octal22711365

Shades and tints

Shades of #974B35

#974B35
(151,75,53)
#8A4531
(138,69,49)
#7D3F2D
(125,63,45)
#703929
(112,57,41)
#633325
(99,51,37)
#562D21
(86,45,33)
#49271D
(73,39,29)
#3C2119
(60,33,25)
#2F1B15
(47,27,21)
#221511
(34,21,17)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #974B35

#974B35
(151,75,53)
#A05B47
(160,91,71)
#A96B59
(169,107,89)
#B27B6B
(178,123,107)
#BB8B7D
(187,139,125)
#C49B8F
(196,155,143)
#CDABA1
(205,171,161)
#D6BBB3
(214,187,179)
#DFCBC5
(223,203,197)
#E8DBD7
(232,219,215)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974B35 color. Also use rgb(151,75,53) instead hex code.

Text Font Color

.myTextColor { color: #974B35; }

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

This text font color is #974B35.


Background Color

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

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

This div background color is #974B35.


Border color

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

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

This div border color is #974B35.


Opacity

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

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

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

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

This text has shadow with #974B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974B35 on black background.


Color preview on white background

This text has color #974B35 on white background.



Black color preview on #974B35 background

This text has black color on #974B35 background.


White color preview on #974B35 background

This text has white color on #974B35 background.