COLOR #5E674C

HEX: #5E674C
RGB: (94,103,76)

Color info

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

RGB color model

#5E674C color RGB value is (94,103,76).

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

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 76 of 255 = 30%

94
103
76

R + G + B ~ 36%. #5E674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 76 = 273 (100%)
R 94 of 273 ~ 34.43%
G 103 of 273 ~ 37.73%
B 76 of 273 ~ 27.84%

%34.43
%37.73
%27.84

CMYK color model

#5E674C color CMYK value is (9,0,26,60).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(9,0,26,60)
C9M0Y26K60 
(9%,0%,26%,60%)
(0.09/0.00/0.26/0.60)	

CMYK percentages

%8.74
%0
%26.21
%59.61

Codes

Color #5E674C in popluar color models

5E674C
RGB9410376
HSL80°15.08%35.10%
HSB/HSV80°26.21%40.39%
CMYK8.74%0.00%26.21%
59.61%

Color #5E674C in popluar number systems.

HEX5E674C
Decimal9410376
Binary101111011001111001100
Octal136147114

Shades and tints

Shades of #5E674C

#5E674C
(94,103,76)
#565E46
(86,94,70)
#4E5540
(78,85,64)
#464C3A
(70,76,58)
#3E4334
(62,67,52)
#363A2E
(54,58,46)
#2E3128
(46,49,40)
#262822
(38,40,34)
#1E1F1C
(30,31,28)
#161616
(22,22,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E674C

#5E674C
(94,103,76)
#6C745C
(108,116,92)
#7A816C
(122,129,108)
#888E7C
(136,142,124)
#969B8C
(150,155,140)
#A4A89C
(164,168,156)
#B2B5AC
(178,181,172)
#C0C2BC
(192,194,188)
#CECFCC
(206,207,204)
#DCDCDC
(220,220,220)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E674C; }

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

This text font color is #5E674C.


Background Color

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

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

This div background color is #5E674C.


Border color

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

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

This div border color is #5E674C.


Opacity

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

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

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

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

This text has shadow with #5E674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E674C on black background.


Color preview on white background

This text has color #5E674C on white background.



Black color preview on #5E674C background

This text has black color on #5E674C background.


White color preview on #5E674C background

This text has white color on #5E674C background.