COLOR #4E6C08

HEX: #4E6C08
RGB: (78,108,8)

Color info

#4E6C08 contains mainly red and green colors. Web safe color of #4E6C08 is #666600 (or #660).

RGB color model

#4E6C08 color RGB value is (78,108,8).

  • red value is 78;
  • green value is 108;
  • blue value is 8.
RGB:
(78,108,8)
(31%,42%,3%)

RGB channels and saturation

R 78 of 255 = 31%
G 108 of 255 = 42%
B 8 of 255 = 3%

78
108
8

R + G + B ~ 25%. #4E6C08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 108 + 8 = 194 (100%)
R 78 of 194 ~ 40.21%
G 108 of 194 ~ 55.67%
B 8 of 194 ~ 4.12%

%40.21
%55.67

CMYK color model

#4E6C08 color CMYK value is (28,0,93,58).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 92.59%
  • key color value is 57.65%
CMYK:
(28,0,93,58)
C28M0Y93K58 
(28%,0%,93%,58%)
(0.28/0.00/0.93/0.58)	

CMYK percentages

%27.78
%0
%92.59
%57.65

Codes

Color #4E6C08 in popluar color models

4E6C08
RGB781088
HSL78°86.21%22.75%
HSB/HSV78°92.59%42.35%
CMYK27.78%0.00%92.59%
57.65%

Color #4E6C08 in popluar number systems.

HEX4E6C08
Decimal781088
Binary100111011011001000
Octal11615410

Shades and tints

Shades of #4E6C08

#4E6C08
(78,108,8)
#476308
(71,99,8)
#405A08
(64,90,8)
#395108
(57,81,8)
#324808
(50,72,8)
#2B3F08
(43,63,8)
#243608
(36,54,8)
#1D2D08
(29,45,8)
#162408
(22,36,8)
#0F1B08
(15,27,8)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #4E6C08

#4E6C08
(78,108,8)
#5E791E
(94,121,30)
#6E8634
(110,134,52)
#7E934A
(126,147,74)
#8EA060
(142,160,96)
#9EAD76
(158,173,118)
#AEBA8C
(174,186,140)
#BEC7A2
(190,199,162)
#CED4B8
(206,212,184)
#DEE1CE
(222,225,206)
#EEEEE4
(238,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6C08 color. Also use rgb(78,108,8) instead hex code.

Text Font Color

.myTextColor { color: #4E6C08; }

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

This text font color is #4E6C08.


Background Color

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

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

This div background color is #4E6C08.


Border color

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

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

This div border color is #4E6C08.


Opacity

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

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

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

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

This text has shadow with #4E6C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6C08 on black background.


Color preview on white background

This text has color #4E6C08 on white background.



Black color preview on #4E6C08 background

This text has black color on #4E6C08 background.


White color preview on #4E6C08 background

This text has white color on #4E6C08 background.