COLOR #5E5F3F

HEX: #5E5F3F
RGB: (94,95,63)

Color info

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

RGB color model

#5E5F3F color RGB value is (94,95,63).

  • red value is 94;
  • green value is 95;
  • blue value is 63.
RGB:
(94,95,63)
(37%,37%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 95 of 255 = 37%
B 63 of 255 = 25%

94
95
63

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

Portions of RGB colors in percentages

R + G + B =
94 + 95 + 63 = 252 (100%)
R 94 of 252 ~ 37.3%
G 95 of 252 ~ 37.7%
B 63 of 252 ~ 25%

%37.3
%37.7
%25

CMYK color model

#5E5F3F color CMYK value is (1,0,34,63).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 62.75%
CMYK:
(1,0,34,63)
C1M0Y34K63 
(1%,0%,34%,63%)
(0.01/0.00/0.34/0.63)	

CMYK percentages

%1.05
%0
%33.68
%62.75

Codes

Color #5E5F3F in popluar color models

5E5F3F
RGB949563
HSL62°20.25%30.98%
HSB/HSV62°33.68%37.25%
CMYK1.05%0.00%33.68%
62.75%

Color #5E5F3F in popluar number systems.

HEX5E5F3F
Decimal949563
Binary10111101011111111111
Octal13613777

Shades and tints

Shades of #5E5F3F

#5E5F3F
(94,95,63)
#56573A
(86,87,58)
#4E4F35
(78,79,53)
#464730
(70,71,48)
#3E3F2B
(62,63,43)
#363726
(54,55,38)
#2E2F21
(46,47,33)
#26271C
(38,39,28)
#1E1F17
(30,31,23)
#161712
(22,23,18)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #5E5F3F

#5E5F3F
(94,95,63)
#6C6D50
(108,109,80)
#7A7B61
(122,123,97)
#888972
(136,137,114)
#969783
(150,151,131)
#A4A594
(164,165,148)
#B2B3A5
(178,179,165)
#C0C1B6
(192,193,182)
#CECFC7
(206,207,199)
#DCDDD8
(220,221,216)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5F3F color. Also use rgb(94,95,63) instead hex code.

Text Font Color

.myTextColor { color: #5E5F3F; }

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

This text font color is #5E5F3F.


Background Color

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

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

This div background color is #5E5F3F.


Border color

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

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

This div border color is #5E5F3F.


Opacity

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

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

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

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

This text has shadow with #5E5F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5F3F on black background.


Color preview on white background

This text has color #5E5F3F on white background.



Black color preview on #5E5F3F background

This text has black color on #5E5F3F background.


White color preview on #5E5F3F background

This text has white color on #5E5F3F background.