COLOR #4E935E

HEX: #4E935E RGB: (78,147,94)

Color info

#4E935E contains mainly green and blue colors. Web safe color of #4E935E is #669966 (or #696).

RGB color model

#4E935E color RGB value is (78,147,94).

RGB: (78,147,94) (31%, 58%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 147 of 255 = 58%
B 94 of 255 = 37%

78
147
94

R + G + B ~ 42%. #4E935E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 147 + 94 = 319 (100%)
R 78 of 319 ~ 24.45%
G 147 of 319 ~ 46.08%
B 94 of 319 ~ 29.47'%

%24.45
%46.08
%29.47

CMYK color model

#4E935E color CMYK value is (47,0,36,42).

  • cyan value is 46.94%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 42.35%

CMYK: (47,0,36,42)
C47M0Y36K42 (47%, 0%, 36%, 42%)
(0.47 / 0.00 / 0.36 / 0.42)

CMYK percentages

%46.94
%0
%36.05
%42.35

Codes

Color #4E935E in popluar color models

4E 93 5E
RGB 78 147 94
HSL 134° 30.67% 44.12%
HSB/HSV 134° 46.94% 57.65%
CMYK 46.94% 0.00% 36.05%
42.35%

Color #4E935E in popluar number systems.

HEX 4E 93 5E
Decimal 78 147 94
Binary 1001110 10010011 1011110
Octal 116 223 136

Shades and tints

Shades of #4E935E

#4E935E
(78,147,94)
#478656
(71,134,86)
#40794E
(64,121,78)
#396C46
(57,108,70)
#325F3E
(50,95,62)
#2B5236
(43,82,54)
#24452E
(36,69,46)
#1D3826
(29,56,38)
#162B1E
(22,43,30)
#0F1E16
(15,30,22)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #4E935E

#4E935E
(78,147,94)
#5E9C6C
(94,156,108)
#6EA57A
(110,165,122)
#7EAE88
(126,174,136)
#8EB796
(142,183,150)
#9EC0A4
(158,192,164)
#AEC9B2
(174,201,178)
#BED2C0
(190,210,192)
#CEDBCE
(206,219,206)
#DEE4DC
(222,228,220)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E935E color. Also use rgb(78,147,94) instead hex code.

Text Font Color

.myTextColor { color: #4E935E; }

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

This text font color is #4E935E.

Background Color

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

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

This div background color is #4E935E.

Border color

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

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

This div border color is #4E935E.

Opacity

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

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

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

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

This text has shadow with #4E935E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E935E.

Preview

Color preview on black background

This text has color #4E935E on black background.


Color preview on white background

This text has color #4E935E on white background.


Black color preview on #4E935E background

This text has black color on #4E935E background.


White color preview on #4E935E background

This text has white color on #4E935E background.


Related colors

Complementary color

Complementary color for #hex is #B16CA1.


I love getcolorcode.com

Triadic colors

1 #5E4E93 and #935E4E with #4E935E are triadic colors.

2 #5E934E and #934E5E with #4E935E are triadic colors.