COLOR #4E6448

HEX: #4E6448
RGB: (78,100,72)

Color info

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

RGB color model

#4E6448 color RGB value is (78,100,72).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 72 of 255 = 28%

78
100
72

R + G + B ~ 33%. #4E6448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 72 = 250 (100%)
R 78 of 250 ~ 31.2%
G 100 of 250 ~ 40%
B 72 of 250 ~ 28.8%

%31.2
%40
%28.8

CMYK color model

#4E6448 color CMYK value is (22,0,28,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 60.78%
CMYK:
(22,0,28,61)
C22M0Y28K61 
(22%,0%,28%,61%)
(0.22/0.00/0.28/0.61)	

CMYK percentages

%22
%0
%28
%60.78

Codes

Color #4E6448 in popluar color models

4E6448
RGB7810072
HSL107°16.28%33.73%
HSB/HSV107°28.00%39.22%
CMYK22.00%0.00%28.00%
60.78%

Color #4E6448 in popluar number systems.

HEX4E6448
Decimal7810072
Binary100111011001001001000
Octal116144110

Shades and tints

Shades of #4E6448

#4E6448
(78,100,72)
#475B42
(71,91,66)
#40523C
(64,82,60)
#394936
(57,73,54)
#324030
(50,64,48)
#2B372A
(43,55,42)
#242E24
(36,46,36)
#1D251E
(29,37,30)
#161C18
(22,28,24)
#0F1312
(15,19,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #4E6448

#4E6448
(78,100,72)
#5E7258
(94,114,88)
#6E8068
(110,128,104)
#7E8E78
(126,142,120)
#8E9C88
(142,156,136)
#9EAA98
(158,170,152)
#AEB8A8
(174,184,168)
#BEC6B8
(190,198,184)
#CED4C8
(206,212,200)
#DEE2D8
(222,226,216)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6448; }

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

This text font color is #4E6448.


Background Color

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

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

This div background color is #4E6448.


Border color

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

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

This div border color is #4E6448.


Opacity

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

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

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

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

This text has shadow with #4E6448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6448 on black background.


Color preview on white background

This text has color #4E6448 on white background.



Black color preview on #4E6448 background

This text has black color on #4E6448 background.


White color preview on #4E6448 background

This text has white color on #4E6448 background.