COLOR #4E6241

HEX: #4E6241
RGB: (78,98,65)

Color info

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

RGB color model

#4E6241 color RGB value is (78,98,65).

  • red value is 78;
  • green value is 98;
  • blue value is 65.
RGB:
(78,98,65)
(31%,38%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 65 of 255 = 25%

78
98
65

R + G + B ~ 31%. #4E6241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 65 = 241 (100%)
R 78 of 241 ~ 32.37%
G 98 of 241 ~ 40.66%
B 65 of 241 ~ 26.97%

%32.37
%40.66
%26.97

CMYK color model

#4E6241 color CMYK value is (20,0,34,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 61.57%
CMYK:
(20,0,34,62)
C20M0Y34K62 
(20%,0%,34%,62%)
(0.20/0.00/0.34/0.62)	

CMYK percentages

%20.41
%0
%33.67
%61.57

Codes

Color #4E6241 in popluar color models

4E6241
RGB789865
HSL96°20.25%31.96%
HSB/HSV96°33.67%38.43%
CMYK20.41%0.00%33.67%
61.57%

Color #4E6241 in popluar number systems.

HEX4E6241
Decimal789865
Binary100111011000101000001
Octal116142101

Shades and tints

Shades of #4E6241

#4E6241
(78,98,65)
#475A3C
(71,90,60)
#405237
(64,82,55)
#394A32
(57,74,50)
#32422D
(50,66,45)
#2B3A28
(43,58,40)
#243223
(36,50,35)
#1D2A1E
(29,42,30)
#162219
(22,34,25)
#0F1A14
(15,26,20)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #4E6241

#4E6241
(78,98,65)
#5E7052
(94,112,82)
#6E7E63
(110,126,99)
#7E8C74
(126,140,116)
#8E9A85
(142,154,133)
#9EA896
(158,168,150)
#AEB6A7
(174,182,167)
#BEC4B8
(190,196,184)
#CED2C9
(206,210,201)
#DEE0DA
(222,224,218)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6241 color. Also use rgb(78,98,65) instead hex code.

Text Font Color

.myTextColor { color: #4E6241; }

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

This text font color is #4E6241.


Background Color

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

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

This div background color is #4E6241.


Border color

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

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

This div border color is #4E6241.


Opacity

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

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

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

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

This text has shadow with #4E6241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6241 on black background.


Color preview on white background

This text has color #4E6241 on white background.



Black color preview on #4E6241 background

This text has black color on #4E6241 background.


White color preview on #4E6241 background

This text has white color on #4E6241 background.