COLOR #4E6219

HEX: #4E6219
RGB: (78,98,25)

Color info

#4E6219 contains mainly red and green colors. Web safe color of #4E6219 is #666600 (or #660).

RGB color model

#4E6219 color RGB value is (78,98,25).

  • red value is 78;
  • green value is 98;
  • blue value is 25.
RGB:
(78,98,25)
(31%,38%,10%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 25 of 255 = 10%

78
98
25

R + G + B ~ 26%. #4E6219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 25 = 201 (100%)
R 78 of 201 ~ 38.81%
G 98 of 201 ~ 48.76%
B 25 of 201 ~ 12.44%

%38.81
%48.76
%12.44

CMYK color model

#4E6219 color CMYK value is (20,0,74,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 74.49%
  • key color value is 61.57%
CMYK:
(20,0,74,62)
C20M0Y74K62 
(20%,0%,74%,62%)
(0.20/0.00/0.74/0.62)	

CMYK percentages

%20.41
%0
%74.49
%61.57

Codes

Color #4E6219 in popluar color models

4E6219
RGB789825
HSL76°59.35%24.12%
HSB/HSV76°74.49%38.43%
CMYK20.41%0.00%74.49%
61.57%

Color #4E6219 in popluar number systems.

HEX4E6219
Decimal789825
Binary1001110110001011001
Octal11614231

Shades and tints

Shades of #4E6219

#4E6219
(78,98,25)
#475A17
(71,90,23)
#405215
(64,82,21)
#394A13
(57,74,19)
#324211
(50,66,17)
#2B3A0F
(43,58,15)
#24320D
(36,50,13)
#1D2A0B
(29,42,11)
#162209
(22,34,9)
#0F1A07
(15,26,7)
#081205
(8,18,5)
#000000
(0,0,0)

Tints of #4E6219

#4E6219
(78,98,25)
#5E702D
(94,112,45)
#6E7E41
(110,126,65)
#7E8C55
(126,140,85)
#8E9A69
(142,154,105)
#9EA87D
(158,168,125)
#AEB691
(174,182,145)
#BEC4A5
(190,196,165)
#CED2B9
(206,210,185)
#DEE0CD
(222,224,205)
#EEEEE1
(238,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6219 color. Also use rgb(78,98,25) instead hex code.

Text Font Color

.myTextColor { color: #4E6219; }

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

This text font color is #4E6219.


Background Color

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

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

This div background color is #4E6219.


Border color

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

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

This div border color is #4E6219.


Opacity

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

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

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

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

This text has shadow with #4E6219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6219 on black background.


Color preview on white background

This text has color #4E6219 on white background.



Black color preview on #4E6219 background

This text has black color on #4E6219 background.


White color preview on #4E6219 background

This text has white color on #4E6219 background.