COLOR #4E7545

HEX: #4E7545
RGB: (78,117,69)

Color info

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

RGB color model

#4E7545 color RGB value is (78,117,69).

  • red value is 78;
  • green value is 117;
  • blue value is 69.
RGB:
(78,117,69)
(31%,46%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 69 of 255 = 27%

78
117
69

R + G + B ~ 35%. #4E7545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 117 + 69 = 264 (100%)
R 78 of 264 ~ 29.55%
G 117 of 264 ~ 44.32%
B 69 of 264 ~ 26.14%

%29.55
%44.32
%26.14

CMYK color model

#4E7545 color CMYK value is (33,0,41,54).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(33,0,41,54)
C33M0Y41K54 
(33%,0%,41%,54%)
(0.33/0.00/0.41/0.54)	

CMYK percentages

%33.33
%0
%41.03
%54.12

Codes

Color #4E7545 in popluar color models

4E7545
RGB7811769
HSL109°25.81%36.47%
HSB/HSV109°41.03%45.88%
CMYK33.33%0.00%41.03%
54.12%

Color #4E7545 in popluar number systems.

HEX4E7545
Decimal7811769
Binary100111011101011000101
Octal116165105

Shades and tints

Shades of #4E7545

#4E7545
(78,117,69)
#476B3F
(71,107,63)
#406139
(64,97,57)
#395733
(57,87,51)
#324D2D
(50,77,45)
#2B4327
(43,67,39)
#243921
(36,57,33)
#1D2F1B
(29,47,27)
#162515
(22,37,21)
#0F1B0F
(15,27,15)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #4E7545

#4E7545
(78,117,69)
#5E8155
(94,129,85)
#6E8D65
(110,141,101)
#7E9975
(126,153,117)
#8EA585
(142,165,133)
#9EB195
(158,177,149)
#AEBDA5
(174,189,165)
#BEC9B5
(190,201,181)
#CED5C5
(206,213,197)
#DEE1D5
(222,225,213)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7545 color. Also use rgb(78,117,69) instead hex code.

Text Font Color

.myTextColor { color: #4E7545; }

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

This text font color is #4E7545.


Background Color

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

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

This div background color is #4E7545.


Border color

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

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

This div border color is #4E7545.


Opacity

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

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

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

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

This text has shadow with #4E7545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7545 on black background.


Color preview on white background

This text has color #4E7545 on white background.



Black color preview on #4E7545 background

This text has black color on #4E7545 background.


White color preview on #4E7545 background

This text has white color on #4E7545 background.