COLOR #9E4C4A

HEX: #9E4C4A RGB: (158,76,74)

Color info

#9E4C4A contains mainly red color. Web safe color of #9E4C4A is #993333 (or #933).

RGB color model

#9E4C4A color RGB value is (158,76,74).

RGB: (158,76,74) (62%, 30%, 29%)

RGB channels and saturation

R 158 of 255 = 62%
G 76 of 255 = 30%
B 74 of 255 = 29%

158
76
74

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

Portions of RGB colors in percentages

R + G + B = 158 + 76 + 74 = 308 (100%)
R 158 of 308 ~ 51.3%
G 76 of 308 ~ 24.68%
B 74 of 308 ~ 24.03'%

%51.3
%24.68
%24.03

CMYK color model

#9E4C4A color CMYK value is (0,52,53,38).

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

CMYK: (0,52,53,38)
C0M52Y53K38 (0%, 52%, 53%, 38%)
(0.00 / 0.52 / 0.53 / 0.38)

CMYK percentages

%0
%51.9
%53.16
%38.04

Codes

Color #9E4C4A in popluar color models

9E 4C 4A
RGB 158 76 74
HSL 36.21% 45.49%
HSB/HSV 53.16% 61.96%
CMYK 0.00% 51.90% 53.16%
38.04%

Color #9E4C4A in popluar number systems.

HEX 9E 4C 4A
Decimal 158 76 74
Binary 10011110 1001100 1001010
Octal 236 114 112

Shades and tints

Shades of #9E4C4A

#9E4C4A
(158,76,74)
#904644
(144,70,68)
#82403E
(130,64,62)
#743A38
(116,58,56)
#663432
(102,52,50)
#582E2C
(88,46,44)
#4A2826
(74,40,38)
#3C2220
(60,34,32)
#2E1C1A
(46,28,26)
#201614
(32,22,20)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #9E4C4A

#9E4C4A
(158,76,74)
#A65C5A
(166,92,90)
#AE6C6A
(174,108,106)
#B67C7A
(182,124,122)
#BE8C8A
(190,140,138)
#C69C9A
(198,156,154)
#CEACAA
(206,172,170)
#D6BCBA
(214,188,186)
#DECCCA
(222,204,202)
#E6DCDA
(230,220,218)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4C4A; }

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

This text font color is #9E4C4A.

Background Color

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

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

This div background color is #9E4C4A.

Border color

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

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

This div border color is #9E4C4A.

Opacity

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

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

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

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

This text has shadow with #9E4C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E4C4A.

Preview

Color preview on black background

This text has color #9E4C4A on black background.


Color preview on white background

This text has color #9E4C4A on white background.


Black color preview on #9E4C4A background

This text has black color on #9E4C4A background.


White color preview on #9E4C4A background

This text has white color on #9E4C4A background.


Related colors

Complementary color

Complementary color for #hex is #61B3B5.


I love getcolorcode.com

Triadic colors

1 #4A9E4C and #4C4A9E with #9E4C4A are triadic colors.

2 #4A4C9E and #4C9E4A with #9E4C4A are triadic colors.