COLOR #9A5757

HEX: #9A5757
RGB: (154,87,87)

Color info

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

RGB color model

#9A5757 color RGB value is (154,87,87).

  • red value is 154;
  • green value is 87;
  • blue value is 87.
RGB:
(154,87,87)
(60%,34%,34%)

RGB channels and saturation

R 154 of 255 = 60%
G 87 of 255 = 34%
B 87 of 255 = 34%

154
87
87

R + G + B ~ 43%. #9A5757 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 87 + 87 = 328 (100%)
R 154 of 328 ~ 46.95%
G 87 of 328 ~ 26.52%
B 87 of 328 ~ 26.52%

%46.95
%26.52
%26.52

CMYK color model

#9A5757 color CMYK value is (0,44,44,40).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 43.51%
  • key color value is 39.61%
CMYK:
(0,44,44,40)
C0M44Y44K40 
(0%,44%,44%,40%)
(0.00/0.44/0.44/0.40)	

CMYK percentages

%0
%43.51
%43.51
%39.61

Codes

Color #9A5757 in popluar color models

9A5757
RGB1548787
HSL27.80%47.25%
HSB/HSV43.51%60.39%
CMYK0.00%43.51%43.51%
39.61%

Color #9A5757 in popluar number systems.

HEX9A5757
Decimal1548787
Binary1001101010101111010111
Octal232127127

Shades and tints

Shades of #9A5757

#9A5757
(154,87,87)
#8C5050
(140,80,80)
#7E4949
(126,73,73)
#704242
(112,66,66)
#623B3B
(98,59,59)
#543434
(84,52,52)
#462D2D
(70,45,45)
#382626
(56,38,38)
#2A1F1F
(42,31,31)
#1C1818
(28,24,24)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #9A5757

#9A5757
(154,87,87)
#A36666
(163,102,102)
#AC7575
(172,117,117)
#B58484
(181,132,132)
#BE9393
(190,147,147)
#C7A2A2
(199,162,162)
#D0B1B1
(208,177,177)
#D9C0C0
(217,192,192)
#E2CFCF
(226,207,207)
#EBDEDE
(235,222,222)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5757 color. Also use rgb(154,87,87) instead hex code.

Text Font Color

.myTextColor { color: #9A5757; }

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

This text font color is #9A5757.


Background Color

.myBgColor { background-color: #9A5757; }

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

This div background color is #9A5757.


Border color

.myBorderColor { border: 1px solid #9A5757; }

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

This div border color is #9A5757.


Opacity

.myOpacity80 { color: #9A5757; opacity: 0.8; }

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

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

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

This text has shadow with #9A5757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5757 on black background.


Color preview on white background

This text has color #9A5757 on white background.



Black color preview on #9A5757 background

This text has black color on #9A5757 background.


White color preview on #9A5757 background

This text has white color on #9A5757 background.