COLOR #975D3D

HEX: #975D3D
RGB: (151,93,61)

Color info

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

RGB color model

#975D3D color RGB value is (151,93,61).

  • red value is 151;
  • green value is 93;
  • blue value is 61.
RGB:
(151,93,61)
(59%,36%,24%)

RGB channels and saturation

R 151 of 255 = 59%
G 93 of 255 = 36%
B 61 of 255 = 24%

151
93
61

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

Portions of RGB colors in percentages

R + G + B =
151 + 93 + 61 = 305 (100%)
R 151 of 305 ~ 49.51%
G 93 of 305 ~ 30.49%
B 61 of 305 ~ 20%

%49.51
%30.49
%20

CMYK color model

#975D3D color CMYK value is (0,38,60,41).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 59.60%
  • key color value is 40.78%
CMYK:
(0,38,60,41)
C0M38Y60K41 
(0%,38%,60%,41%)
(0.00/0.38/0.60/0.41)	

CMYK percentages

%0
%38.41
%59.6
%40.78

Codes

Color #975D3D in popluar color models

975D3D
RGB1519361
HSL21°42.45%41.57%
HSB/HSV21°59.60%59.22%
CMYK0.00%38.41%59.60%
40.78%

Color #975D3D in popluar number systems.

HEX975D3D
Decimal1519361
Binary100101111011101111101
Octal22713575

Shades and tints

Shades of #975D3D

#975D3D
(151,93,61)
#8A5538
(138,85,56)
#7D4D33
(125,77,51)
#70452E
(112,69,46)
#633D29
(99,61,41)
#563524
(86,53,36)
#492D1F
(73,45,31)
#3C251A
(60,37,26)
#2F1D15
(47,29,21)
#221510
(34,21,16)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #975D3D

#975D3D
(151,93,61)
#A06B4E
(160,107,78)
#A9795F
(169,121,95)
#B28770
(178,135,112)
#BB9581
(187,149,129)
#C4A392
(196,163,146)
#CDB1A3
(205,177,163)
#D6BFB4
(214,191,180)
#DFCDC5
(223,205,197)
#E8DBD6
(232,219,214)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975D3D color. Also use rgb(151,93,61) instead hex code.

Text Font Color

.myTextColor { color: #975D3D; }

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

This text font color is #975D3D.


Background Color

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

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

This div background color is #975D3D.


Border color

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

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

This div border color is #975D3D.


Opacity

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

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

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

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

This text has shadow with #975D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975D3D on black background.


Color preview on white background

This text has color #975D3D on white background.



Black color preview on #975D3D background

This text has black color on #975D3D background.


White color preview on #975D3D background

This text has white color on #975D3D background.