COLOR #4C592B

HEX: #4C592B RGB: (76,89,43)

Color info

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

RGB color model

#4C592B color RGB value is (76,89,43).

RGB: (76,89,43) (30%, 35%, 17%)

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 43 of 255 = 17%

76
89
43

R + G + B ~ 27%. #4C592B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 89 + 43 = 208 (100%)
R 76 of 208 ~ 36.54%
G 89 of 208 ~ 42.79%
B 43 of 208 ~ 20.67'%

%36.54
%42.79
%20.67

CMYK color model

#4C592B color CMYK value is (15,0,52,65).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 65.10%

CMYK: (15,0,52,65)
C15M0Y52K65 (15%, 0%, 52%, 65%)
(0.15 / 0.00 / 0.52 / 0.65)

CMYK percentages

%14.61
%0
%51.69
%65.1

Codes

Color #4C592B in popluar color models

4C 59 2B
RGB 76 89 43
HSL 77° 34.85% 25.88%
HSB/HSV 77° 51.69% 34.90%
CMYK 14.61% 0.00% 51.69%
65.10%

Color #4C592B in popluar number systems.

HEX 4C 59 2B
Decimal 76 89 43
Binary 1001100 1011001 101011
Octal 114 131 53

Shades and tints

Shades of #4C592B

#4C592B
(76,89,43)
#465128
(70,81,40)
#404925
(64,73,37)
#3A4122
(58,65,34)
#34391F
(52,57,31)
#2E311C
(46,49,28)
#282919
(40,41,25)
#222116
(34,33,22)
#1C1913
(28,25,19)
#161110
(22,17,16)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #4C592B

#4C592B
(76,89,43)
#5C683E
(92,104,62)
#6C7751
(108,119,81)
#7C8664
(124,134,100)
#8C9577
(140,149,119)
#9CA48A
(156,164,138)
#ACB39D
(172,179,157)
#BCC2B0
(188,194,176)
#CCD1C3
(204,209,195)
#DCE0D6
(220,224,214)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C592B color. Also use rgb(76,89,43) instead hex code.

Text Font Color

.myTextColor { color: #4C592B; }

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

This text font color is #4C592B.

Background Color

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

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

This div background color is #4C592B.

Border color

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

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

This div border color is #4C592B.

Opacity

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

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

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

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

This text has shadow with #4C592B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C592B.

Preview

Color preview on black background

This text has color #4C592B on black background.


Color preview on white background

This text has color #4C592B on white background.


Black color preview on #4C592B background

This text has black color on #4C592B background.


White color preview on #4C592B background

This text has white color on #4C592B background.


Related colors

Complementary color

Complementary color for #hex is #B3A6D4.


I love getcolorcode.com

Triadic colors

1 #2B4C59 and #592B4C with #4C592B are triadic colors.

2 #2B594C and #594C2B with #4C592B are triadic colors.