COLOR #975E4F

HEX: #975E4F RGB: (151,94,79)

Color info

#975E4F contains mainly red and green colors. Web safe color of #975E4F is #996666 (or #966).

RGB color model

#975E4F color RGB value is (151,94,79).

RGB: (151,94,79) (59%, 37%, 31%)

RGB channels and saturation

R 151 of 255 = 59%
G 94 of 255 = 37%
B 79 of 255 = 31%

151
94
79

R + G + B ~ 42%. #975E4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 94 + 79 = 324 (100%)
R 151 of 324 ~ 46.6%
G 94 of 324 ~ 29.01%
B 79 of 324 ~ 24.38'%

%46.6
%29.01
%24.38

CMYK color model

#975E4F color CMYK value is (0,38,48,41).

  • cyan value is 0.00%
  • magenta value is 37.75%
  • yellow value is 47.68%
  • key color value is 40.78%

CMYK: (0,38,48,41)
C0M38Y48K41 (0%, 38%, 48%, 41%)
(0.00 / 0.38 / 0.48 / 0.41)

CMYK percentages

%0
%37.75
%47.68
%40.78

Codes

Color #975E4F in popluar color models

97 5E 4F
RGB 151 94 79
HSL 13° 31.30% 45.10%
HSB/HSV 13° 47.68% 59.22%
CMYK 0.00% 37.75% 47.68%
40.78%

Color #975E4F in popluar number systems.

HEX 97 5E 4F
Decimal 151 94 79
Binary 10010111 1011110 1001111
Octal 227 136 117

Shades and tints

Shades of #975E4F

#975E4F
(151,94,79)
#8A5648
(138,86,72)
#7D4E41
(125,78,65)
#70463A
(112,70,58)
#633E33
(99,62,51)
#56362C
(86,54,44)
#492E25
(73,46,37)
#3C261E
(60,38,30)
#2F1E17
(47,30,23)
#221610
(34,22,16)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #975E4F

#975E4F
(151,94,79)
#A06C5F
(160,108,95)
#A97A6F
(169,122,111)
#B2887F
(178,136,127)
#BB968F
(187,150,143)
#C4A49F
(196,164,159)
#CDB2AF
(205,178,175)
#D6C0BF
(214,192,191)
#DFCECF
(223,206,207)
#E8DCDF
(232,220,223)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975E4F color. Also use rgb(151,94,79) instead hex code.

Text Font Color

.myTextColor { color: #975E4F; }

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

This text font color is #975E4F.

Background Color

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

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

This div background color is #975E4F.

Border color

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

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

This div border color is #975E4F.

Opacity

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

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

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

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

This text has shadow with #975E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975E4F.

Preview

Color preview on black background

This text has color #975E4F on black background.


Color preview on white background

This text has color #975E4F on white background.


Black color preview on #975E4F background

This text has black color on #975E4F background.


White color preview on #975E4F background

This text has white color on #975E4F background.


Related colors

Complementary color

Complementary color for #hex is #68A1B0.


I love getcolorcode.com

Triadic colors

1 #4F975E and #5E4F97 with #975E4F are triadic colors.

2 #4F5E97 and #5E974F with #975E4F are triadic colors.