COLOR #4E644B

HEX: #4E644B
RGB: (78,100,75)

Color info

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

RGB color model

#4E644B color RGB value is (78,100,75).

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

RGB channels and saturation

R 78 of 255 = 31%
G 100 of 255 = 39%
B 75 of 255 = 29%

78
100
75

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

Portions of RGB colors in percentages

R + G + B =
78 + 100 + 75 = 253 (100%)
R 78 of 253 ~ 30.83%
G 100 of 253 ~ 39.53%
B 75 of 253 ~ 29.64%

%30.83
%39.53
%29.64

CMYK color model

#4E644B color CMYK value is (22,0,25,61).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 60.78%
CMYK:
(22,0,25,61)
C22M0Y25K61 
(22%,0%,25%,61%)
(0.22/0.00/0.25/0.61)	

CMYK percentages

%22
%0
%25
%60.78

Codes

Color #4E644B in popluar color models

4E644B
RGB7810075
HSL113°14.29%34.31%
HSB/HSV113°25.00%39.22%
CMYK22.00%0.00%25.00%
60.78%

Color #4E644B in popluar number systems.

HEX4E644B
Decimal7810075
Binary100111011001001001011
Octal116144113

Shades and tints

Shades of #4E644B

#4E644B
(78,100,75)
#475B45
(71,91,69)
#40523F
(64,82,63)
#394939
(57,73,57)
#324033
(50,64,51)
#2B372D
(43,55,45)
#242E27
(36,46,39)
#1D2521
(29,37,33)
#161C1B
(22,28,27)
#0F1315
(15,19,21)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #4E644B

#4E644B
(78,100,75)
#5E725B
(94,114,91)
#6E806B
(110,128,107)
#7E8E7B
(126,142,123)
#8E9C8B
(142,156,139)
#9EAA9B
(158,170,155)
#AEB8AB
(174,184,171)
#BEC6BB
(190,198,187)
#CED4CB
(206,212,203)
#DEE2DB
(222,226,219)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E644B; }

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

This text font color is #4E644B.


Background Color

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

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

This div background color is #4E644B.


Border color

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

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

This div border color is #4E644B.


Opacity

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

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

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

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

This text has shadow with #4E644B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E644B on black background.


Color preview on white background

This text has color #4E644B on white background.



Black color preview on #4E644B background

This text has black color on #4E644B background.


White color preview on #4E644B background

This text has white color on #4E644B background.