COLOR #4E6325

HEX: #4E6325
RGB: (78,99,37)

Color info

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

RGB color model

#4E6325 color RGB value is (78,99,37).

  • red value is 78;
  • green value is 99;
  • blue value is 37.
RGB:
(78,99,37)
(31%,39%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 37 of 255 = 15%

78
99
37

R + G + B ~ 28%. #4E6325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 37 = 214 (100%)
R 78 of 214 ~ 36.45%
G 99 of 214 ~ 46.26%
B 37 of 214 ~ 17.29%

%36.45
%46.26
%17.29

CMYK color model

#4E6325 color CMYK value is (21,0,63,61).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 62.63%
  • key color value is 61.18%
CMYK:
(21,0,63,61)
C21M0Y63K61 
(21%,0%,63%,61%)
(0.21/0.00/0.63/0.61)	

CMYK percentages

%21.21
%0
%62.63
%61.18

Codes

Color #4E6325 in popluar color models

4E6325
RGB789937
HSL80°45.59%26.67%
HSB/HSV80°62.63%38.82%
CMYK21.21%0.00%62.63%
61.18%

Color #4E6325 in popluar number systems.

HEX4E6325
Decimal789937
Binary10011101100011100101
Octal11614345

Shades and tints

Shades of #4E6325

#4E6325
(78,99,37)
#475A22
(71,90,34)
#40511F
(64,81,31)
#39481C
(57,72,28)
#323F19
(50,63,25)
#2B3616
(43,54,22)
#242D13
(36,45,19)
#1D2410
(29,36,16)
#161B0D
(22,27,13)
#0F120A
(15,18,10)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #4E6325

#4E6325
(78,99,37)
#5E7138
(94,113,56)
#6E7F4B
(110,127,75)
#7E8D5E
(126,141,94)
#8E9B71
(142,155,113)
#9EA984
(158,169,132)
#AEB797
(174,183,151)
#BEC5AA
(190,197,170)
#CED3BD
(206,211,189)
#DEE1D0
(222,225,208)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6325 color. Also use rgb(78,99,37) instead hex code.

Text Font Color

.myTextColor { color: #4E6325; }

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

This text font color is #4E6325.


Background Color

.myBgColor { background-color: #4E6325; }

<div style="background-color:#4E6325">Inner text</div>

This div background color is #4E6325.


Border color

.myBorderColor { border: 1px solid #4E6325; }

<div style="border:3px solid #4E6325">Div</div>

This div border color is #4E6325.


Opacity

.myOpacity80 { color: #4E6325; opacity: 0.8; }

<p style="color:#4E6325;opacity:0.8;">80%</p>

Text with #4E6325 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 #4E6325;}

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

This text has shadow with #4E6325 color.

.textShadow {text-shadow: 3px 3px 1px #4E6325, 3px 3px 1px red;}

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

This text has shadow with #4E6325 primary color and red secondary color.


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

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

This text has shadow with #4E6325 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6325 on black background.


Color preview on white background

This text has color #4E6325 on white background.



Black color preview on #4E6325 background

This text has black color on #4E6325 background.


White color preview on #4E6325 background

This text has white color on #4E6325 background.