COLOR #5E733C

HEX: #5E733C
RGB: (94,115,60)

Color info

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

RGB color model

#5E733C color RGB value is (94,115,60).

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

RGB channels and saturation

R 94 of 255 = 37%
G 115 of 255 = 45%
B 60 of 255 = 24%

94
115
60

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

Portions of RGB colors in percentages

R + G + B =
94 + 115 + 60 = 269 (100%)
R 94 of 269 ~ 34.94%
G 115 of 269 ~ 42.75%
B 60 of 269 ~ 22.3%

%34.94
%42.75
%22.3

CMYK color model

#5E733C color CMYK value is (18,0,48,55).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 54.90%
CMYK:
(18,0,48,55)
C18M0Y48K55 
(18%,0%,48%,55%)
(0.18/0.00/0.48/0.55)	

CMYK percentages

%18.26
%0
%47.83
%54.9

Codes

Color #5E733C in popluar color models

5E733C
RGB9411560
HSL83°31.43%34.31%
HSB/HSV83°47.83%45.10%
CMYK18.26%0.00%47.83%
54.90%

Color #5E733C in popluar number systems.

HEX5E733C
Decimal9411560
Binary10111101110011111100
Octal13616374

Shades and tints

Shades of #5E733C

#5E733C
(94,115,60)
#566937
(86,105,55)
#4E5F32
(78,95,50)
#46552D
(70,85,45)
#3E4B28
(62,75,40)
#364123
(54,65,35)
#2E371E
(46,55,30)
#262D19
(38,45,25)
#1E2314
(30,35,20)
#16190F
(22,25,15)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #5E733C

#5E733C
(94,115,60)
#6C7F4D
(108,127,77)
#7A8B5E
(122,139,94)
#88976F
(136,151,111)
#96A380
(150,163,128)
#A4AF91
(164,175,145)
#B2BBA2
(178,187,162)
#C0C7B3
(192,199,179)
#CED3C4
(206,211,196)
#DCDFD5
(220,223,213)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E733C; }

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

This text font color is #5E733C.


Background Color

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

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

This div background color is #5E733C.


Border color

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

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

This div border color is #5E733C.


Opacity

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

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

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

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

This text has shadow with #5E733C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E733C on black background.


Color preview on white background

This text has color #5E733C on white background.



Black color preview on #5E733C background

This text has black color on #5E733C background.


White color preview on #5E733C background

This text has white color on #5E733C background.