COLOR #5E513D

HEX: #5E513D
RGB: (94,81,61)

Color info

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

RGB color model

#5E513D color RGB value is (94,81,61).

  • red value is 94;
  • green value is 81;
  • blue value is 61.
RGB:
(94,81,61)
(37%,32%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 81 of 255 = 32%
B 61 of 255 = 24%

94
81
61

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

Portions of RGB colors in percentages

R + G + B =
94 + 81 + 61 = 236 (100%)
R 94 of 236 ~ 39.83%
G 81 of 236 ~ 34.32%
B 61 of 236 ~ 25.85%

%39.83
%34.32
%25.85

CMYK color model

#5E513D color CMYK value is (0,14,35,63).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(0,14,35,63)
C0M14Y35K63 
(0%,14%,35%,63%)
(0.00/0.14/0.35/0.63)	

CMYK percentages

%0
%13.83
%35.11
%63.14

Codes

Color #5E513D in popluar color models

5E513D
RGB948161
HSL36°21.29%30.39%
HSB/HSV36°35.11%36.86%
CMYK0.00%13.83%35.11%
63.14%

Color #5E513D in popluar number systems.

HEX5E513D
Decimal948161
Binary10111101010001111101
Octal13612175

Shades and tints

Shades of #5E513D

#5E513D
(94,81,61)
#564A38
(86,74,56)
#4E4333
(78,67,51)
#463C2E
(70,60,46)
#3E3529
(62,53,41)
#362E24
(54,46,36)
#2E271F
(46,39,31)
#26201A
(38,32,26)
#1E1915
(30,25,21)
#161210
(22,18,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #5E513D

#5E513D
(94,81,61)
#6C604E
(108,96,78)
#7A6F5F
(122,111,95)
#887E70
(136,126,112)
#968D81
(150,141,129)
#A49C92
(164,156,146)
#B2ABA3
(178,171,163)
#C0BAB4
(192,186,180)
#CEC9C5
(206,201,197)
#DCD8D6
(220,216,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E513D color. Also use rgb(94,81,61) instead hex code.

Text Font Color

.myTextColor { color: #5E513D; }

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

This text font color is #5E513D.


Background Color

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

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

This div background color is #5E513D.


Border color

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

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

This div border color is #5E513D.


Opacity

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

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

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

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

This text has shadow with #5E513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E513D on black background.


Color preview on white background

This text has color #5E513D on white background.



Black color preview on #5E513D background

This text has black color on #5E513D background.


White color preview on #5E513D background

This text has white color on #5E513D background.