COLOR #5E624C

HEX: #5E624C
RGB: (94,98,76)

Color info

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

RGB color model

#5E624C color RGB value is (94,98,76).

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

RGB channels and saturation

R 94 of 255 = 37%
G 98 of 255 = 38%
B 76 of 255 = 30%

94
98
76

R + G + B ~ 35%. #5E624C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 98 + 76 = 268 (100%)
R 94 of 268 ~ 35.07%
G 98 of 268 ~ 36.57%
B 76 of 268 ~ 28.36%

%35.07
%36.57
%28.36

CMYK color model

#5E624C color CMYK value is (4,0,22,62).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(4,0,22,62)
C4M0Y22K62 
(4%,0%,22%,62%)
(0.04/0.00/0.22/0.62)	

CMYK percentages

%4.08
%0
%22.45
%61.57

Codes

Color #5E624C in popluar color models

5E624C
RGB949876
HSL71°12.64%34.12%
HSB/HSV71°22.45%38.43%
CMYK4.08%0.00%22.45%
61.57%

Color #5E624C in popluar number systems.

HEX5E624C
Decimal949876
Binary101111011000101001100
Octal136142114

Shades and tints

Shades of #5E624C

#5E624C
(94,98,76)
#565A46
(86,90,70)
#4E5240
(78,82,64)
#464A3A
(70,74,58)
#3E4234
(62,66,52)
#363A2E
(54,58,46)
#2E3228
(46,50,40)
#262A22
(38,42,34)
#1E221C
(30,34,28)
#161A16
(22,26,22)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5E624C

#5E624C
(94,98,76)
#6C705C
(108,112,92)
#7A7E6C
(122,126,108)
#888C7C
(136,140,124)
#969A8C
(150,154,140)
#A4A89C
(164,168,156)
#B2B6AC
(178,182,172)
#C0C4BC
(192,196,188)
#CED2CC
(206,210,204)
#DCE0DC
(220,224,220)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E624C; }

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

This text font color is #5E624C.


Background Color

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

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

This div background color is #5E624C.


Border color

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

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

This div border color is #5E624C.


Opacity

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

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

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

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

This text has shadow with #5E624C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E624C on black background.


Color preview on white background

This text has color #5E624C on white background.



Black color preview on #5E624C background

This text has black color on #5E624C background.


White color preview on #5E624C background

This text has white color on #5E624C background.