COLOR #4E5A0D

HEX: #4E5A0D RGB: (78,90,13)

Color info

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

RGB color model

#4E5A0D color RGB value is (78,90,13).

RGB: (78,90,13) (31%, 35%, 5%)

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 13 of 255 = 5%

78
90
13

R + G + B ~ 24%. #4E5A0D is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 90 + 13 = 181 (100%)
R 78 of 181 ~ 43.09%
G 90 of 181 ~ 49.72%
B 13 of 181 ~ 7.18'%

%43.09
%49.72

CMYK color model

#4E5A0D color CMYK value is (13,0,86,65).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 85.56%
  • key color value is 64.71%

CMYK: (13,0,86,65)
C13M0Y86K65 (13%, 0%, 86%, 65%)
(0.13 / 0.00 / 0.86 / 0.65)

CMYK percentages

%13.33
%0
%85.56
%64.71

Codes

Color #4E5A0D in popluar color models

4E 5A 0D
RGB 78 90 13
HSL 69° 74.76% 20.20%
HSB/HSV 69° 85.56% 35.29%
CMYK 13.33% 0.00% 85.56%
64.71%

Color #4E5A0D in popluar number systems.

HEX 4E 5A 0D
Decimal 78 90 13
Binary 1001110 1011010 1101
Octal 116 132 15

Shades and tints

Shades of #4E5A0D

#4E5A0D
(78,90,13)
#47520C
(71,82,12)
#404A0B
(64,74,11)
#39420A
(57,66,10)
#323A09
(50,58,9)
#2B3208
(43,50,8)
#242A07
(36,42,7)
#1D2206
(29,34,6)
#161A05
(22,26,5)
#0F1204
(15,18,4)
#080A03
(8,10,3)
#000000
(0,0,0)

Tints of #4E5A0D

#4E5A0D
(78,90,13)
#5E6923
(94,105,35)
#6E7839
(110,120,57)
#7E874F
(126,135,79)
#8E9665
(142,150,101)
#9EA57B
(158,165,123)
#AEB491
(174,180,145)
#BEC3A7
(190,195,167)
#CED2BD
(206,210,189)
#DEE1D3
(222,225,211)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5A0D color. Also use rgb(78,90,13) instead hex code.

Text Font Color

.myTextColor { color: #4E5A0D; }

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

This text font color is #4E5A0D.

Background Color

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

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

This div background color is #4E5A0D.

Border color

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

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

This div border color is #4E5A0D.

Opacity

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

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

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

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

This text has shadow with #4E5A0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5A0D.

Preview

Color preview on black background

This text has color #4E5A0D on black background.


Color preview on white background

This text has color #4E5A0D on white background.


Black color preview on #4E5A0D background

This text has black color on #4E5A0D background.


White color preview on #4E5A0D background

This text has white color on #4E5A0D background.


Related colors

Complementary color

Complementary color for #hex is #B1A5F2.


I love getcolorcode.com

Triadic colors

1 #0D4E5A and #5A0D4E with #4E5A0D are triadic colors.

2 #0D5A4E and #5A4E0D with #4E5A0D are triadic colors.