COLOR #5E6330

HEX: #5E6330
RGB: (94,99,48)

Color info

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

RGB color model

#5E6330 color RGB value is (94,99,48).

  • red value is 94;
  • green value is 99;
  • blue value is 48.
RGB:
(94,99,48)
(37%,39%,19%)

RGB channels and saturation

R 94 of 255 = 37%
G 99 of 255 = 39%
B 48 of 255 = 19%

94
99
48

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

Portions of RGB colors in percentages

R + G + B =
94 + 99 + 48 = 241 (100%)
R 94 of 241 ~ 39%
G 99 of 241 ~ 41.08%
B 48 of 241 ~ 19.92%

%39
%41.08
%19.92

CMYK color model

#5E6330 color CMYK value is (5,0,52,61).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 61.18%
CMYK:
(5,0,52,61)
C5M0Y52K61 
(5%,0%,52%,61%)
(0.05/0.00/0.52/0.61)	

CMYK percentages

%5.05
%0
%51.52
%61.18

Codes

Color #5E6330 in popluar color models

5E6330
RGB949948
HSL66°34.69%28.82%
HSB/HSV66°51.52%38.82%
CMYK5.05%0.00%51.52%
61.18%

Color #5E6330 in popluar number systems.

HEX5E6330
Decimal949948
Binary10111101100011110000
Octal13614360

Shades and tints

Shades of #5E6330

#5E6330
(94,99,48)
#565A2C
(86,90,44)
#4E5128
(78,81,40)
#464824
(70,72,36)
#3E3F20
(62,63,32)
#36361C
(54,54,28)
#2E2D18
(46,45,24)
#262414
(38,36,20)
#1E1B10
(30,27,16)
#16120C
(22,18,12)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #5E6330

#5E6330
(94,99,48)
#6C7142
(108,113,66)
#7A7F54
(122,127,84)
#888D66
(136,141,102)
#969B78
(150,155,120)
#A4A98A
(164,169,138)
#B2B79C
(178,183,156)
#C0C5AE
(192,197,174)
#CED3C0
(206,211,192)
#DCE1D2
(220,225,210)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6330; }

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

This text font color is #5E6330.


Background Color

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

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

This div background color is #5E6330.


Border color

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

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

This div border color is #5E6330.


Opacity

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

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

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

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

This text has shadow with #5E6330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6330 on black background.


Color preview on white background

This text has color #5E6330 on white background.



Black color preview on #5E6330 background

This text has black color on #5E6330 background.


White color preview on #5E6330 background

This text has white color on #5E6330 background.