COLOR #5E4952

HEX: #5E4952
RGB: (94,73,82)

Color info

#5E4952 contains red, green and blue colors in about the same proportion. Web safe color of #5E4952 is #663366 (or #636).

RGB color model

#5E4952 color RGB value is (94,73,82).

  • red value is 94;
  • green value is 73;
  • blue value is 82.
RGB:
(94,73,82)
(37%,29%,32%)

RGB channels and saturation

R 94 of 255 = 37%
G 73 of 255 = 29%
B 82 of 255 = 32%

94
73
82

R + G + B ~ 33%. #5E4952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 73 + 82 = 249 (100%)
R 94 of 249 ~ 37.75%
G 73 of 249 ~ 29.32%
B 82 of 249 ~ 32.93%

%37.75
%29.32
%32.93

CMYK color model

#5E4952 color CMYK value is (0,22,13,63).

  • cyan value is 0.00%
  • magenta value is 22.34%
  • yellow value is 12.77%
  • key color value is 63.14%
CMYK:
(0,22,13,63)
C0M22Y13K63 
(0%,22%,13%,63%)
(0.00/0.22/0.13/0.63)	

CMYK percentages

%0
%22.34
%12.77
%63.14

Codes

Color #5E4952 in popluar color models

5E4952
RGB947382
HSL334°12.57%32.75%
HSB/HSV334°22.34%36.86%
CMYK0.00%22.34%12.77%
63.14%

Color #5E4952 in popluar number systems.

HEX5E4952
Decimal947382
Binary101111010010011010010
Octal136111122

Shades and tints

Shades of #5E4952

#5E4952
(94,73,82)
#56434B
(86,67,75)
#4E3D44
(78,61,68)
#46373D
(70,55,61)
#3E3136
(62,49,54)
#362B2F
(54,43,47)
#2E2528
(46,37,40)
#261F21
(38,31,33)
#1E191A
(30,25,26)
#161313
(22,19,19)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #5E4952

#5E4952
(94,73,82)
#6C5961
(108,89,97)
#7A6970
(122,105,112)
#88797F
(136,121,127)
#96898E
(150,137,142)
#A4999D
(164,153,157)
#B2A9AC
(178,169,172)
#C0B9BB
(192,185,187)
#CEC9CA
(206,201,202)
#DCD9D9
(220,217,217)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E4952 color. Also use rgb(94,73,82) instead hex code.

Text Font Color

.myTextColor { color: #5E4952; }

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

This text font color is #5E4952.


Background Color

.myBgColor { background-color: #5E4952; }

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

This div background color is #5E4952.


Border color

.myBorderColor { border: 1px solid #5E4952; }

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

This div border color is #5E4952.


Opacity

.myOpacity80 { color: #5E4952; opacity: 0.8; }

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

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

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

This text has shadow with #5E4952 color.

.textShadow {text-shadow: 3px 3px 1px #5E4952, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E4952 on black background.


Color preview on white background

This text has color #5E4952 on white background.



Black color preview on #5E4952 background

This text has black color on #5E4952 background.


White color preview on #5E4952 background

This text has white color on #5E4952 background.