COLOR #4C503F

HEX: #4C503F RGB: (76,80,63)

Color info

#4C503F contains red, green and blue colors in about the same proportion. Web safe color of #4C503F is #336633 (or #363).

RGB color model

#4C503F color RGB value is (76,80,63).

RGB: (76,80,63) (30%, 31%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 63 of 255 = 25%

76
80
63

R + G + B ~ 29%. #4C503F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 80 + 63 = 219 (100%)
R 76 of 219 ~ 34.7%
G 80 of 219 ~ 36.53%
B 63 of 219 ~ 28.77'%

%34.7
%36.53
%28.77

CMYK color model

#4C503F color CMYK value is (5,0,21,69).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 68.63%

CMYK: (5,0,21,69)
C5M0Y21K69 (5%, 0%, 21%, 69%)
(0.05 / 0.00 / 0.21 / 0.69)

CMYK percentages

%5
%0
%21.25
%68.63

Codes

Color #4C503F in popluar color models

4C 50 3F
RGB 76 80 63
HSL 74° 11.89% 28.04%
HSB/HSV 74° 21.25% 31.37%
CMYK 5.00% 0.00% 21.25%
68.63%

Color #4C503F in popluar number systems.

HEX 4C 50 3F
Decimal 76 80 63
Binary 1001100 1010000 111111
Octal 114 120 77

Shades and tints

Shades of #4C503F

#4C503F
(76,80,63)
#46493A
(70,73,58)
#404235
(64,66,53)
#3A3B30
(58,59,48)
#34342B
(52,52,43)
#2E2D26
(46,45,38)
#282621
(40,38,33)
#221F1C
(34,31,28)
#1C1817
(28,24,23)
#161112
(22,17,18)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #4C503F

#4C503F
(76,80,63)
#5C5F50
(92,95,80)
#6C6E61
(108,110,97)
#7C7D72
(124,125,114)
#8C8C83
(140,140,131)
#9C9B94
(156,155,148)
#ACAAA5
(172,170,165)
#BCB9B6
(188,185,182)
#CCC8C7
(204,200,199)
#DCD7D8
(220,215,216)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C503F color. Also use rgb(76,80,63) instead hex code.

Text Font Color

.myTextColor { color: #4C503F; }

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

This text font color is #4C503F.

Background Color

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

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

This div background color is #4C503F.

Border color

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

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

This div border color is #4C503F.

Opacity

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

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

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

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

This text has shadow with #4C503F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C503F.

Preview

Color preview on black background

This text has color #4C503F on black background.


Color preview on white background

This text has color #4C503F on white background.


Black color preview on #4C503F background

This text has black color on #4C503F background.


White color preview on #4C503F background

This text has white color on #4C503F background.


Related colors

Complementary color

Complementary color for #hex is #B3AFC0.


I love getcolorcode.com

Triadic colors

1 #3F4C50 and #503F4C with #4C503F are triadic colors.

2 #3F504C and #504C3F with #4C503F are triadic colors.