COLOR #5E2329

HEX: #5E2329 RGB: (94,35,41)

Color info

#5E2329 contains red, green and blue colors in about the same proportion. Web safe color of #5E2329 is #663333 (or #633).

RGB color model

#5E2329 color RGB value is (94,35,41).

RGB: (94,35,41) (37%, 14%, 16%)

RGB channels and saturation

R 94 of 255 = 37%
G 35 of 255 = 14%
B 41 of 255 = 16%

94
35
41

R + G + B ~ 22%. #5E2329 is dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 35 + 41 = 170 (100%)
R 94 of 170 ~ 55.29%
G 35 of 170 ~ 20.59%
B 41 of 170 ~ 24.12'%

%55.29
%20.59
%24.12

CMYK color model

#5E2329 color CMYK value is (0,63,56,63).

  • cyan value is 0.00%
  • magenta value is 62.77%
  • yellow value is 56.38%
  • key color value is 63.14%

CMYK: (0,63,56,63)
C0M63Y56K63 (0%, 63%, 56%, 63%)
(0.00 / 0.63 / 0.56 / 0.63)

CMYK percentages

%0
%62.77
%56.38
%63.14

Codes

Color #5E2329 in popluar color models

5E 23 29
RGB 94 35 41
HSL 354° 45.74% 25.29%
HSB/HSV 354° 62.77% 36.86%
CMYK 0.00% 62.77% 56.38%
63.14%

Color #5E2329 in popluar number systems.

HEX 5E 23 29
Decimal 94 35 41
Binary 1011110 100011 101001
Octal 136 43 51

Shades and tints

Shades of #5E2329

#5E2329
(94,35,41)
#562026
(86,32,38)
#4E1D23
(78,29,35)
#461A20
(70,26,32)
#3E171D
(62,23,29)
#36141A
(54,20,26)
#2E1117
(46,17,23)
#260E14
(38,14,20)
#1E0B11
(30,11,17)
#16080E
(22,8,14)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #5E2329

#5E2329
(94,35,41)
#6C373C
(108,55,60)
#7A4B4F
(122,75,79)
#885F62
(136,95,98)
#967375
(150,115,117)
#A48788
(164,135,136)
#B29B9B
(178,155,155)
#C0AFAE
(192,175,174)
#CEC3C1
(206,195,193)
#DCD7D4
(220,215,212)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2329 color. Also use rgb(94,35,41) instead hex code.

Text Font Color

.myTextColor { color: #5E2329; }

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

This text font color is #5E2329.

Background Color

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

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

This div background color is #5E2329.

Border color

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

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

This div border color is #5E2329.

Opacity

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

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

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

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

This text has shadow with #5E2329 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E2329.

Preview

Color preview on black background

This text has color #5E2329 on black background.


Color preview on white background

This text has color #5E2329 on white background.


Black color preview on #5E2329 background

This text has black color on #5E2329 background.


White color preview on #5E2329 background

This text has white color on #5E2329 background.


Related colors

Complementary color

Complementary color for #hex is #A1DCD6.


I love getcolorcode.com

Triadic colors

1 #295E23 and #23295E with #5E2329 are triadic colors.

2 #29235E and #235E29 with #5E2329 are triadic colors.