COLOR #5E723D

HEX: #5E723D
RGB: (94,114,61)

Color info

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

RGB color model

#5E723D color RGB value is (94,114,61).

  • red value is 94;
  • green value is 114;
  • blue value is 61.
RGB:
(94,114,61)
(37%,45%,24%)

RGB channels and saturation

R 94 of 255 = 37%
G 114 of 255 = 45%
B 61 of 255 = 24%

94
114
61

R + G + B ~ 35%. #5E723D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 114 + 61 = 269 (100%)
R 94 of 269 ~ 34.94%
G 114 of 269 ~ 42.38%
B 61 of 269 ~ 22.68%

%34.94
%42.38
%22.68

CMYK color model

#5E723D color CMYK value is (18,0,46,55).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 46.49%
  • key color value is 55.29%
CMYK:
(18,0,46,55)
C18M0Y46K55 
(18%,0%,46%,55%)
(0.18/0.00/0.46/0.55)	

CMYK percentages

%17.54
%0
%46.49
%55.29

Codes

Color #5E723D in popluar color models

5E723D
RGB9411461
HSL83°30.29%34.31%
HSB/HSV83°46.49%44.71%
CMYK17.54%0.00%46.49%
55.29%

Color #5E723D in popluar number systems.

HEX5E723D
Decimal9411461
Binary10111101110010111101
Octal13616275

Shades and tints

Shades of #5E723D

#5E723D
(94,114,61)
#566838
(86,104,56)
#4E5E33
(78,94,51)
#46542E
(70,84,46)
#3E4A29
(62,74,41)
#364024
(54,64,36)
#2E361F
(46,54,31)
#262C1A
(38,44,26)
#1E2215
(30,34,21)
#161810
(22,24,16)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #5E723D

#5E723D
(94,114,61)
#6C7E4E
(108,126,78)
#7A8A5F
(122,138,95)
#889670
(136,150,112)
#96A281
(150,162,129)
#A4AE92
(164,174,146)
#B2BAA3
(178,186,163)
#C0C6B4
(192,198,180)
#CED2C5
(206,210,197)
#DCDED6
(220,222,214)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E723D color. Also use rgb(94,114,61) instead hex code.

Text Font Color

.myTextColor { color: #5E723D; }

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

This text font color is #5E723D.


Background Color

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

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

This div background color is #5E723D.


Border color

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

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

This div border color is #5E723D.


Opacity

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

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

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

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

This text has shadow with #5E723D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E723D on black background.


Color preview on white background

This text has color #5E723D on white background.



Black color preview on #5E723D background

This text has black color on #5E723D background.


White color preview on #5E723D background

This text has white color on #5E723D background.