COLOR #975F31

HEX: #975F31 RGB: (151,95,49)

Color info

#975F31 contains mainly red and green colors. Web safe color of #975F31 is #996633 (or #963).

RGB color model

#975F31 color RGB value is (151,95,49).

RGB: (151,95,49) (59%, 37%, 19%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 49 of 255 = 19%

151
95
49

R + G + B ~ 38%. #975F31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 151 + 95 + 49 = 295 (100%)
R 151 of 295 ~ 51.19%
G 95 of 295 ~ 32.2%
B 49 of 295 ~ 16.61'%

%51.19
%32.2
%16.61

CMYK color model

#975F31 color CMYK value is (0,37,68,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 67.55%
  • key color value is 40.78%

CMYK: (0,37,68,41)
C0M37Y68K41 (0%, 37%, 68%, 41%)
(0.00 / 0.37 / 0.68 / 0.41)

CMYK percentages

%0
%37.09
%67.55
%40.78

Codes

Color #975F31 in popluar color models

97 5F 31
RGB 151 95 49
HSL 27° 51.00% 39.22%
HSB/HSV 27° 67.55% 59.22%
CMYK 0.00% 37.09% 67.55%
40.78%

Color #975F31 in popluar number systems.

HEX 97 5F 31
Decimal 151 95 49
Binary 10010111 1011111 110001
Octal 227 137 61

Shades and tints

Shades of #975F31

#975F31
(151,95,49)
#8A572D
(138,87,45)
#7D4F29
(125,79,41)
#704725
(112,71,37)
#633F21
(99,63,33)
#56371D
(86,55,29)
#492F19
(73,47,25)
#3C2715
(60,39,21)
#2F1F11
(47,31,17)
#22170D
(34,23,13)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #975F31

#975F31
(151,95,49)
#A06D43
(160,109,67)
#A97B55
(169,123,85)
#B28967
(178,137,103)
#BB9779
(187,151,121)
#C4A58B
(196,165,139)
#CDB39D
(205,179,157)
#D6C1AF
(214,193,175)
#DFCFC1
(223,207,193)
#E8DDD3
(232,221,211)
#F1EBE5
(241,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975F31 color. Also use rgb(151,95,49) instead hex code.

Text Font Color

.myTextColor { color: #975F31; }

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

This text font color is #975F31.

Background Color

.myBgColor { background-color: #975F31; }

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

This div background color is #975F31.

Border color

.myBorderColor { border: 1px solid #975F31; }

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

This div border color is #975F31.

Opacity

.myOpacity80 { color: #975F31; opacity: 0.8; }

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

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

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

This text has shadow with #975F31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975F31.

Preview

Color preview on black background

This text has color #975F31 on black background.


Color preview on white background

This text has color #975F31 on white background.


Black color preview on #975F31 background

This text has black color on #975F31 background.


White color preview on #975F31 background

This text has white color on #975F31 background.


Related colors

Complementary color

Complementary color for #hex is #68A0CE.


I love getcolorcode.com

Triadic colors

1 #31975F and #5F3197 with #975F31 are triadic colors.

2 #315F97 and #5F9731 with #975F31 are triadic colors.