COLOR #5E7341

HEX: #5E7341
RGB: (94,115,65)

Color info

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

RGB color model

#5E7341 color RGB value is (94,115,65).

  • red value is 94;
  • green value is 115;
  • blue value is 65.
RGB:
(94,115,65)
(37%,45%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 65 of 255 = 25%

94
115
65

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 65 = 274 (100%)
R 94 of 274 ~ 34.31%
G 115 of 274 ~ 41.97%
B 65 of 274 ~ 23.72%

%34.31
%41.97
%23.72

CMYK color model

#5E7341 color CMYK value is (18,0,43,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(18,0,43,55)
C18M0Y43K55 
(18%,0%,43%,55%)
(0.18/0.00/0.43/0.55)	

CMYK percentages

%18.26
%0
%43.48
%54.9

Codes

Color #5E7341 in popluar color models

5E7341
RGB9411565
HSL85°27.78%35.29%
HSB/HSV85°43.48%45.10%
CMYK18.26%0.00%43.48%
54.90%

Color #5E7341 in popluar number systems.

HEX5E7341
Decimal9411565
Binary101111011100111000001
Octal136163101

Shades and tints

Shades of #5E7341

#5E7341
(94,115,65)
#56693C
(86,105,60)
#4E5F37
(78,95,55)
#465532
(70,85,50)
#3E4B2D
(62,75,45)
#364128
(54,65,40)
#2E3723
(46,55,35)
#262D1E
(38,45,30)
#1E2319
(30,35,25)
#161914
(22,25,20)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #5E7341

#5E7341
(94,115,65)
#6C7F52
(108,127,82)
#7A8B63
(122,139,99)
#889774
(136,151,116)
#96A385
(150,163,133)
#A4AF96
(164,175,150)
#B2BBA7
(178,187,167)
#C0C7B8
(192,199,184)
#CED3C9
(206,211,201)
#DCDFDA
(220,223,218)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7341; }

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

This text font color is #5E7341.


Background Color

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

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

This div background color is #5E7341.


Border color

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

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

This div border color is #5E7341.


Opacity

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

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

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

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

This text has shadow with #5E7341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7341 on black background.


Color preview on white background

This text has color #5E7341 on white background.



Black color preview on #5E7341 background

This text has black color on #5E7341 background.


White color preview on #5E7341 background

This text has white color on #5E7341 background.