COLOR #4E926D

HEX: #4E926D
RGB: (78,146,109)

Color info

#4E926D contains mainly green and blue colors. Web safe color of #4E926D is #669966 (or #696).

RGB color model

#4E926D color RGB value is (78,146,109).

  • red value is 78;
  • green value is 146;
  • blue value is 109.
RGB: (78,146,109) (31%,57%,43%)

RGB channels and saturation

R 78 of 255 = 31%
G 146 of 255 = 57%
B 109 of 255 = 43%

78
146
109

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

Portions of RGB colors in percentages

R + G + B =
78 + 146 + 109 = 333 (100%)
R 78 of 333 ~ 23.42%
G 146 of 333 ~ 43.84%
B 109 of 333 ~ 32.73%

%23.42
%43.84
%32.73

CMYK color model

#4E926D color CMYK value is (47,0,25,43).

  • cyan value is 46.58%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 42.75%
CMYK: (47,0,25,43) C47M0Y25K43 (47%,0%,25%,43%) (0.47/0.00/0.25/0.43)

CMYK percentages

%46.58
%0
%25.34
%42.75

Codes

Color #4E926D in popluar color models

4E926D
RGB78146109
HSL147°30.36%43.92%
HSB/HSV147°46.58%57.25%
CMYK46.58%0.00%25.34%
42.75%

Color #4E926D in popluar number systems.

HEX4E926D
Decimal78146109
Binary1001110100100101101101
Octal116222155

Shades and tints

Shades of #4E926D

#4E926D
(78,146,109)
#478564
(71,133,100)
#40785B
(64,120,91)
#396B52
(57,107,82)
#325E49
(50,94,73)
#2B5140
(43,81,64)
#244437
(36,68,55)
#1D372E
(29,55,46)
#162A25
(22,42,37)
#0F1D1C
(15,29,28)
#081013
(8,16,19)
#000000
(0,0,0)

Tints of #4E926D

#4E926D
(78,146,109)
#5E9B7A
(94,155,122)
#6EA487
(110,164,135)
#7EAD94
(126,173,148)
#8EB6A1
(142,182,161)
#9EBFAE
(158,191,174)
#AEC8BB
(174,200,187)
#BED1C8
(190,209,200)
#CEDAD5
(206,218,213)
#DEE3E2
(222,227,226)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E926D color. Also use rgb(78,146,109) instead hex code.

Text Font Color

.myTextColor { color: #4E926D; }

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

This text font color is #4E926D.


Background Color

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

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

This div background color is #4E926D.


Border color

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

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

This div border color is #4E926D.


Opacity

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

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

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

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

This text has shadow with #4E926D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E926D on black background.


Color preview on white background

This text has color #4E926D on white background.



Black color preview on #4E926D background

This text has black color on #4E926D background.


White color preview on #4E926D background

This text has white color on #4E926D background.