COLOR #5E6437

HEX: #5E6437
RGB: (94,100,55)

Color info

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

RGB color model

#5E6437 color RGB value is (94,100,55).

  • red value is 94;
  • green value is 100;
  • blue value is 55.
RGB:
(94,100,55)
(37%,39%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 100 of 255 = 39%
B 55 of 255 = 22%

94
100
55

R + G + B ~ 33%. #5E6437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 100 + 55 = 249 (100%)
R 94 of 249 ~ 37.75%
G 100 of 249 ~ 40.16%
B 55 of 249 ~ 22.09%

%37.75
%40.16
%22.09

CMYK color model

#5E6437 color CMYK value is (6,0,45,61).

  • cyan value is 6.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 60.78%
CMYK:
(6,0,45,61)
C6M0Y45K61 
(6%,0%,45%,61%)
(0.06/0.00/0.45/0.61)	

CMYK percentages

%6
%0
%45
%60.78

Codes

Color #5E6437 in popluar color models

5E6437
RGB9410055
HSL68°29.03%30.39%
HSB/HSV68°45.00%39.22%
CMYK6.00%0.00%45.00%
60.78%

Color #5E6437 in popluar number systems.

HEX5E6437
Decimal9410055
Binary10111101100100110111
Octal13614467

Shades and tints

Shades of #5E6437

#5E6437
(94,100,55)
#565B32
(86,91,50)
#4E522D
(78,82,45)
#464928
(70,73,40)
#3E4023
(62,64,35)
#36371E
(54,55,30)
#2E2E19
(46,46,25)
#262514
(38,37,20)
#1E1C0F
(30,28,15)
#16130A
(22,19,10)
#0E0A05
(14,10,5)
#000000
(0,0,0)

Tints of #5E6437

#5E6437
(94,100,55)
#6C7249
(108,114,73)
#7A805B
(122,128,91)
#888E6D
(136,142,109)
#969C7F
(150,156,127)
#A4AA91
(164,170,145)
#B2B8A3
(178,184,163)
#C0C6B5
(192,198,181)
#CED4C7
(206,212,199)
#DCE2D9
(220,226,217)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6437 color. Also use rgb(94,100,55) instead hex code.

Text Font Color

.myTextColor { color: #5E6437; }

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

This text font color is #5E6437.


Background Color

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

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

This div background color is #5E6437.


Border color

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

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

This div border color is #5E6437.


Opacity

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

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

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

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

This text has shadow with #5E6437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6437 on black background.


Color preview on white background

This text has color #5E6437 on white background.



Black color preview on #5E6437 background

This text has black color on #5E6437 background.


White color preview on #5E6437 background

This text has white color on #5E6437 background.