COLOR #4C652F

HEX: #4C652F RGB: (76,101,47)

Color info

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

RGB color model

#4C652F color RGB value is (76,101,47).

RGB: (76,101,47) (30%, 40%, 18%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 47 of 255 = 18%

76
101
47

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

Portions of RGB colors in percentages

R + G + B = 76 + 101 + 47 = 224 (100%)
R 76 of 224 ~ 33.93%
G 101 of 224 ~ 45.09%
B 47 of 224 ~ 20.98'%

%33.93
%45.09
%20.98

CMYK color model

#4C652F color CMYK value is (25,0,53,60).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 53.47%
  • key color value is 60.39%

CMYK: (25,0,53,60)
C25M0Y53K60 (25%, 0%, 53%, 60%)
(0.25 / 0.00 / 0.53 / 0.60)

CMYK percentages

%24.75
%0
%53.47
%60.39

Codes

Color #4C652F in popluar color models

4C 65 2F
RGB 76 101 47
HSL 88° 36.49% 29.02%
HSB/HSV 88° 53.47% 39.61%
CMYK 24.75% 0.00% 53.47%
60.39%

Color #4C652F in popluar number systems.

HEX 4C 65 2F
Decimal 76 101 47
Binary 1001100 1100101 101111
Octal 114 145 57

Shades and tints

Shades of #4C652F

#4C652F
(76,101,47)
#465C2B
(70,92,43)
#405327
(64,83,39)
#3A4A23
(58,74,35)
#34411F
(52,65,31)
#2E381B
(46,56,27)
#282F17
(40,47,23)
#222613
(34,38,19)
#1C1D0F
(28,29,15)
#16140B
(22,20,11)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #4C652F

#4C652F
(76,101,47)
#5C7341
(92,115,65)
#6C8153
(108,129,83)
#7C8F65
(124,143,101)
#8C9D77
(140,157,119)
#9CAB89
(156,171,137)
#ACB99B
(172,185,155)
#BCC7AD
(188,199,173)
#CCD5BF
(204,213,191)
#DCE3D1
(220,227,209)
#ECF1E3
(236,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C652F color. Also use rgb(76,101,47) instead hex code.

Text Font Color

.myTextColor { color: #4C652F; }

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

This text font color is #4C652F.

Background Color

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

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

This div background color is #4C652F.

Border color

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

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

This div border color is #4C652F.

Opacity

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

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

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

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

This text has shadow with #4C652F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C652F.

Preview

Color preview on black background

This text has color #4C652F on black background.


Color preview on white background

This text has color #4C652F on white background.


Black color preview on #4C652F background

This text has black color on #4C652F background.


White color preview on #4C652F background

This text has white color on #4C652F background.


Related colors

Complementary color

Complementary color for #hex is #B39AD0.


I love getcolorcode.com

Triadic colors

1 #2F4C65 and #652F4C with #4C652F are triadic colors.

2 #2F654C and #654C2F with #4C652F are triadic colors.