COLOR #4C583F

HEX: #4C583F
RGB: (76,88,63)

Color info

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

RGB color model

#4C583F color RGB value is (76,88,63).

  • red value is 76;
  • green value is 88;
  • blue value is 63.
RGB:
(76,88,63)
(30%,35%,25%)

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 63 of 255 = 25%

76
88
63

R + G + B ~ 30%. #4C583F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 88 + 63 = 227 (100%)
R 76 of 227 ~ 33.48%
G 88 of 227 ~ 38.77%
B 63 of 227 ~ 27.75%

%33.48
%38.77
%27.75

CMYK color model

#4C583F color CMYK value is (14,0,28,65).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK:
(14,0,28,65)
C14M0Y28K65 
(14%,0%,28%,65%)
(0.14/0.00/0.28/0.65)	

CMYK percentages

%13.64
%0
%28.41
%65.49

Codes

Color #4C583F in popluar color models

4C583F
RGB768863
HSL89°16.56%29.61%
HSB/HSV89°28.41%34.51%
CMYK13.64%0.00%28.41%
65.49%

Color #4C583F in popluar number systems.

HEX4C583F
Decimal768863
Binary10011001011000111111
Octal11413077

Shades and tints

Shades of #4C583F

#4C583F
(76,88,63)
#46503A
(70,80,58)
#404835
(64,72,53)
#3A4030
(58,64,48)
#34382B
(52,56,43)
#2E3026
(46,48,38)
#282821
(40,40,33)
#22201C
(34,32,28)
#1C1817
(28,24,23)
#161012
(22,16,18)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C583F

#4C583F
(76,88,63)
#5C6750
(92,103,80)
#6C7661
(108,118,97)
#7C8572
(124,133,114)
#8C9483
(140,148,131)
#9CA394
(156,163,148)
#ACB2A5
(172,178,165)
#BCC1B6
(188,193,182)
#CCD0C7
(204,208,199)
#DCDFD8
(220,223,216)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C583F; }

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

This text font color is #4C583F.


Background Color

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

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

This div background color is #4C583F.


Border color

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

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

This div border color is #4C583F.


Opacity

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

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

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

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

This text has shadow with #4C583F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C583F on black background.


Color preview on white background

This text has color #4C583F on white background.



Black color preview on #4C583F background

This text has black color on #4C583F background.


White color preview on #4C583F background

This text has white color on #4C583F background.