COLOR #4E633F

HEX: #4E633F RGB: (78,99,63)

Color info

#4E633F contains red, green and blue colors in about the same proportion. Web safe color of #4E633F is #666633 (or #663).

RGB color model

#4E633F color RGB value is (78,99,63).

RGB: (78,99,63) (31%, 39%, 25%)

RGB channels and saturation

R 78 of 255 = 31%
G 99 of 255 = 39%
B 63 of 255 = 25%

78
99
63

R + G + B ~ 32%. #4E633F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 99 + 63 = 240 (100%)
R 78 of 240 ~ 32.5%
G 99 of 240 ~ 41.25%
B 63 of 240 ~ 26.25'%

%32.5
%41.25
%26.25

CMYK color model

#4E633F color CMYK value is (21,0,36,61).

  • cyan value is 21.21%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 61.18%

CMYK: (21,0,36,61)
C21M0Y36K61 (21%, 0%, 36%, 61%)
(0.21 / 0.00 / 0.36 / 0.61)

CMYK percentages

%21.21
%0
%36.36
%61.18

Codes

Color #4E633F in popluar color models

4E 63 3F
RGB 78 99 63
HSL 95° 22.22% 31.76%
HSB/HSV 95° 36.36% 38.82%
CMYK 21.21% 0.00% 36.36%
61.18%

Color #4E633F in popluar number systems.

HEX 4E 63 3F
Decimal 78 99 63
Binary 1001110 1100011 111111
Octal 116 143 77

Shades and tints

Shades of #4E633F

#4E633F
(78,99,63)
#475A3A
(71,90,58)
#405135
(64,81,53)
#394830
(57,72,48)
#323F2B
(50,63,43)
#2B3626
(43,54,38)
#242D21
(36,45,33)
#1D241C
(29,36,28)
#161B17
(22,27,23)
#0F1212
(15,18,18)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #4E633F

#4E633F
(78,99,63)
#5E7150
(94,113,80)
#6E7F61
(110,127,97)
#7E8D72
(126,141,114)
#8E9B83
(142,155,131)
#9EA994
(158,169,148)
#AEB7A5
(174,183,165)
#BEC5B6
(190,197,182)
#CED3C7
(206,211,199)
#DEE1D8
(222,225,216)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E633F color. Also use rgb(78,99,63) instead hex code.

Text Font Color

.myTextColor { color: #4E633F; }

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

This text font color is #4E633F.

Background Color

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

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

This div background color is #4E633F.

Border color

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

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

This div border color is #4E633F.

Opacity

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

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

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

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

This text has shadow with #4E633F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E633F.

Preview

Color preview on black background

This text has color #4E633F on black background.


Color preview on white background

This text has color #4E633F on white background.


Black color preview on #4E633F background

This text has black color on #4E633F background.


White color preview on #4E633F background

This text has white color on #4E633F background.


Related colors

Complementary color

Complementary color for #hex is #B19CC0.


I love getcolorcode.com

Triadic colors

1 #3F4E63 and #633F4E with #4E633F are triadic colors.

2 #3F634E and #634E3F with #4E633F are triadic colors.