COLOR #5E6332

HEX: #5E6332 RGB: (94,99,50)

Color info

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

RGB color model

#5E6332 color RGB value is (94,99,50).

RGB: (94,99,50) (37%, 39%, 20%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 50 of 255 = 20%

94
99
50

R + G + B ~ 32%. #5E6332 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 99 + 50 = 243 (100%)
R 94 of 243 ~ 38.68%
G 99 of 243 ~ 40.74%
B 50 of 243 ~ 20.58'%

%38.68
%40.74
%20.58

CMYK color model

#5E6332 color CMYK value is (5,0,49,61).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 49.49%
  • key color value is 61.18%

CMYK: (5,0,49,61)
C5M0Y49K61 (5%, 0%, 49%, 61%)
(0.05 / 0.00 / 0.49 / 0.61)

CMYK percentages

%5.05
%0
%49.49
%61.18

Codes

Color #5E6332 in popluar color models

5E 63 32
RGB 94 99 50
HSL 66° 32.89% 29.22%
HSB/HSV 66° 49.49% 38.82%
CMYK 5.05% 0.00% 49.49%
61.18%

Color #5E6332 in popluar number systems.

HEX 5E 63 32
Decimal 94 99 50
Binary 1011110 1100011 110010
Octal 136 143 62

Shades and tints

Shades of #5E6332

#5E6332
(94,99,50)
#565A2E
(86,90,46)
#4E512A
(78,81,42)
#464826
(70,72,38)
#3E3F22
(62,63,34)
#36361E
(54,54,30)
#2E2D1A
(46,45,26)
#262416
(38,36,22)
#1E1B12
(30,27,18)
#16120E
(22,18,14)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #5E6332

#5E6332
(94,99,50)
#6C7144
(108,113,68)
#7A7F56
(122,127,86)
#888D68
(136,141,104)
#969B7A
(150,155,122)
#A4A98C
(164,169,140)
#B2B79E
(178,183,158)
#C0C5B0
(192,197,176)
#CED3C2
(206,211,194)
#DCE1D4
(220,225,212)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6332; }

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

This text font color is #5E6332.

Background Color

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

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

This div background color is #5E6332.

Border color

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

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

This div border color is #5E6332.

Opacity

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

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

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

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

This text has shadow with #5E6332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6332.

Preview

Color preview on black background

This text has color #5E6332 on black background.


Color preview on white background

This text has color #5E6332 on white background.


Black color preview on #5E6332 background

This text has black color on #5E6332 background.


White color preview on #5E6332 background

This text has white color on #5E6332 background.


Related colors

Complementary color

Complementary color for #hex is #A19CCD.


I love getcolorcode.com

Triadic colors

1 #325E63 and #63325E with #5E6332 are triadic colors.

2 #32635E and #635E32 with #5E6332 are triadic colors.