COLOR #4E7A4B

HEX: #4E7A4B RGB: (78,122,75)

Color info

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

RGB color model

#4E7A4B color RGB value is (78,122,75).

RGB: (78,122,75) (31%, 48%, 29%)

RGB channels and saturation

R 78 of 255 = 31%
G 122 of 255 = 48%
B 75 of 255 = 29%

78
122
75

R + G + B ~ 36%. #4E7A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 122 + 75 = 275 (100%)
R 78 of 275 ~ 28.36%
G 122 of 275 ~ 44.36%
B 75 of 275 ~ 27.27'%

%28.36
%44.36
%27.27

CMYK color model

#4E7A4B color CMYK value is (36,0,39,52).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 38.52%
  • key color value is 52.16%

CMYK: (36,0,39,52)
C36M0Y39K52 (36%, 0%, 39%, 52%)
(0.36 / 0.00 / 0.39 / 0.52)

CMYK percentages

%36.07
%0
%38.52
%52.16

Codes

Color #4E7A4B in popluar color models

4E 7A 4B
RGB 78 122 75
HSL 116° 23.86% 38.63%
HSB/HSV 116° 38.52% 47.84%
CMYK 36.07% 0.00% 38.52%
52.16%

Color #4E7A4B in popluar number systems.

HEX 4E 7A 4B
Decimal 78 122 75
Binary 1001110 1111010 1001011
Octal 116 172 113

Shades and tints

Shades of #4E7A4B

#4E7A4B
(78,122,75)
#476F45
(71,111,69)
#40643F
(64,100,63)
#395939
(57,89,57)
#324E33
(50,78,51)
#2B432D
(43,67,45)
#243827
(36,56,39)
#1D2D21
(29,45,33)
#16221B
(22,34,27)
#0F1715
(15,23,21)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #4E7A4B

#4E7A4B
(78,122,75)
#5E865B
(94,134,91)
#6E926B
(110,146,107)
#7E9E7B
(126,158,123)
#8EAA8B
(142,170,139)
#9EB69B
(158,182,155)
#AEC2AB
(174,194,171)
#BECEBB
(190,206,187)
#CEDACB
(206,218,203)
#DEE6DB
(222,230,219)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7A4B color. Also use rgb(78,122,75) instead hex code.

Text Font Color

.myTextColor { color: #4E7A4B; }

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

This text font color is #4E7A4B.

Background Color

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

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

This div background color is #4E7A4B.

Border color

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

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

This div border color is #4E7A4B.

Opacity

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

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

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

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

This text has shadow with #4E7A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7A4B.

Preview

Color preview on black background

This text has color #4E7A4B on black background.


Color preview on white background

This text has color #4E7A4B on white background.


Black color preview on #4E7A4B background

This text has black color on #4E7A4B background.


White color preview on #4E7A4B background

This text has white color on #4E7A4B background.


Related colors

Complementary color

Complementary color for #hex is #B185B4.


I love getcolorcode.com

Triadic colors

1 #4B4E7A and #7A4B4E with #4E7A4B are triadic colors.

2 #4B7A4E and #7A4E4B with #4E7A4B are triadic colors.