COLOR #5E7163

HEX: #5E7163
RGB: (94,113,99)

Color info

#5E7163 contains red, green and blue colors in about the same proportion. Web safe color of #5E7163 is #666666 (or #666).

RGB color model

#5E7163 color RGB value is (94,113,99).

  • red value is 94;
  • green value is 113;
  • blue value is 99.
RGB:
(94,113,99)
(37%,44%,39%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 99 of 255 = 39%

94
113
99

R + G + B ~ 40%. #5E7163 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 99 = 306 (100%)
R 94 of 306 ~ 30.72%
G 113 of 306 ~ 36.93%
B 99 of 306 ~ 32.35%

%30.72
%36.93
%32.35

CMYK color model

#5E7163 color CMYK value is (17,0,12,56).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 55.69%
CMYK:
(17,0,12,56)
C17M0Y12K56 
(17%,0%,12%,56%)
(0.17/0.00/0.12/0.56)	

CMYK percentages

%16.81
%0
%12.39
%55.69

Codes

Color #5E7163 in popluar color models

5E7163
RGB9411399
HSL136°9.18%40.59%
HSB/HSV136°16.81%44.31%
CMYK16.81%0.00%12.39%
55.69%

Color #5E7163 in popluar number systems.

HEX5E7163
Decimal9411399
Binary101111011100011100011
Octal136161143

Shades and tints

Shades of #5E7163

#5E7163
(94,113,99)
#56675A
(86,103,90)
#4E5D51
(78,93,81)
#465348
(70,83,72)
#3E493F
(62,73,63)
#363F36
(54,63,54)
#2E352D
(46,53,45)
#262B24
(38,43,36)
#1E211B
(30,33,27)
#161712
(22,23,18)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #5E7163

#5E7163
(94,113,99)
#6C7D71
(108,125,113)
#7A897F
(122,137,127)
#88958D
(136,149,141)
#96A19B
(150,161,155)
#A4ADA9
(164,173,169)
#B2B9B7
(178,185,183)
#C0C5C5
(192,197,197)
#CED1D3
(206,209,211)
#DCDDE1
(220,221,225)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7163 color. Also use rgb(94,113,99) instead hex code.

Text Font Color

.myTextColor { color: #5E7163; }

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

This text font color is #5E7163.


Background Color

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

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

This div background color is #5E7163.


Border color

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

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

This div border color is #5E7163.


Opacity

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

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

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

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

This text has shadow with #5E7163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7163 on black background.


Color preview on white background

This text has color #5E7163 on white background.



Black color preview on #5E7163 background

This text has black color on #5E7163 background.


White color preview on #5E7163 background

This text has white color on #5E7163 background.