COLOR #4E7852

HEX: #4E7852
RGB: (78,120,82)

Color info

#4E7852 contains red, green and blue colors in about the same proportion. Web safe color of #4E7852 is #666666 (or #666).

RGB color model

#4E7852 color RGB value is (78,120,82).

  • red value is 78;
  • green value is 120;
  • blue value is 82.
RGB:
(78,120,82)
(31%,47%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 120 of 255 = 47%
B 82 of 255 = 32%

78
120
82

R + G + B ~ 37%. #4E7852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 120 + 82 = 280 (100%)
R 78 of 280 ~ 27.86%
G 120 of 280 ~ 42.86%
B 82 of 280 ~ 29.29%

%27.86
%42.86
%29.29

CMYK color model

#4E7852 color CMYK value is (35,0,32,53).

  • cyan value is 35.00%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 52.94%
CMYK:
(35,0,32,53)
C35M0Y32K53 
(35%,0%,32%,53%)
(0.35/0.00/0.32/0.53)	

CMYK percentages

%35
%0
%31.67
%52.94

Codes

Color #4E7852 in popluar color models

4E7852
RGB7812082
HSL126°21.21%38.82%
HSB/HSV126°35.00%47.06%
CMYK35.00%0.00%31.67%
52.94%

Color #4E7852 in popluar number systems.

HEX4E7852
Decimal7812082
Binary100111011110001010010
Octal116170122

Shades and tints

Shades of #4E7852

#4E7852
(78,120,82)
#476E4B
(71,110,75)
#406444
(64,100,68)
#395A3D
(57,90,61)
#325036
(50,80,54)
#2B462F
(43,70,47)
#243C28
(36,60,40)
#1D3221
(29,50,33)
#16281A
(22,40,26)
#0F1E13
(15,30,19)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #4E7852

#4E7852
(78,120,82)
#5E8461
(94,132,97)
#6E9070
(110,144,112)
#7E9C7F
(126,156,127)
#8EA88E
(142,168,142)
#9EB49D
(158,180,157)
#AEC0AC
(174,192,172)
#BECCBB
(190,204,187)
#CED8CA
(206,216,202)
#DEE4D9
(222,228,217)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7852 color. Also use rgb(78,120,82) instead hex code.

Text Font Color

.myTextColor { color: #4E7852; }

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

This text font color is #4E7852.


Background Color

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

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

This div background color is #4E7852.


Border color

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

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

This div border color is #4E7852.


Opacity

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

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

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

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

This text has shadow with #4E7852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7852 on black background.


Color preview on white background

This text has color #4E7852 on white background.



Black color preview on #4E7852 background

This text has black color on #4E7852 background.


White color preview on #4E7852 background

This text has white color on #4E7852 background.