COLOR #4E7B51

HEX: #4E7B51
RGB: (78,123,81)

Color info

#4E7B51 contains red, green and blue colors in about the same proportion. Web safe color of #4E7B51 is #666666 (or #666).

RGB color model

#4E7B51 color RGB value is (78,123,81).

  • red value is 78;
  • green value is 123;
  • blue value is 81.
RGB:
(78,123,81)
(31%,48%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 123 of 255 = 48%
B 81 of 255 = 32%

78
123
81

R + G + B ~ 37%. #4E7B51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 123 + 81 = 282 (100%)
R 78 of 282 ~ 27.66%
G 123 of 282 ~ 43.62%
B 81 of 282 ~ 28.72%

%27.66
%43.62
%28.72

CMYK color model

#4E7B51 color CMYK value is (37,0,34,52).

  • cyan value is 36.59%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(37,0,34,52)
C37M0Y34K52 
(37%,0%,34%,52%)
(0.37/0.00/0.34/0.52)	

CMYK percentages

%36.59
%0
%34.15
%51.76

Codes

Color #4E7B51 in popluar color models

4E7B51
RGB7812381
HSL124°22.39%39.41%
HSB/HSV124°36.59%48.24%
CMYK36.59%0.00%34.15%
51.76%

Color #4E7B51 in popluar number systems.

HEX4E7B51
Decimal7812381
Binary100111011110111010001
Octal116173121

Shades and tints

Shades of #4E7B51

#4E7B51
(78,123,81)
#47704A
(71,112,74)
#406543
(64,101,67)
#395A3C
(57,90,60)
#324F35
(50,79,53)
#2B442E
(43,68,46)
#243927
(36,57,39)
#1D2E20
(29,46,32)
#162319
(22,35,25)
#0F1812
(15,24,18)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E7B51

#4E7B51
(78,123,81)
#5E8760
(94,135,96)
#6E936F
(110,147,111)
#7E9F7E
(126,159,126)
#8EAB8D
(142,171,141)
#9EB79C
(158,183,156)
#AEC3AB
(174,195,171)
#BECFBA
(190,207,186)
#CEDBC9
(206,219,201)
#DEE7D8
(222,231,216)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7B51 color. Also use rgb(78,123,81) instead hex code.

Text Font Color

.myTextColor { color: #4E7B51; }

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

This text font color is #4E7B51.


Background Color

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

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

This div background color is #4E7B51.


Border color

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

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

This div border color is #4E7B51.


Opacity

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

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

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

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

This text has shadow with #4E7B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7B51 on black background.


Color preview on white background

This text has color #4E7B51 on white background.



Black color preview on #4E7B51 background

This text has black color on #4E7B51 background.


White color preview on #4E7B51 background

This text has white color on #4E7B51 background.