COLOR #4C5326

HEX: #4C5326 RGB: (76,83,38)

Color info

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

RGB color model

#4C5326 color RGB value is (76,83,38).

RGB: (76,83,38) (30%, 33%, 15%)

RGB channels and saturation

R 76 of 255 = 30%
G 83 of 255 = 33%
B 38 of 255 = 15%

76
83
38

R + G + B ~ 26%. #4C5326 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 83 + 38 = 197 (100%)
R 76 of 197 ~ 38.58%
G 83 of 197 ~ 42.13%
B 38 of 197 ~ 19.29'%

%38.58
%42.13
%19.29

CMYK color model

#4C5326 color CMYK value is (8,0,54,67).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 54.22%
  • key color value is 67.45%

CMYK: (8,0,54,67)
C8M0Y54K67 (8%, 0%, 54%, 67%)
(0.08 / 0.00 / 0.54 / 0.67)

CMYK percentages

%8.43
%0
%54.22
%67.45

Codes

Color #4C5326 in popluar color models

4C 53 26
RGB 76 83 38
HSL 69° 37.19% 23.73%
HSB/HSV 69° 54.22% 32.55%
CMYK 8.43% 0.00% 54.22%
67.45%

Color #4C5326 in popluar number systems.

HEX 4C 53 26
Decimal 76 83 38
Binary 1001100 1010011 100110
Octal 114 123 46

Shades and tints

Shades of #4C5326

#4C5326
(76,83,38)
#464C23
(70,76,35)
#404520
(64,69,32)
#3A3E1D
(58,62,29)
#34371A
(52,55,26)
#2E3017
(46,48,23)
#282914
(40,41,20)
#222211
(34,34,17)
#1C1B0E
(28,27,14)
#16140B
(22,20,11)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #4C5326

#4C5326
(76,83,38)
#5C6239
(92,98,57)
#6C714C
(108,113,76)
#7C805F
(124,128,95)
#8C8F72
(140,143,114)
#9C9E85
(156,158,133)
#ACAD98
(172,173,152)
#BCBCAB
(188,188,171)
#CCCBBE
(204,203,190)
#DCDAD1
(220,218,209)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5326 color. Also use rgb(76,83,38) instead hex code.

Text Font Color

.myTextColor { color: #4C5326; }

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

This text font color is #4C5326.

Background Color

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

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

This div background color is #4C5326.

Border color

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

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

This div border color is #4C5326.

Opacity

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

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

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

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

This text has shadow with #4C5326 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5326.

Preview

Color preview on black background

This text has color #4C5326 on black background.


Color preview on white background

This text has color #4C5326 on white background.


Black color preview on #4C5326 background

This text has black color on #4C5326 background.


White color preview on #4C5326 background

This text has white color on #4C5326 background.


Related colors

Complementary color

Complementary color for #hex is #B3ACD9.


I love getcolorcode.com

Triadic colors

1 #264C53 and #53264C with #4C5326 are triadic colors.

2 #26534C and #534C26 with #4C5326 are triadic colors.