COLOR #5E5329

HEX: #5E5329
RGB: (94,83,41)

Color info

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

RGB color model

#5E5329 color RGB value is (94,83,41).

  • red value is 94;
  • green value is 83;
  • blue value is 41.
RGB:
(94,83,41)
(37%,33%,16%)

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 41 of 255 = 16%

94
83
41

R + G + B ~ 29%. #5E5329 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 83 + 41 = 218 (100%)
R 94 of 218 ~ 43.12%
G 83 of 218 ~ 38.07%
B 41 of 218 ~ 18.81%

%43.12
%38.07
%18.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 56.38%
  • key color value is 63.14%
CMYK:
(0,12,56,63)
C0M12Y56K63 
(0%,12%,56%,63%)
(0.00/0.12/0.56/0.63)	

CMYK percentages

%0
%11.7
%56.38
%63.14

Codes

Color #5E5329 in popluar color models

5E5329
RGB948341
HSL48°39.26%26.47%
HSB/HSV48°56.38%36.86%
CMYK0.00%11.70%56.38%
63.14%

Color #5E5329 in popluar number systems.

HEX5E5329
Decimal948341
Binary10111101010011101001
Octal13612351

Shades and tints

Shades of #5E5329

#5E5329
(94,83,41)
#564C26
(86,76,38)
#4E4523
(78,69,35)
#463E20
(70,62,32)
#3E371D
(62,55,29)
#36301A
(54,48,26)
#2E2917
(46,41,23)
#262214
(38,34,20)
#1E1B11
(30,27,17)
#16140E
(22,20,14)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E5329

#5E5329
(94,83,41)
#6C623C
(108,98,60)
#7A714F
(122,113,79)
#888062
(136,128,98)
#968F75
(150,143,117)
#A49E88
(164,158,136)
#B2AD9B
(178,173,155)
#C0BCAE
(192,188,174)
#CECBC1
(206,203,193)
#DCDAD4
(220,218,212)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5329; }

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

This text font color is #5E5329.


Background Color

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

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

This div background color is #5E5329.


Border color

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

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

This div border color is #5E5329.


Opacity

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

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

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

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

This text has shadow with #5E5329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5329 on black background.


Color preview on white background

This text has color #5E5329 on white background.



Black color preview on #5E5329 background

This text has black color on #5E5329 background.


White color preview on #5E5329 background

This text has white color on #5E5329 background.