COLOR #975331

HEX: #975331
RGB: (151,83,49)

Color info

#975331 contains mainly red color. Web safe color of #975331 is #996633 (or #963).

RGB color model

#975331 color RGB value is (151,83,49).

  • red value is 151;
  • green value is 83;
  • blue value is 49.
RGB:
(151,83,49)
(59%,33%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 83 of 255 = 33%
B 49 of 255 = 19%

151
83
49

R + G + B ~ 37%. #975331 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 83 + 49 = 283 (100%)
R 151 of 283 ~ 53.36%
G 83 of 283 ~ 29.33%
B 49 of 283 ~ 17.31%

%53.36
%29.33
%17.31

CMYK color model

#975331 color CMYK value is (0,45,68,41).

  • cyan value is 0.00%
  • magenta value is 45.03%
  • yellow value is 67.55%
  • key color value is 40.78%
CMYK:
(0,45,68,41)
C0M45Y68K41 
(0%,45%,68%,41%)
(0.00/0.45/0.68/0.41)	

CMYK percentages

%0
%45.03
%67.55
%40.78

Codes

Color #975331 in popluar color models

975331
RGB1518349
HSL20°51.00%39.22%
HSB/HSV20°67.55%59.22%
CMYK0.00%45.03%67.55%
40.78%

Color #975331 in popluar number systems.

HEX975331
Decimal1518349
Binary100101111010011110001
Octal22712361

Shades and tints

Shades of #975331

#975331
(151,83,49)
#8A4C2D
(138,76,45)
#7D4529
(125,69,41)
#703E25
(112,62,37)
#633721
(99,55,33)
#56301D
(86,48,29)
#492919
(73,41,25)
#3C2215
(60,34,21)
#2F1B11
(47,27,17)
#22140D
(34,20,13)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #975331

#975331
(151,83,49)
#A06243
(160,98,67)
#A97155
(169,113,85)
#B28067
(178,128,103)
#BB8F79
(187,143,121)
#C49E8B
(196,158,139)
#CDAD9D
(205,173,157)
#D6BCAF
(214,188,175)
#DFCBC1
(223,203,193)
#E8DAD3
(232,218,211)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975331; }

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

This text font color is #975331.


Background Color

.myBgColor { background-color: #975331; }

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

This div background color is #975331.


Border color

.myBorderColor { border: 1px solid #975331; }

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

This div border color is #975331.


Opacity

.myOpacity80 { color: #975331; opacity: 0.8; }

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

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

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

This text has shadow with #975331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975331 on black background.


Color preview on white background

This text has color #975331 on white background.



Black color preview on #975331 background

This text has black color on #975331 background.


White color preview on #975331 background

This text has white color on #975331 background.