COLOR #5E743F

HEX: #5E743F
RGB: (94,116,63)

Color info

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

RGB color model

#5E743F color RGB value is (94,116,63).

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

RGB channels and saturation

R 94 of 255 = 37%
G 116 of 255 = 45%
B 63 of 255 = 25%

94
116
63

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

Portions of RGB colors in percentages

R + G + B =
94 + 116 + 63 = 273 (100%)
R 94 of 273 ~ 34.43%
G 116 of 273 ~ 42.49%
B 63 of 273 ~ 23.08%

%34.43
%42.49
%23.08

CMYK color model

#5E743F color CMYK value is (19,0,46,55).

  • cyan value is 18.97%
  • magenta value is 0.00%
  • yellow value is 45.69%
  • key color value is 54.51%
CMYK:
(19,0,46,55)
C19M0Y46K55 
(19%,0%,46%,55%)
(0.19/0.00/0.46/0.55)	

CMYK percentages

%18.97
%0
%45.69
%54.51

Codes

Color #5E743F in popluar color models

5E743F
RGB9411663
HSL85°29.61%35.10%
HSB/HSV85°45.69%45.49%
CMYK18.97%0.00%45.69%
54.51%

Color #5E743F in popluar number systems.

HEX5E743F
Decimal9411663
Binary10111101110100111111
Octal13616477

Shades and tints

Shades of #5E743F

#5E743F
(94,116,63)
#566A3A
(86,106,58)
#4E6035
(78,96,53)
#465630
(70,86,48)
#3E4C2B
(62,76,43)
#364226
(54,66,38)
#2E3821
(46,56,33)
#262E1C
(38,46,28)
#1E2417
(30,36,23)
#161A12
(22,26,18)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #5E743F

#5E743F
(94,116,63)
#6C8050
(108,128,80)
#7A8C61
(122,140,97)
#889872
(136,152,114)
#96A483
(150,164,131)
#A4B094
(164,176,148)
#B2BCA5
(178,188,165)
#C0C8B6
(192,200,182)
#CED4C7
(206,212,199)
#DCE0D8
(220,224,216)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E743F color. Also use rgb(94,116,63) instead hex code.

Text Font Color

.myTextColor { color: #5E743F; }

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

This text font color is #5E743F.


Background Color

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

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

This div background color is #5E743F.


Border color

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

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

This div border color is #5E743F.


Opacity

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

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

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

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

This text has shadow with #5E743F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E743F on black background.


Color preview on white background

This text has color #5E743F on white background.



Black color preview on #5E743F background

This text has black color on #5E743F background.


White color preview on #5E743F background

This text has white color on #5E743F background.