COLOR #5E735F

HEX: #5E735F RGB: (94,115,95)

Color info

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

RGB color model

#5E735F color RGB value is (94,115,95).

RGB: (94,115,95) (37%, 45%, 37%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 95 of 255 = 37%

94
115
95

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

Portions of RGB colors in percentages

R + G + B = 94 + 115 + 95 = 304 (100%)
R 94 of 304 ~ 30.92%
G 115 of 304 ~ 37.83%
B 95 of 304 ~ 31.25'%

%30.92
%37.83
%31.25

CMYK color model

#5E735F color CMYK value is (18,0,17,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 54.90%

CMYK: (18,0,17,55)
C18M0Y17K55 (18%, 0%, 17%, 55%)
(0.18 / 0.00 / 0.17 / 0.55)

CMYK percentages

%18.26
%0
%17.39
%54.9

Codes

Color #5E735F in popluar color models

5E 73 5F
RGB 94 115 95
HSL 123° 10.05% 40.98%
HSB/HSV 123° 18.26% 45.10%
CMYK 18.26% 0.00% 17.39%
54.90%

Color #5E735F in popluar number systems.

HEX 5E 73 5F
Decimal 94 115 95
Binary 1011110 1110011 1011111
Octal 136 163 137

Shades and tints

Shades of #5E735F

#5E735F
(94,115,95)
#566957
(86,105,87)
#4E5F4F
(78,95,79)
#465547
(70,85,71)
#3E4B3F
(62,75,63)
#364137
(54,65,55)
#2E372F
(46,55,47)
#262D27
(38,45,39)
#1E231F
(30,35,31)
#161917
(22,25,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5E735F

#5E735F
(94,115,95)
#6C7F6D
(108,127,109)
#7A8B7B
(122,139,123)
#889789
(136,151,137)
#96A397
(150,163,151)
#A4AFA5
(164,175,165)
#B2BBB3
(178,187,179)
#C0C7C1
(192,199,193)
#CED3CF
(206,211,207)
#DCDFDD
(220,223,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E735F; }

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

This text font color is #5E735F.

Background Color

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

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

This div background color is #5E735F.

Border color

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

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

This div border color is #5E735F.

Opacity

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

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

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

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

This text has shadow with #5E735F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E735F.

Preview

Color preview on black background

This text has color #5E735F on black background.


Color preview on white background

This text has color #5E735F on white background.


Black color preview on #5E735F background

This text has black color on #5E735F background.


White color preview on #5E735F background

This text has white color on #5E735F background.


Related colors

Complementary color

Complementary color for #hex is #A18CA0.


I love getcolorcode.com

Triadic colors

1 #5F5E73 and #735F5E with #5E735F are triadic colors.

2 #5F735E and #735E5F with #5E735F are triadic colors.