COLOR #4E8267

HEX: #4E8267
RGB: (78,130,103)

Color info

#4E8267 contains red, green and blue colors in about the same proportion. Web safe color of #4E8267 is #669966 (or #696).

RGB color model

#4E8267 color RGB value is (78,130,103).

  • red value is 78;
  • green value is 130;
  • blue value is 103.
RGB:
(78,130,103)
(31%,51%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 103 of 255 = 40%

78
130
103

R + G + B ~ 41%. #4E8267 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 103 = 311 (100%)
R 78 of 311 ~ 25.08%
G 130 of 311 ~ 41.8%
B 103 of 311 ~ 33.12%

%25.08
%41.8
%33.12

CMYK color model

#4E8267 color CMYK value is (40,0,21,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(40,0,21,49)
C40M0Y21K49 
(40%,0%,21%,49%)
(0.40/0.00/0.21/0.49)	

CMYK percentages

%40
%0
%20.77
%49.02

Codes

Color #4E8267 in popluar color models

4E8267
RGB78130103
HSL149°25.00%40.78%
HSB/HSV149°40.00%50.98%
CMYK40.00%0.00%20.77%
49.02%

Color #4E8267 in popluar number systems.

HEX4E8267
Decimal78130103
Binary1001110100000101100111
Octal116202147

Shades and tints

Shades of #4E8267

#4E8267
(78,130,103)
#47775E
(71,119,94)
#406C55
(64,108,85)
#39614C
(57,97,76)
#325643
(50,86,67)
#2B4B3A
(43,75,58)
#244031
(36,64,49)
#1D3528
(29,53,40)
#162A1F
(22,42,31)
#0F1F16
(15,31,22)
#08140D
(8,20,13)
#000000
(0,0,0)

Tints of #4E8267

#4E8267
(78,130,103)
#5E8D74
(94,141,116)
#6E9881
(110,152,129)
#7EA38E
(126,163,142)
#8EAE9B
(142,174,155)
#9EB9A8
(158,185,168)
#AEC4B5
(174,196,181)
#BECFC2
(190,207,194)
#CEDACF
(206,218,207)
#DEE5DC
(222,229,220)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8267 color. Also use rgb(78,130,103) instead hex code.

Text Font Color

.myTextColor { color: #4E8267; }

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

This text font color is #4E8267.


Background Color

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

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

This div background color is #4E8267.


Border color

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

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

This div border color is #4E8267.


Opacity

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

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

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

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

This text has shadow with #4E8267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8267 on black background.


Color preview on white background

This text has color #4E8267 on white background.



Black color preview on #4E8267 background

This text has black color on #4E8267 background.


White color preview on #4E8267 background

This text has white color on #4E8267 background.