COLOR #4E631B

HEX: #4E631B
RGB: (78,99,27)

Color info

#4E631B contains mainly red and green colors. Web safe color of #4E631B is #666633 (or #663).

RGB color model

#4E631B color RGB value is (78,99,27).

  • red value is 78;
  • green value is 99;
  • blue value is 27.
RGB:
(78,99,27)
(31%,39%,11%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 27 of 255 = 11%

78
99
27

R + G + B ~ 27%. #4E631B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 99 + 27 = 204 (100%)
R 78 of 204 ~ 38.24%
G 99 of 204 ~ 48.53%
B 27 of 204 ~ 13.24%

%38.24
%48.53
%13.24

CMYK color model

#4E631B color CMYK value is (21,0,73,61).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 61.18%
CMYK:
(21,0,73,61)
C21M0Y73K61 
(21%,0%,73%,61%)
(0.21/0.00/0.73/0.61)	

CMYK percentages

%21.21
%0
%72.73
%61.18

Codes

Color #4E631B in popluar color models

4E631B
RGB789927
HSL78°57.14%24.71%
HSB/HSV78°72.73%38.82%
CMYK21.21%0.00%72.73%
61.18%

Color #4E631B in popluar number systems.

HEX4E631B
Decimal789927
Binary1001110110001111011
Octal11614333

Shades and tints

Shades of #4E631B

#4E631B
(78,99,27)
#475A19
(71,90,25)
#405117
(64,81,23)
#394815
(57,72,21)
#323F13
(50,63,19)
#2B3611
(43,54,17)
#242D0F
(36,45,15)
#1D240D
(29,36,13)
#161B0B
(22,27,11)
#0F1209
(15,18,9)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #4E631B

#4E631B
(78,99,27)
#5E712F
(94,113,47)
#6E7F43
(110,127,67)
#7E8D57
(126,141,87)
#8E9B6B
(142,155,107)
#9EA97F
(158,169,127)
#AEB793
(174,183,147)
#BEC5A7
(190,197,167)
#CED3BB
(206,211,187)
#DEE1CF
(222,225,207)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E631B color. Also use rgb(78,99,27) instead hex code.

Text Font Color

.myTextColor { color: #4E631B; }

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

This text font color is #4E631B.


Background Color

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

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

This div background color is #4E631B.


Border color

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

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

This div border color is #4E631B.


Opacity

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

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

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

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

This text has shadow with #4E631B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E631B on black background.


Color preview on white background

This text has color #4E631B on white background.



Black color preview on #4E631B background

This text has black color on #4E631B background.


White color preview on #4E631B background

This text has white color on #4E631B background.