COLOR #975753

HEX: #975753
RGB: (151,87,83)

Color info

#975753 contains mainly red color. Web safe color of #975753 is #996666 (or #966).

RGB color model

#975753 color RGB value is (151,87,83).

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

RGB channels and saturation

R 151 of 255 = 59%
G 87 of 255 = 34%
B 83 of 255 = 33%

151
87
83

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

Portions of RGB colors in percentages

R + G + B =
151 + 87 + 83 = 321 (100%)
R 151 of 321 ~ 47.04%
G 87 of 321 ~ 27.1%
B 83 of 321 ~ 25.86%

%47.04
%27.1
%25.86

CMYK color model

#975753 color CMYK value is (0,42,45,41).

  • cyan value is 0.00%
  • magenta value is 42.38%
  • yellow value is 45.03%
  • key color value is 40.78%
CMYK:
(0,42,45,41)
C0M42Y45K41 
(0%,42%,45%,41%)
(0.00/0.42/0.45/0.41)	

CMYK percentages

%0
%42.38
%45.03
%40.78

Codes

Color #975753 in popluar color models

975753
RGB1518783
HSL29.06%45.88%
HSB/HSV45.03%59.22%
CMYK0.00%42.38%45.03%
40.78%

Color #975753 in popluar number systems.

HEX975753
Decimal1518783
Binary1001011110101111010011
Octal227127123

Shades and tints

Shades of #975753

#975753
(151,87,83)
#8A504C
(138,80,76)
#7D4945
(125,73,69)
#70423E
(112,66,62)
#633B37
(99,59,55)
#563430
(86,52,48)
#492D29
(73,45,41)
#3C2622
(60,38,34)
#2F1F1B
(47,31,27)
#221814
(34,24,20)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #975753

#975753
(151,87,83)
#A06662
(160,102,98)
#A97571
(169,117,113)
#B28480
(178,132,128)
#BB938F
(187,147,143)
#C4A29E
(196,162,158)
#CDB1AD
(205,177,173)
#D6C0BC
(214,192,188)
#DFCFCB
(223,207,203)
#E8DEDA
(232,222,218)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975753; }

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

This text font color is #975753.


Background Color

.myBgColor { background-color: #975753; }

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

This div background color is #975753.


Border color

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

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

This div border color is #975753.


Opacity

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

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

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

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

This text has shadow with #975753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975753 on black background.


Color preview on white background

This text has color #975753 on white background.



Black color preview on #975753 background

This text has black color on #975753 background.


White color preview on #975753 background

This text has white color on #975753 background.