COLOR #5E623F

HEX: #5E623F
RGB: (94,98,63)

Color info

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

RGB color model

#5E623F color RGB value is (94,98,63).

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

RGB channels and saturation

R 94 of 255 = 37%
G 98 of 255 = 38%
B 63 of 255 = 25%

94
98
63

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

Portions of RGB colors in percentages

R + G + B =
94 + 98 + 63 = 255 (100%)
R 94 of 255 ~ 36.86%
G 98 of 255 ~ 38.43%
B 63 of 255 ~ 24.71%

%36.86
%38.43
%24.71

CMYK color model

#5E623F color CMYK value is (4,0,36,62).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 61.57%
CMYK:
(4,0,36,62)
C4M0Y36K62 
(4%,0%,36%,62%)
(0.04/0.00/0.36/0.62)	

CMYK percentages

%4.08
%0
%35.71
%61.57

Codes

Color #5E623F in popluar color models

5E623F
RGB949863
HSL67°21.74%31.57%
HSB/HSV67°35.71%38.43%
CMYK4.08%0.00%35.71%
61.57%

Color #5E623F in popluar number systems.

HEX5E623F
Decimal949863
Binary10111101100010111111
Octal13614277

Shades and tints

Shades of #5E623F

#5E623F
(94,98,63)
#565A3A
(86,90,58)
#4E5235
(78,82,53)
#464A30
(70,74,48)
#3E422B
(62,66,43)
#363A26
(54,58,38)
#2E3221
(46,50,33)
#262A1C
(38,42,28)
#1E2217
(30,34,23)
#161A12
(22,26,18)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #5E623F

#5E623F
(94,98,63)
#6C7050
(108,112,80)
#7A7E61
(122,126,97)
#888C72
(136,140,114)
#969A83
(150,154,131)
#A4A894
(164,168,148)
#B2B6A5
(178,182,165)
#C0C4B6
(192,196,182)
#CED2C7
(206,210,199)
#DCE0D8
(220,224,216)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E623F; }

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

This text font color is #5E623F.


Background Color

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

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

This div background color is #5E623F.


Border color

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

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

This div border color is #5E623F.


Opacity

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

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

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

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

This text has shadow with #5E623F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E623F on black background.


Color preview on white background

This text has color #5E623F on white background.



Black color preview on #5E623F background

This text has black color on #5E623F background.


White color preview on #5E623F background

This text has white color on #5E623F background.