COLOR #5E5738

HEX: #5E5738 RGB: (94,87,56)

Color info

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

RGB color model

#5E5738 color RGB value is (94,87,56).

RGB: (94,87,56) (37%, 34%, 22%)

RGB channels and saturation

R 94 of 255 = 37%
G 87 of 255 = 34%
B 56 of 255 = 22%

94
87
56

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

Portions of RGB colors in percentages

R + G + B = 94 + 87 + 56 = 237 (100%)
R 94 of 237 ~ 39.66%
G 87 of 237 ~ 36.71%
B 56 of 237 ~ 23.63'%

%39.66
%36.71
%23.63

CMYK color model

#5E5738 color CMYK value is (0,7,40,63).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 40.43%
  • key color value is 63.14%

CMYK: (0,7,40,63)
C0M7Y40K63 (0%, 7%, 40%, 63%)
(0.00 / 0.07 / 0.40 / 0.63)

CMYK percentages

%0
%7.45
%40.43
%63.14

Codes

Color #5E5738 in popluar color models

5E 57 38
RGB 94 87 56
HSL 49° 25.33% 29.41%
HSB/HSV 49° 40.43% 36.86%
CMYK 0.00% 7.45% 40.43%
63.14%

Color #5E5738 in popluar number systems.

HEX 5E 57 38
Decimal 94 87 56
Binary 1011110 1010111 111000
Octal 136 127 70

Shades and tints

Shades of #5E5738

#5E5738
(94,87,56)
#565033
(86,80,51)
#4E492E
(78,73,46)
#464229
(70,66,41)
#3E3B24
(62,59,36)
#36341F
(54,52,31)
#2E2D1A
(46,45,26)
#262615
(38,38,21)
#1E1F10
(30,31,16)
#16180B
(22,24,11)
#0E1106
(14,17,6)
#000000
(0,0,0)

Tints of #5E5738

#5E5738
(94,87,56)
#6C664A
(108,102,74)
#7A755C
(122,117,92)
#88846E
(136,132,110)
#969380
(150,147,128)
#A4A292
(164,162,146)
#B2B1A4
(178,177,164)
#C0C0B6
(192,192,182)
#CECFC8
(206,207,200)
#DCDEDA
(220,222,218)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5738 color. Also use rgb(94,87,56) instead hex code.

Text Font Color

.myTextColor { color: #5E5738; }

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

This text font color is #5E5738.

Background Color

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

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

This div background color is #5E5738.

Border color

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

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

This div border color is #5E5738.

Opacity

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

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

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

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

This text has shadow with #5E5738 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5738.

Preview

Color preview on black background

This text has color #5E5738 on black background.


Color preview on white background

This text has color #5E5738 on white background.


Black color preview on #5E5738 background

This text has black color on #5E5738 background.


White color preview on #5E5738 background

This text has white color on #5E5738 background.


Related colors

Complementary color

Complementary color for #hex is #A1A8C7.


I love getcolorcode.com

Triadic colors

1 #385E57 and #57385E with #5E5738 are triadic colors.

2 #38575E and #575E38 with #5E5738 are triadic colors.