COLOR #974D23

HEX: #974D23 RGB: (151,77,35)

Color info

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

RGB color model

#974D23 color RGB value is (151,77,35).

RGB: (151,77,35) (59%, 30%, 14%)

RGB channels and saturation

R 151 of 255 = 59%
G 77 of 255 = 30%
B 35 of 255 = 14%

151
77
35

R + G + B ~ 34%. #974D23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 151 + 77 + 35 = 263 (100%)
R 151 of 263 ~ 57.41%
G 77 of 263 ~ 29.28%
B 35 of 263 ~ 13.31'%

%57.41
%29.28
%13.31

CMYK color model

#974D23 color CMYK value is (0,49,77,41).

  • cyan value is 0.00%
  • magenta value is 49.01%
  • yellow value is 76.82%
  • key color value is 40.78%

CMYK: (0,49,77,41)
C0M49Y77K41 (0%, 49%, 77%, 41%)
(0.00 / 0.49 / 0.77 / 0.41)

CMYK percentages

%0
%49.01
%76.82
%40.78

Codes

Color #974D23 in popluar color models

97 4D 23
RGB 151 77 35
HSL 22° 62.37% 36.47%
HSB/HSV 22° 76.82% 59.22%
CMYK 0.00% 49.01% 76.82%
40.78%

Color #974D23 in popluar number systems.

HEX 97 4D 23
Decimal 151 77 35
Binary 10010111 1001101 100011
Octal 227 115 43

Shades and tints

Shades of #974D23

#974D23
(151,77,35)
#8A4620
(138,70,32)
#7D3F1D
(125,63,29)
#70381A
(112,56,26)
#633117
(99,49,23)
#562A14
(86,42,20)
#492311
(73,35,17)
#3C1C0E
(60,28,14)
#2F150B
(47,21,11)
#220E08
(34,14,8)
#150705
(21,7,5)
#000000
(0,0,0)

Tints of #974D23

#974D23
(151,77,35)
#A05D37
(160,93,55)
#A96D4B
(169,109,75)
#B27D5F
(178,125,95)
#BB8D73
(187,141,115)
#C49D87
(196,157,135)
#CDAD9B
(205,173,155)
#D6BDAF
(214,189,175)
#DFCDC3
(223,205,195)
#E8DDD7
(232,221,215)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974D23; }

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

This text font color is #974D23.

Background Color

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

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

This div background color is #974D23.

Border color

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

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

This div border color is #974D23.

Opacity

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

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

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

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

This text has shadow with #974D23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #974D23.

Preview

Color preview on black background

This text has color #974D23 on black background.


Color preview on white background

This text has color #974D23 on white background.


Black color preview on #974D23 background

This text has black color on #974D23 background.


White color preview on #974D23 background

This text has white color on #974D23 background.


Related colors

Complementary color

Complementary color for #hex is #68B2DC.


I love getcolorcode.com

Triadic colors

1 #23974D and #4D2397 with #974D23 are triadic colors.

2 #234D97 and #4D9723 with #974D23 are triadic colors.