COLOR #4E825C

HEX: #4E825C RGB: (78,130,92)

Color info

#4E825C contains red, green and blue colors in about the same proportion. Web safe color of #4E825C is #669966 (or #696).

RGB color model

#4E825C color RGB value is (78,130,92).

RGB: (78,130,92) (31%, 51%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 92 of 255 = 36%

78
130
92

R + G + B ~ 39%. #4E825C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 130 + 92 = 300 (100%)
R 78 of 300 ~ 26%
G 130 of 300 ~ 43.33%
B 92 of 300 ~ 30.67'%

%26
%43.33
%30.67

CMYK color model

#4E825C color CMYK value is (40,0,29,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 49.02%

CMYK: (40,0,29,49)
C40M0Y29K49 (40%, 0%, 29%, 49%)
(0.40 / 0.00 / 0.29 / 0.49)

CMYK percentages

%40
%0
%29.23
%49.02

Codes

Color #4E825C in popluar color models

4E 82 5C
RGB 78 130 92
HSL 136° 25.00% 40.78%
HSB/HSV 136° 40.00% 50.98%
CMYK 40.00% 0.00% 29.23%
49.02%

Color #4E825C in popluar number systems.

HEX 4E 82 5C
Decimal 78 130 92
Binary 1001110 10000010 1011100
Octal 116 202 134

Shades and tints

Shades of #4E825C

#4E825C
(78,130,92)
#477754
(71,119,84)
#406C4C
(64,108,76)
#396144
(57,97,68)
#32563C
(50,86,60)
#2B4B34
(43,75,52)
#24402C
(36,64,44)
#1D3524
(29,53,36)
#162A1C
(22,42,28)
#0F1F14
(15,31,20)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #4E825C

#4E825C
(78,130,92)
#5E8D6A
(94,141,106)
#6E9878
(110,152,120)
#7EA386
(126,163,134)
#8EAE94
(142,174,148)
#9EB9A2
(158,185,162)
#AEC4B0
(174,196,176)
#BECFBE
(190,207,190)
#CEDACC
(206,218,204)
#DEE5DA
(222,229,218)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E825C color. Also use rgb(78,130,92) instead hex code.

Text Font Color

.myTextColor { color: #4E825C; }

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

This text font color is #4E825C.

Background Color

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

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

This div background color is #4E825C.

Border color

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

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

This div border color is #4E825C.

Opacity

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

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

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

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

This text has shadow with #4E825C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E825C.

Preview

Color preview on black background

This text has color #4E825C on black background.


Color preview on white background

This text has color #4E825C on white background.


Black color preview on #4E825C background

This text has black color on #4E825C background.


White color preview on #4E825C background

This text has white color on #4E825C background.


Related colors

Complementary color

Complementary color for #hex is #B17DA3.


I love getcolorcode.com

Triadic colors

1 #5C4E82 and #825C4E with #4E825C are triadic colors.

2 #5C824E and #824E5C with #4E825C are triadic colors.