COLOR #957373

HEX: #957373 RGB: (149,115,115)

Color info

#957373 contains red, green and blue colors in about the same proportion. Web safe color of #957373 is #996666 (or #966).

RGB color model

#957373 color RGB value is (149,115,115).

RGB: (149,115,115) (58%, 45%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 115 of 255 = 45%

149
115
115

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

Portions of RGB colors in percentages

R + G + B = 149 + 115 + 115 = 379 (100%)
R 149 of 379 ~ 39.31%
G 115 of 379 ~ 30.34%
B 115 of 379 ~ 30.34'%

%39.31
%30.34
%30.34

CMYK color model

#957373 color CMYK value is (0,23,23,42).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 22.82%
  • key color value is 41.57%

CMYK: (0,23,23,42)
C0M23Y23K42 (0%, 23%, 23%, 42%)
(0.00 / 0.23 / 0.23 / 0.42)

CMYK percentages

%0
%22.82
%22.82
%41.57

Codes

Color #957373 in popluar color models

95 73 73
RGB 149 115 115
HSL 13.82% 51.76%
HSB/HSV 22.82% 58.43%
CMYK 0.00% 22.82% 22.82%
41.57%

Color #957373 in popluar number systems.

HEX 95 73 73
Decimal 149 115 115
Binary 10010101 1110011 1110011
Octal 225 163 163

Shades and tints

Shades of #957373

#957373
(149,115,115)
#886969
(136,105,105)
#7B5F5F
(123,95,95)
#6E5555
(110,85,85)
#614B4B
(97,75,75)
#544141
(84,65,65)
#473737
(71,55,55)
#3A2D2D
(58,45,45)
#2D2323
(45,35,35)
#201919
(32,25,25)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #957373

#957373
(149,115,115)
#9E7F7F
(158,127,127)
#A78B8B
(167,139,139)
#B09797
(176,151,151)
#B9A3A3
(185,163,163)
#C2AFAF
(194,175,175)
#CBBBBB
(203,187,187)
#D4C7C7
(212,199,199)
#DDD3D3
(221,211,211)
#E6DFDF
(230,223,223)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957373 color. Also use rgb(149,115,115) instead hex code.

Text Font Color

.myTextColor { color: #957373; }

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

This text font color is #957373.

Background Color

.myBgColor { background-color: #957373; }

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

This div background color is #957373.

Border color

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

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

This div border color is #957373.

Opacity

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

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

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

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

This text has shadow with #957373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957373.

Preview

Color preview on black background

This text has color #957373 on black background.


Color preview on white background

This text has color #957373 on white background.


Black color preview on #957373 background

This text has black color on #957373 background.


White color preview on #957373 background

This text has white color on #957373 background.


Related colors

Complementary color

Complementary color for #hex is #6A8C8C.


I love getcolorcode.com