COLOR #5E553A

HEX: #5E553A
RGB: (94,85,58)

Color info

#5E553A contains red, green and blue colors in about the same proportion. Web safe color of #5E553A is #666633 (or #663).

RGB color model

#5E553A color RGB value is (94,85,58).

  • red value is 94;
  • green value is 85;
  • blue value is 58.
RGB:
(94,85,58)
(37%,33%,23%)

RGB channels and saturation

R 94 of 255 = 37%
G 85 of 255 = 33%
B 58 of 255 = 23%

94
85
58

R + G + B ~ 31%. #5E553A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 85 + 58 = 237 (100%)
R 94 of 237 ~ 39.66%
G 85 of 237 ~ 35.86%
B 58 of 237 ~ 24.47%

%39.66
%35.86
%24.47

CMYK color model

#5E553A color CMYK value is (0,10,38,63).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(0,10,38,63)
C0M10Y38K63 
(0%,10%,38%,63%)
(0.00/0.10/0.38/0.63)	

CMYK percentages

%0
%9.57
%38.3
%63.14

Codes

Color #5E553A in popluar color models

5E553A
RGB948558
HSL45°23.68%29.80%
HSB/HSV45°38.30%36.86%
CMYK0.00%9.57%38.30%
63.14%

Color #5E553A in popluar number systems.

HEX5E553A
Decimal948558
Binary10111101010101111010
Octal13612572

Shades and tints

Shades of #5E553A

#5E553A
(94,85,58)
#564E35
(86,78,53)
#4E4730
(78,71,48)
#46402B
(70,64,43)
#3E3926
(62,57,38)
#363221
(54,50,33)
#2E2B1C
(46,43,28)
#262417
(38,36,23)
#1E1D12
(30,29,18)
#16160D
(22,22,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #5E553A

#5E553A
(94,85,58)
#6C644B
(108,100,75)
#7A735C
(122,115,92)
#88826D
(136,130,109)
#96917E
(150,145,126)
#A4A08F
(164,160,143)
#B2AFA0
(178,175,160)
#C0BEB1
(192,190,177)
#CECDC2
(206,205,194)
#DCDCD3
(220,220,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E553A color. Also use rgb(94,85,58) instead hex code.

Text Font Color

.myTextColor { color: #5E553A; }

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

This text font color is #5E553A.


Background Color

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

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

This div background color is #5E553A.


Border color

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

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

This div border color is #5E553A.


Opacity

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

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

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

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

This text has shadow with #5E553A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E553A on black background.


Color preview on white background

This text has color #5E553A on white background.



Black color preview on #5E553A background

This text has black color on #5E553A background.


White color preview on #5E553A background

This text has white color on #5E553A background.