COLOR #4E611B

HEX: #4E611B
RGB: (78,97,27)

Color info

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

RGB color model

#4E611B color RGB value is (78,97,27).

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

RGB channels and saturation

R 78 of 255 = 31%
G 97 of 255 = 38%
B 27 of 255 = 11%

78
97
27

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

Portions of RGB colors in percentages

R + G + B =
78 + 97 + 27 = 202 (100%)
R 78 of 202 ~ 38.61%
G 97 of 202 ~ 48.02%
B 27 of 202 ~ 13.37%

%38.61
%48.02
%13.37

CMYK color model

#4E611B color CMYK value is (20,0,72,62).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 72.16%
  • key color value is 61.96%
CMYK:
(20,0,72,62)
C20M0Y72K62 
(20%,0%,72%,62%)
(0.20/0.00/0.72/0.62)	

CMYK percentages

%19.59
%0
%72.16
%61.96

Codes

Color #4E611B in popluar color models

4E611B
RGB789727
HSL76°56.45%24.31%
HSB/HSV76°72.16%38.04%
CMYK19.59%0.00%72.16%
61.96%

Color #4E611B in popluar number systems.

HEX4E611B
Decimal789727
Binary1001110110000111011
Octal11614133

Shades and tints

Shades of #4E611B

#4E611B
(78,97,27)
#475919
(71,89,25)
#405117
(64,81,23)
#394915
(57,73,21)
#324113
(50,65,19)
#2B3911
(43,57,17)
#24310F
(36,49,15)
#1D290D
(29,41,13)
#16210B
(22,33,11)
#0F1909
(15,25,9)
#081107
(8,17,7)
#000000
(0,0,0)

Tints of #4E611B

#4E611B
(78,97,27)
#5E6F2F
(94,111,47)
#6E7D43
(110,125,67)
#7E8B57
(126,139,87)
#8E996B
(142,153,107)
#9EA77F
(158,167,127)
#AEB593
(174,181,147)
#BEC3A7
(190,195,167)
#CED1BB
(206,209,187)
#DEDFCF
(222,223,207)
#EEEDE3
(238,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E611B; }

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

This text font color is #4E611B.


Background Color

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

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

This div background color is #4E611B.


Border color

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

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

This div border color is #4E611B.


Opacity

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

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

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

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

This text has shadow with #4E611B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E611B on black background.


Color preview on white background

This text has color #4E611B on white background.



Black color preview on #4E611B background

This text has black color on #4E611B background.


White color preview on #4E611B background

This text has white color on #4E611B background.