COLOR #4E6445

HEX: #4E6445
RGB: (78,100,69)

Color info

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

RGB color model

#4E6445 color RGB value is (78,100,69).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 69 of 255 = 27%

78
100
69

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

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 69 = 247 (100%)
R 78 of 247 ~ 31.58%
G 100 of 247 ~ 40.49%
B 69 of 247 ~ 27.94%

%31.58
%40.49
%27.94

CMYK color model

#4E6445 color CMYK value is (22,0,31,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 31.00%
  • key color value is 60.78%
CMYK:
(22,0,31,61)
C22M0Y31K61 
(22%,0%,31%,61%)
(0.22/0.00/0.31/0.61)	

CMYK percentages

%22
%0
%31
%60.78

Codes

Color #4E6445 in popluar color models

4E6445
RGB7810069
HSL103°18.34%33.14%
HSB/HSV103°31.00%39.22%
CMYK22.00%0.00%31.00%
60.78%

Color #4E6445 in popluar number systems.

HEX4E6445
Decimal7810069
Binary100111011001001000101
Octal116144105

Shades and tints

Shades of #4E6445

#4E6445
(78,100,69)
#475B3F
(71,91,63)
#405239
(64,82,57)
#394933
(57,73,51)
#32402D
(50,64,45)
#2B3727
(43,55,39)
#242E21
(36,46,33)
#1D251B
(29,37,27)
#161C15
(22,28,21)
#0F130F
(15,19,15)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #4E6445

#4E6445
(78,100,69)
#5E7255
(94,114,85)
#6E8065
(110,128,101)
#7E8E75
(126,142,117)
#8E9C85
(142,156,133)
#9EAA95
(158,170,149)
#AEB8A5
(174,184,165)
#BEC6B5
(190,198,181)
#CED4C5
(206,212,197)
#DEE2D5
(222,226,213)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6445; }

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

This text font color is #4E6445.


Background Color

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

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

This div background color is #4E6445.


Border color

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

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

This div border color is #4E6445.


Opacity

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

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

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

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

This text has shadow with #4E6445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6445 on black background.


Color preview on white background

This text has color #4E6445 on white background.



Black color preview on #4E6445 background

This text has black color on #4E6445 background.


White color preview on #4E6445 background

This text has white color on #4E6445 background.