COLOR #4E6258

HEX: #4E6258
RGB: (78,98,88)

Color info

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

RGB color model

#4E6258 color RGB value is (78,98,88).

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

RGB channels and saturation

R 78 of 255 = 31%
G 98 of 255 = 38%
B 88 of 255 = 35%

78
98
88

R + G + B ~ 35%. #4E6258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 98 + 88 = 264 (100%)
R 78 of 264 ~ 29.55%
G 98 of 264 ~ 37.12%
B 88 of 264 ~ 33.33%

%29.55
%37.12
%33.33

CMYK color model

#4E6258 color CMYK value is (20,0,10,62).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(20,0,10,62)
C20M0Y10K62 
(20%,0%,10%,62%)
(0.20/0.00/0.10/0.62)	

CMYK percentages

%20.41
%0
%10.2
%61.57

Codes

Color #4E6258 in popluar color models

4E6258
RGB789888
HSL150°11.36%34.51%
HSB/HSV150°20.41%38.43%
CMYK20.41%0.00%10.20%
61.57%

Color #4E6258 in popluar number systems.

HEX4E6258
Decimal789888
Binary100111011000101011000
Octal116142130

Shades and tints

Shades of #4E6258

#4E6258
(78,98,88)
#475A50
(71,90,80)
#405248
(64,82,72)
#394A40
(57,74,64)
#324238
(50,66,56)
#2B3A30
(43,58,48)
#243228
(36,50,40)
#1D2A20
(29,42,32)
#162218
(22,34,24)
#0F1A10
(15,26,16)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #4E6258

#4E6258
(78,98,88)
#5E7067
(94,112,103)
#6E7E76
(110,126,118)
#7E8C85
(126,140,133)
#8E9A94
(142,154,148)
#9EA8A3
(158,168,163)
#AEB6B2
(174,182,178)
#BEC4C1
(190,196,193)
#CED2D0
(206,210,208)
#DEE0DF
(222,224,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6258; }

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

This text font color is #4E6258.


Background Color

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

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

This div background color is #4E6258.


Border color

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

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

This div border color is #4E6258.


Opacity

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

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

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

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

This text has shadow with #4E6258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6258 on black background.


Color preview on white background

This text has color #4E6258 on white background.



Black color preview on #4E6258 background

This text has black color on #4E6258 background.


White color preview on #4E6258 background

This text has white color on #4E6258 background.