COLOR #4E4F3D

HEX: #4E4F3D
RGB: (78,79,61)

Color info

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

RGB color model

#4E4F3D color RGB value is (78,79,61).

  • red value is 78;
  • green value is 79;
  • blue value is 61.
RGB:
(78,79,61)
(31%,31%,24%)

RGB channels and saturation

R 78 of 255 = 31%
G 79 of 255 = 31%
B 61 of 255 = 24%

78
79
61

R + G + B ~ 29%. #4E4F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 79 + 61 = 218 (100%)
R 78 of 218 ~ 35.78%
G 79 of 218 ~ 36.24%
B 61 of 218 ~ 27.98%

%35.78
%36.24
%27.98

CMYK color model

#4E4F3D color CMYK value is (1,0,23,69).

  • cyan value is 1.27%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(1,0,23,69)
C1M0Y23K69 
(1%,0%,23%,69%)
(0.01/0.00/0.23/0.69)	

CMYK percentages

%1.27
%0
%22.78
%69.02

Codes

Color #4E4F3D in popluar color models

4E4F3D
RGB787961
HSL63°12.86%27.45%
HSB/HSV63°22.78%30.98%
CMYK1.27%0.00%22.78%
69.02%

Color #4E4F3D in popluar number systems.

HEX4E4F3D
Decimal787961
Binary10011101001111111101
Octal11611775

Shades and tints

Shades of #4E4F3D

#4E4F3D
(78,79,61)
#474838
(71,72,56)
#404133
(64,65,51)
#393A2E
(57,58,46)
#323329
(50,51,41)
#2B2C24
(43,44,36)
#24251F
(36,37,31)
#1D1E1A
(29,30,26)
#161715
(22,23,21)
#0F1010
(15,16,16)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #4E4F3D

#4E4F3D
(78,79,61)
#5E5F4E
(94,95,78)
#6E6F5F
(110,111,95)
#7E7F70
(126,127,112)
#8E8F81
(142,143,129)
#9E9F92
(158,159,146)
#AEAFA3
(174,175,163)
#BEBFB4
(190,191,180)
#CECFC5
(206,207,197)
#DEDFD6
(222,223,214)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4F3D color. Also use rgb(78,79,61) instead hex code.

Text Font Color

.myTextColor { color: #4E4F3D; }

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

This text font color is #4E4F3D.


Background Color

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

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

This div background color is #4E4F3D.


Border color

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

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

This div border color is #4E4F3D.


Opacity

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

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

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

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

This text has shadow with #4E4F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4F3D on black background.


Color preview on white background

This text has color #4E4F3D on white background.



Black color preview on #4E4F3D background

This text has black color on #4E4F3D background.


White color preview on #4E4F3D background

This text has white color on #4E4F3D background.