COLOR #4C583A

HEX: #4C583A RGB: (76,88,58)

Color info

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

RGB color model

#4C583A color RGB value is (76,88,58).

RGB: (76,88,58) (30%, 35%, 23%)

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 58 of 255 = 23%

76
88
58

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

Portions of RGB colors in percentages

R + G + B = 76 + 88 + 58 = 222 (100%)
R 76 of 222 ~ 34.23%
G 88 of 222 ~ 39.64%
B 58 of 222 ~ 26.13'%

%34.23
%39.64
%26.13

CMYK color model

#4C583A color CMYK value is (14,0,34,65).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 65.49%

CMYK: (14,0,34,65)
C14M0Y34K65 (14%, 0%, 34%, 65%)
(0.14 / 0.00 / 0.34 / 0.65)

CMYK percentages

%13.64
%0
%34.09
%65.49

Codes

Color #4C583A in popluar color models

4C 58 3A
RGB 76 88 58
HSL 84° 20.55% 28.63%
HSB/HSV 84° 34.09% 34.51%
CMYK 13.64% 0.00% 34.09%
65.49%

Color #4C583A in popluar number systems.

HEX 4C 58 3A
Decimal 76 88 58
Binary 1001100 1011000 111010
Octal 114 130 72

Shades and tints

Shades of #4C583A

#4C583A
(76,88,58)
#465035
(70,80,53)
#404830
(64,72,48)
#3A402B
(58,64,43)
#343826
(52,56,38)
#2E3021
(46,48,33)
#28281C
(40,40,28)
#222017
(34,32,23)
#1C1812
(28,24,18)
#16100D
(22,16,13)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C583A

#4C583A
(76,88,58)
#5C674B
(92,103,75)
#6C765C
(108,118,92)
#7C856D
(124,133,109)
#8C947E
(140,148,126)
#9CA38F
(156,163,143)
#ACB2A0
(172,178,160)
#BCC1B1
(188,193,177)
#CCD0C2
(204,208,194)
#DCDFD3
(220,223,211)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C583A; }

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

This text font color is #4C583A.

Background Color

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

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

This div background color is #4C583A.

Border color

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

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

This div border color is #4C583A.

Opacity

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

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

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

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

This text has shadow with #4C583A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C583A.

Preview

Color preview on black background

This text has color #4C583A on black background.


Color preview on white background

This text has color #4C583A on white background.


Black color preview on #4C583A background

This text has black color on #4C583A background.


White color preview on #4C583A background

This text has white color on #4C583A background.


Related colors

Complementary color

Complementary color for #hex is #B3A7C5.


I love getcolorcode.com

Triadic colors

1 #3A4C58 and #583A4C with #4C583A are triadic colors.

2 #3A584C and #584C3A with #4C583A are triadic colors.