COLOR #4E693E

HEX: #4E693E
RGB: (78,105,62)

Color info

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

RGB color model

#4E693E color RGB value is (78,105,62).

  • red value is 78;
  • green value is 105;
  • blue value is 62.
RGB:
(78,105,62)
(31%,41%,24%)

RGB channels and saturation

R 78 of 255 = 31%
G 105 of 255 = 41%
B 62 of 255 = 24%

78
105
62

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

Portions of RGB colors in percentages

R + G + B =
78 + 105 + 62 = 245 (100%)
R 78 of 245 ~ 31.84%
G 105 of 245 ~ 42.86%
B 62 of 245 ~ 25.31%

%31.84
%42.86
%25.31

CMYK color model

#4E693E color CMYK value is (26,0,41,59).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 58.82%
CMYK:
(26,0,41,59)
C26M0Y41K59 
(26%,0%,41%,59%)
(0.26/0.00/0.41/0.59)	

CMYK percentages

%25.71
%0
%40.95
%58.82

Codes

Color #4E693E in popluar color models

4E693E
RGB7810562
HSL98°25.75%32.75%
HSB/HSV98°40.95%41.18%
CMYK25.71%0.00%40.95%
58.82%

Color #4E693E in popluar number systems.

HEX4E693E
Decimal7810562
Binary10011101101001111110
Octal11615176

Shades and tints

Shades of #4E693E

#4E693E
(78,105,62)
#476039
(71,96,57)
#405734
(64,87,52)
#394E2F
(57,78,47)
#32452A
(50,69,42)
#2B3C25
(43,60,37)
#243320
(36,51,32)
#1D2A1B
(29,42,27)
#162116
(22,33,22)
#0F1811
(15,24,17)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #4E693E

#4E693E
(78,105,62)
#5E764F
(94,118,79)
#6E8360
(110,131,96)
#7E9071
(126,144,113)
#8E9D82
(142,157,130)
#9EAA93
(158,170,147)
#AEB7A4
(174,183,164)
#BEC4B5
(190,196,181)
#CED1C6
(206,209,198)
#DEDED7
(222,222,215)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E693E color. Also use rgb(78,105,62) instead hex code.

Text Font Color

.myTextColor { color: #4E693E; }

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

This text font color is #4E693E.


Background Color

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

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

This div background color is #4E693E.


Border color

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

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

This div border color is #4E693E.


Opacity

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

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

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

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

This text has shadow with #4E693E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E693E on black background.


Color preview on white background

This text has color #4E693E on white background.



Black color preview on #4E693E background

This text has black color on #4E693E background.


White color preview on #4E693E background

This text has white color on #4E693E background.