COLOR #4E621A

HEX: #4E621A RGB: (78,98,26)

Color info

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

RGB color model

#4E621A color RGB value is (78,98,26).

RGB: (78,98,26) (31%, 38%, 10%)

RGB channels and saturation

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

78
98
26

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

Portions of RGB colors in percentages

R + G + B = 78 + 98 + 26 = 202 (100%)
R 78 of 202 ~ 38.61%
G 98 of 202 ~ 48.51%
B 26 of 202 ~ 12.87'%

%38.61
%48.51
%12.87

CMYK color model

#4E621A color CMYK value is (20,0,73,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 73.47%
  • key color value is 61.57%

CMYK: (20,0,73,62)
C20M0Y73K62 (20%, 0%, 73%, 62%)
(0.20 / 0.00 / 0.73 / 0.62)

CMYK percentages

%20.41
%0
%73.47
%61.57

Codes

Color #4E621A in popluar color models

4E 62 1A
RGB 78 98 26
HSL 77° 58.06% 24.31%
HSB/HSV 77° 73.47% 38.43%
CMYK 20.41% 0.00% 73.47%
61.57%

Color #4E621A in popluar number systems.

HEX 4E 62 1A
Decimal 78 98 26
Binary 1001110 1100010 11010
Octal 116 142 32

Shades and tints

Shades of #4E621A

#4E621A
(78,98,26)
#475A18
(71,90,24)
#405216
(64,82,22)
#394A14
(57,74,20)
#324212
(50,66,18)
#2B3A10
(43,58,16)
#24320E
(36,50,14)
#1D2A0C
(29,42,12)
#16220A
(22,34,10)
#0F1A08
(15,26,8)
#081206
(8,18,6)
#000000
(0,0,0)

Tints of #4E621A

#4E621A
(78,98,26)
#5E702E
(94,112,46)
#6E7E42
(110,126,66)
#7E8C56
(126,140,86)
#8E9A6A
(142,154,106)
#9EA87E
(158,168,126)
#AEB692
(174,182,146)
#BEC4A6
(190,196,166)
#CED2BA
(206,210,186)
#DEE0CE
(222,224,206)
#EEEEE2
(238,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E621A; }

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

This text font color is #4E621A.

Background Color

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

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

This div background color is #4E621A.

Border color

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

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

This div border color is #4E621A.

Opacity

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

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

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

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

This text has shadow with #4E621A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E621A.

Preview

Color preview on black background

This text has color #4E621A on black background.


Color preview on white background

This text has color #4E621A on white background.


Black color preview on #4E621A background

This text has black color on #4E621A background.


White color preview on #4E621A background

This text has white color on #4E621A background.


Related colors

Complementary color

Complementary color for #hex is #B19DE5.


I love getcolorcode.com

Triadic colors

1 #1A4E62 and #621A4E with #4E621A are triadic colors.

2 #1A624E and #624E1A with #4E621A are triadic colors.