COLOR #4C6025

HEX: #4C6025 RGB: (76,96,37)

Color info

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

RGB color model

#4C6025 color RGB value is (76,96,37).

RGB: (76,96,37) (30%, 38%, 15%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 37 of 255 = 15%

76
96
37

R + G + B ~ 28%. #4C6025 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 37 = 209 (100%)
R 76 of 209 ~ 36.36%
G 96 of 209 ~ 45.93%
B 37 of 209 ~ 17.7'%

%36.36
%45.93
%17.7

CMYK color model

#4C6025 color CMYK value is (21,0,61,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 61.46%
  • key color value is 62.35%

CMYK: (21,0,61,62)
C21M0Y61K62 (21%, 0%, 61%, 62%)
(0.21 / 0.00 / 0.61 / 0.62)

CMYK percentages

%20.83
%0
%61.46
%62.35

Codes

Color #4C6025 in popluar color models

4C 60 25
RGB 76 96 37
HSL 80° 44.36% 26.08%
HSB/HSV 80° 61.46% 37.65%
CMYK 20.83% 0.00% 61.46%
62.35%

Color #4C6025 in popluar number systems.

HEX 4C 60 25
Decimal 76 96 37
Binary 1001100 1100000 100101
Octal 114 140 45

Shades and tints

Shades of #4C6025

#4C6025
(76,96,37)
#465822
(70,88,34)
#40501F
(64,80,31)
#3A481C
(58,72,28)
#344019
(52,64,25)
#2E3816
(46,56,22)
#283013
(40,48,19)
#222810
(34,40,16)
#1C200D
(28,32,13)
#16180A
(22,24,10)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #4C6025

#4C6025
(76,96,37)
#5C6E38
(92,110,56)
#6C7C4B
(108,124,75)
#7C8A5E
(124,138,94)
#8C9871
(140,152,113)
#9CA684
(156,166,132)
#ACB497
(172,180,151)
#BCC2AA
(188,194,170)
#CCD0BD
(204,208,189)
#DCDED0
(220,222,208)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6025 color. Also use rgb(76,96,37) instead hex code.

Text Font Color

.myTextColor { color: #4C6025; }

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

This text font color is #4C6025.

Background Color

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

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

This div background color is #4C6025.

Border color

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

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

This div border color is #4C6025.

Opacity

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

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

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

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

This text has shadow with #4C6025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6025.

Preview

Color preview on black background

This text has color #4C6025 on black background.


Color preview on white background

This text has color #4C6025 on white background.


Black color preview on #4C6025 background

This text has black color on #4C6025 background.


White color preview on #4C6025 background

This text has white color on #4C6025 background.


Related colors

Complementary color

Complementary color for #hex is #B39FDA.


I love getcolorcode.com

Triadic colors

1 #254C60 and #60254C with #4C6025 are triadic colors.

2 #25604C and #604C25 with #4C6025 are triadic colors.