COLOR #5E736E

HEX: #5E736E RGB: (94,115,110)

Color info

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

RGB color model

#5E736E color RGB value is (94,115,110).

RGB: (94,115,110) (37%, 45%, 43%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 110 of 255 = 43%

94
115
110

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

Portions of RGB colors in percentages

R + G + B = 94 + 115 + 110 = 319 (100%)
R 94 of 319 ~ 29.47%
G 115 of 319 ~ 36.05%
B 110 of 319 ~ 34.48'%

%29.47
%36.05
%34.48

CMYK color model

#5E736E color CMYK value is (18,0,4,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK: (18,0,4,55) C18M0Y4K55 (18%,0%,4%,55%) (0.18/0.00/0.04/0.55) 

CMYK percentages

%18.26
%0
%4.35
%54.9

Codes

Color #5E736E in popluar color models

5E 73 6E
RGB 94 115 110
HSL 166° 10.05% 40.98%
HSB/HSV 166° 18.26% 45.10%
CMYK 18.26% 0.00% 4.35%
54.90%

Color #5E736E in popluar number systems.

HEX 5E 73 6E
Decimal 94 115 110
Binary 1011110 1110011 1101110
Octal 136 163 156

Shades and tints

Shades of #5E736E

#5E736E
(94,115,110)
#566964
(86,105,100)
#4E5F5A
(78,95,90)
#465550
(70,85,80)
#3E4B46
(62,75,70)
#36413C
(54,65,60)
#2E3732
(46,55,50)
#262D28
(38,45,40)
#1E231E
(30,35,30)
#161914
(22,25,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E736E

#5E736E
(94,115,110)
#6C7F7B
(108,127,123)
#7A8B88
(122,139,136)
#889795
(136,151,149)
#96A3A2
(150,163,162)
#A4AFAF
(164,175,175)
#B2BBBC
(178,187,188)
#C0C7C9
(192,199,201)
#CED3D6
(206,211,214)
#DCDFE3
(220,223,227)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E736E color. Also use rgb(94,115,110) instead hex code.

Text Font Color

.myTextColor { color: #5E736E; }

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

This text font color is #5E736E.

Background Color

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

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

This div background color is #5E736E.

Border color

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

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

This div border color is #5E736E.

Opacity

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

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

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

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

This text has shadow with #5E736E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E736E.

Preview

Color preview on black background

This text has color #5E736E on black background.


Color preview on white background

This text has color #5E736E on white background.


Black color preview on #5E736E background

This text has black color on #5E736E background.


White color preview on #5E736E background

This text has white color on #5E736E background.


Related colors

Complementary color

Complementary color for #hex is #A18C91.


I love getcolorcode.com

Triadic colors

1 #6E5E73 and #736E5E with #5E736E are triadic colors.

2 #6E735E and #735E6E with #5E736E are triadic colors.