COLOR #4C6528

HEX: #4C6528
RGB: (76,101,40)

Color info

#4C6528 contains mainly red and green colors. Web safe color of #4C6528 is #336633 (or #363).

RGB color model

#4C6528 color RGB value is (76,101,40).

  • red value is 76;
  • green value is 101;
  • blue value is 40.
RGB:
(76,101,40)
(30%,40%,16%)

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 40 of 255 = 16%

76
101
40

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

Portions of RGB colors in percentages

R + G + B =
76 + 101 + 40 = 217 (100%)
R 76 of 217 ~ 35.02%
G 101 of 217 ~ 46.54%
B 40 of 217 ~ 18.43%

%35.02
%46.54
%18.43

CMYK color model

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

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 60.40%
  • key color value is 60.39%
CMYK:
(25,0,60,60)
C25M0Y60K60 
(25%,0%,60%,60%)
(0.25/0.00/0.60/0.60)	

CMYK percentages

%24.75
%0
%60.4
%60.39

Codes

Color #4C6528 in popluar color models

4C6528
RGB7610140
HSL85°43.26%27.65%
HSB/HSV85°60.40%39.61%
CMYK24.75%0.00%60.40%
60.39%

Color #4C6528 in popluar number systems.

HEX4C6528
Decimal7610140
Binary10011001100101101000
Octal11414550

Shades and tints

Shades of #4C6528

#4C6528
(76,101,40)
#465C25
(70,92,37)
#405322
(64,83,34)
#3A4A1F
(58,74,31)
#34411C
(52,65,28)
#2E3819
(46,56,25)
#282F16
(40,47,22)
#222613
(34,38,19)
#1C1D10
(28,29,16)
#16140D
(22,20,13)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #4C6528

#4C6528
(76,101,40)
#5C733B
(92,115,59)
#6C814E
(108,129,78)
#7C8F61
(124,143,97)
#8C9D74
(140,157,116)
#9CAB87
(156,171,135)
#ACB99A
(172,185,154)
#BCC7AD
(188,199,173)
#CCD5C0
(204,213,192)
#DCE3D3
(220,227,211)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6528; }

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

This text font color is #4C6528.


Background Color

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

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

This div background color is #4C6528.


Border color

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

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

This div border color is #4C6528.


Opacity

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

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

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

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

This text has shadow with #4C6528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6528 on black background.


Color preview on white background

This text has color #4C6528 on white background.



Black color preview on #4C6528 background

This text has black color on #4C6528 background.


White color preview on #4C6528 background

This text has white color on #4C6528 background.