COLOR #4E6145

HEX: #4E6145
RGB: (78,97,69)

Color info

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

RGB color model

#4E6145 color RGB value is (78,97,69).

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

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 69 of 255 = 27%

78
97
69

R + G + B ~ 32%. #4E6145 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 69 = 244 (100%)
R 78 of 244 ~ 31.97%
G 97 of 244 ~ 39.75%
B 69 of 244 ~ 28.28%

%31.97
%39.75
%28.28

CMYK color model

#4E6145 color CMYK value is (20,0,29,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 61.96%
CMYK:
(20,0,29,62)
C20M0Y29K62 
(20%,0%,29%,62%)
(0.20/0.00/0.29/0.62)	

CMYK percentages

%19.59
%0
%28.87
%61.96

Codes

Color #4E6145 in popluar color models

4E6145
RGB789769
HSL101°16.87%32.55%
HSB/HSV101°28.87%38.04%
CMYK19.59%0.00%28.87%
61.96%

Color #4E6145 in popluar number systems.

HEX4E6145
Decimal789769
Binary100111011000011000101
Octal116141105

Shades and tints

Shades of #4E6145

#4E6145
(78,97,69)
#47593F
(71,89,63)
#405139
(64,81,57)
#394933
(57,73,51)
#32412D
(50,65,45)
#2B3927
(43,57,39)
#243121
(36,49,33)
#1D291B
(29,41,27)
#162115
(22,33,21)
#0F190F
(15,25,15)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #4E6145

#4E6145
(78,97,69)
#5E6F55
(94,111,85)
#6E7D65
(110,125,101)
#7E8B75
(126,139,117)
#8E9985
(142,153,133)
#9EA795
(158,167,149)
#AEB5A5
(174,181,165)
#BEC3B5
(190,195,181)
#CED1C5
(206,209,197)
#DEDFD5
(222,223,213)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6145; }

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

This text font color is #4E6145.


Background Color

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

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

This div background color is #4E6145.


Border color

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

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

This div border color is #4E6145.


Opacity

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

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

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

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

This text has shadow with #4E6145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6145 on black background.


Color preview on white background

This text has color #4E6145 on white background.



Black color preview on #4E6145 background

This text has black color on #4E6145 background.


White color preview on #4E6145 background

This text has white color on #4E6145 background.