COLOR #4E622B

HEX: #4E622B
RGB: (78,98,43)

Color info

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

RGB color model

#4E622B color RGB value is (78,98,43).

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

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 43 of 255 = 17%

78
98
43

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

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 43 = 219 (100%)
R 78 of 219 ~ 35.62%
G 98 of 219 ~ 44.75%
B 43 of 219 ~ 19.63%

%35.62
%44.75
%19.63

CMYK color model

#4E622B color CMYK value is (20,0,56,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 56.12%
  • key color value is 61.57%
CMYK:
(20,0,56,62)
C20M0Y56K62 
(20%,0%,56%,62%)
(0.20/0.00/0.56/0.62)	

CMYK percentages

%20.41
%0
%56.12
%61.57

Codes

Color #4E622B in popluar color models

4E622B
RGB789843
HSL82°39.01%27.65%
HSB/HSV82°56.12%38.43%
CMYK20.41%0.00%56.12%
61.57%

Color #4E622B in popluar number systems.

HEX4E622B
Decimal789843
Binary10011101100010101011
Octal11614253

Shades and tints

Shades of #4E622B

#4E622B
(78,98,43)
#475A28
(71,90,40)
#405225
(64,82,37)
#394A22
(57,74,34)
#32421F
(50,66,31)
#2B3A1C
(43,58,28)
#243219
(36,50,25)
#1D2A16
(29,42,22)
#162213
(22,34,19)
#0F1A10
(15,26,16)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #4E622B

#4E622B
(78,98,43)
#5E703E
(94,112,62)
#6E7E51
(110,126,81)
#7E8C64
(126,140,100)
#8E9A77
(142,154,119)
#9EA88A
(158,168,138)
#AEB69D
(174,182,157)
#BEC4B0
(190,196,176)
#CED2C3
(206,210,195)
#DEE0D6
(222,224,214)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E622B; }

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

This text font color is #4E622B.


Background Color

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

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

This div background color is #4E622B.


Border color

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

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

This div border color is #4E622B.


Opacity

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

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

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

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

This text has shadow with #4E622B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E622B on black background.


Color preview on white background

This text has color #4E622B on white background.



Black color preview on #4E622B background

This text has black color on #4E622B background.


White color preview on #4E622B background

This text has white color on #4E622B background.