COLOR #9E5052

HEX: #9E5052
RGB: (158,80,82)

Color info

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

RGB color model

#9E5052 color RGB value is (158,80,82).

  • red value is 158;
  • green value is 80;
  • blue value is 82.
RGB:
(158,80,82)
(62%,31%,32%)

RGB channels and saturation

R 158 of 255 = 62%
G 80 of 255 = 31%
B 82 of 255 = 32%

158
80
82

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

Portions of RGB colors in percentages

R + G + B =
158 + 80 + 82 = 320 (100%)
R 158 of 320 ~ 49.38%
G 80 of 320 ~ 25%
B 82 of 320 ~ 25.63%

%49.38
%25
%25.63

CMYK color model

#9E5052 color CMYK value is (0,49,48,38).

  • cyan value is 0.00%
  • magenta value is 49.37%
  • yellow value is 48.10%
  • key color value is 38.04%
CMYK:
(0,49,48,38)
C0M49Y48K38 
(0%,49%,48%,38%)
(0.00/0.49/0.48/0.38)	

CMYK percentages

%0
%49.37
%48.1
%38.04

Codes

Color #9E5052 in popluar color models

9E5052
RGB1588082
HSL358°32.77%46.67%
HSB/HSV358°49.37%61.96%
CMYK0.00%49.37%48.10%
38.04%

Color #9E5052 in popluar number systems.

HEX9E5052
Decimal1588082
Binary1001111010100001010010
Octal236120122

Shades and tints

Shades of #9E5052

#9E5052
(158,80,82)
#90494B
(144,73,75)
#824244
(130,66,68)
#743B3D
(116,59,61)
#663436
(102,52,54)
#582D2F
(88,45,47)
#4A2628
(74,38,40)
#3C1F21
(60,31,33)
#2E181A
(46,24,26)
#201113
(32,17,19)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #9E5052

#9E5052
(158,80,82)
#A65F61
(166,95,97)
#AE6E70
(174,110,112)
#B67D7F
(182,125,127)
#BE8C8E
(190,140,142)
#C69B9D
(198,155,157)
#CEAAAC
(206,170,172)
#D6B9BB
(214,185,187)
#DEC8CA
(222,200,202)
#E6D7D9
(230,215,217)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E5052; }

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

This text font color is #9E5052.


Background Color

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

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

This div background color is #9E5052.


Border color

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

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

This div border color is #9E5052.


Opacity

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

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

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

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

This text has shadow with #9E5052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E5052 on black background.


Color preview on white background

This text has color #9E5052 on white background.



Black color preview on #9E5052 background

This text has black color on #9E5052 background.


White color preview on #9E5052 background

This text has white color on #9E5052 background.