COLOR #9E524C

HEX: #9E524C RGB: (158,82,76)

Color info

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

RGB color model

#9E524C color RGB value is (158,82,76).

RGB: (158,82,76) (62%, 32%, 30%)

RGB channels and saturation

R 158 of 255 = 62%
G 82 of 255 = 32%
B 76 of 255 = 30%

158
82
76

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

Portions of RGB colors in percentages

R + G + B = 158 + 82 + 76 = 316 (100%)
R 158 of 316 ~ 50%
G 82 of 316 ~ 25.95%
B 76 of 316 ~ 24.05'%

%50
%25.95
%24.05

CMYK color model

#9E524C color CMYK value is (0,48,52,38).

  • cyan value is 0.00%
  • magenta value is 48.10%
  • yellow value is 51.90%
  • key color value is 38.04%

CMYK: (0,48,52,38)
C0M48Y52K38 (0%, 48%, 52%, 38%)
(0.00 / 0.48 / 0.52 / 0.38)

CMYK percentages

%0
%48.1
%51.9
%38.04

Codes

Color #9E524C in popluar color models

9E 52 4C
RGB 158 82 76
HSL 35.04% 45.88%
HSB/HSV 51.90% 61.96%
CMYK 0.00% 48.10% 51.90%
38.04%

Color #9E524C in popluar number systems.

HEX 9E 52 4C
Decimal 158 82 76
Binary 10011110 1010010 1001100
Octal 236 122 114

Shades and tints

Shades of #9E524C

#9E524C
(158,82,76)
#904B46
(144,75,70)
#824440
(130,68,64)
#743D3A
(116,61,58)
#663634
(102,54,52)
#582F2E
(88,47,46)
#4A2828
(74,40,40)
#3C2122
(60,33,34)
#2E1A1C
(46,26,28)
#201316
(32,19,22)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #9E524C

#9E524C
(158,82,76)
#A6615C
(166,97,92)
#AE706C
(174,112,108)
#B67F7C
(182,127,124)
#BE8E8C
(190,142,140)
#C69D9C
(198,157,156)
#CEACAC
(206,172,172)
#D6BBBC
(214,187,188)
#DECACC
(222,202,204)
#E6D9DC
(230,217,220)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E524C color. Also use rgb(158,82,76) instead hex code.

Text Font Color

.myTextColor { color: #9E524C; }

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

This text font color is #9E524C.

Background Color

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

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

This div background color is #9E524C.

Border color

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

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

This div border color is #9E524C.

Opacity

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

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

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

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

This text has shadow with #9E524C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E524C.

Preview

Color preview on black background

This text has color #9E524C on black background.


Color preview on white background

This text has color #9E524C on white background.


Black color preview on #9E524C background

This text has black color on #9E524C background.


White color preview on #9E524C background

This text has white color on #9E524C background.


Related colors

Complementary color

Complementary color for #hex is #61ADB3.


I love getcolorcode.com

Triadic colors

1 #4C9E52 and #524C9E with #9E524C are triadic colors.

2 #4C529E and #529E4C with #9E524C are triadic colors.