COLOR #5E663A

HEX: #5E663A
RGB: (94,102,58)

Color info

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

RGB color model

#5E663A color RGB value is (94,102,58).

  • red value is 94;
  • green value is 102;
  • blue value is 58.
RGB:
(94,102,58)
(37%,40%,23%)

RGB channels and saturation

R 94 of 255 = 37%
G 102 of 255 = 40%
B 58 of 255 = 23%

94
102
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 102 + 58 = 254 (100%)
R 94 of 254 ~ 37.01%
G 102 of 254 ~ 40.16%
B 58 of 254 ~ 22.83%

%37.01
%40.16
%22.83

CMYK color model

#5E663A color CMYK value is (8,0,43,60).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 43.14%
  • key color value is 60.00%
CMYK:
(8,0,43,60)
C8M0Y43K60 
(8%,0%,43%,60%)
(0.08/0.00/0.43/0.60)	

CMYK percentages

%7.84
%0
%43.14
%60

Codes

Color #5E663A in popluar color models

5E663A
RGB9410258
HSL71°27.50%31.37%
HSB/HSV71°43.14%40.00%
CMYK7.84%0.00%43.14%
60.00%

Color #5E663A in popluar number systems.

HEX5E663A
Decimal9410258
Binary10111101100110111010
Octal13614672

Shades and tints

Shades of #5E663A

#5E663A
(94,102,58)
#565D35
(86,93,53)
#4E5430
(78,84,48)
#464B2B
(70,75,43)
#3E4226
(62,66,38)
#363921
(54,57,33)
#2E301C
(46,48,28)
#262717
(38,39,23)
#1E1E12
(30,30,18)
#16150D
(22,21,13)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #5E663A

#5E663A
(94,102,58)
#6C734B
(108,115,75)
#7A805C
(122,128,92)
#888D6D
(136,141,109)
#969A7E
(150,154,126)
#A4A78F
(164,167,143)
#B2B4A0
(178,180,160)
#C0C1B1
(192,193,177)
#CECEC2
(206,206,194)
#DCDBD3
(220,219,211)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E663A color. Also use rgb(94,102,58) instead hex code.

Text Font Color

.myTextColor { color: #5E663A; }

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

This text font color is #5E663A.


Background Color

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

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

This div background color is #5E663A.


Border color

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

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

This div border color is #5E663A.


Opacity

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

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

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

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

This text has shadow with #5E663A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E663A on black background.


Color preview on white background

This text has color #5E663A on white background.



Black color preview on #5E663A background

This text has black color on #5E663A background.


White color preview on #5E663A background

This text has white color on #5E663A background.