COLOR #5E7632

HEX: #5E7632
RGB: (94,118,50)

Color info

#5E7632 contains mainly red and green colors. Web safe color of #5E7632 is #666633 (or #663).

RGB color model

#5E7632 color RGB value is (94,118,50).

  • red value is 94;
  • green value is 118;
  • blue value is 50.
RGB:
(94,118,50)
(37%,46%,20%)

RGB channels and saturation

R 94 of 255 = 37%
G 118 of 255 = 46%
B 50 of 255 = 20%

94
118
50

R + G + B ~ 34%. #5E7632 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 118 + 50 = 262 (100%)
R 94 of 262 ~ 35.88%
G 118 of 262 ~ 45.04%
B 50 of 262 ~ 19.08%

%35.88
%45.04
%19.08

CMYK color model

#5E7632 color CMYK value is (20,0,58,54).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 57.63%
  • key color value is 53.73%
CMYK:
(20,0,58,54)
C20M0Y58K54 
(20%,0%,58%,54%)
(0.20/0.00/0.58/0.54)	

CMYK percentages

%20.34
%0
%57.63
%53.73

Codes

Color #5E7632 in popluar color models

5E7632
RGB9411850
HSL81°40.48%32.94%
HSB/HSV81°57.63%46.27%
CMYK20.34%0.00%57.63%
53.73%

Color #5E7632 in popluar number systems.

HEX5E7632
Decimal9411850
Binary10111101110110110010
Octal13616662

Shades and tints

Shades of #5E7632

#5E7632
(94,118,50)
#566C2E
(86,108,46)
#4E622A
(78,98,42)
#465826
(70,88,38)
#3E4E22
(62,78,34)
#36441E
(54,68,30)
#2E3A1A
(46,58,26)
#263016
(38,48,22)
#1E2612
(30,38,18)
#161C0E
(22,28,14)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #5E7632

#5E7632
(94,118,50)
#6C8244
(108,130,68)
#7A8E56
(122,142,86)
#889A68
(136,154,104)
#96A67A
(150,166,122)
#A4B28C
(164,178,140)
#B2BE9E
(178,190,158)
#C0CAB0
(192,202,176)
#CED6C2
(206,214,194)
#DCE2D4
(220,226,212)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7632 color. Also use rgb(94,118,50) instead hex code.

Text Font Color

.myTextColor { color: #5E7632; }

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

This text font color is #5E7632.


Background Color

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

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

This div background color is #5E7632.


Border color

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

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

This div border color is #5E7632.


Opacity

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

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

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

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

This text has shadow with #5E7632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7632 on black background.


Color preview on white background

This text has color #5E7632 on white background.



Black color preview on #5E7632 background

This text has black color on #5E7632 background.


White color preview on #5E7632 background

This text has white color on #5E7632 background.