COLOR #4E5730

HEX: #4E5730
RGB: (78,87,48)

Color info

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

RGB color model

#4E5730 color RGB value is (78,87,48).

  • red value is 78;
  • green value is 87;
  • blue value is 48.
RGB:
(78,87,48)
(31%,34%,19%)

RGB channels and saturation

R 78 of 255 = 31%
G 87 of 255 = 34%
B 48 of 255 = 19%

78
87
48

R + G + B ~ 28%. #4E5730 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 87 + 48 = 213 (100%)
R 78 of 213 ~ 36.62%
G 87 of 213 ~ 40.85%
B 48 of 213 ~ 22.54%

%36.62
%40.85
%22.54

CMYK color model

#4E5730 color CMYK value is (10,0,45,66).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 65.88%
CMYK:
(10,0,45,66)
C10M0Y45K66 
(10%,0%,45%,66%)
(0.10/0.00/0.45/0.66)	

CMYK percentages

%10.34
%0
%44.83
%65.88

Codes

Color #4E5730 in popluar color models

4E5730
RGB788748
HSL74°28.89%26.47%
HSB/HSV74°44.83%34.12%
CMYK10.34%0.00%44.83%
65.88%

Color #4E5730 in popluar number systems.

HEX4E5730
Decimal788748
Binary10011101010111110000
Octal11612760

Shades and tints

Shades of #4E5730

#4E5730
(78,87,48)
#47502C
(71,80,44)
#404928
(64,73,40)
#394224
(57,66,36)
#323B20
(50,59,32)
#2B341C
(43,52,28)
#242D18
(36,45,24)
#1D2614
(29,38,20)
#161F10
(22,31,16)
#0F180C
(15,24,12)
#081108
(8,17,8)
#000000
(0,0,0)

Tints of #4E5730

#4E5730
(78,87,48)
#5E6642
(94,102,66)
#6E7554
(110,117,84)
#7E8466
(126,132,102)
#8E9378
(142,147,120)
#9EA28A
(158,162,138)
#AEB19C
(174,177,156)
#BEC0AE
(190,192,174)
#CECFC0
(206,207,192)
#DEDED2
(222,222,210)
#EEEDE4
(238,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5730 color. Also use rgb(78,87,48) instead hex code.

Text Font Color

.myTextColor { color: #4E5730; }

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

This text font color is #4E5730.


Background Color

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

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

This div background color is #4E5730.


Border color

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

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

This div border color is #4E5730.


Opacity

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

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

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

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

This text has shadow with #4E5730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5730 on black background.


Color preview on white background

This text has color #4E5730 on white background.



Black color preview on #4E5730 background

This text has black color on #4E5730 background.


White color preview on #4E5730 background

This text has white color on #4E5730 background.