COLOR #4C7541

HEX: #4C7541 RGB: (76,117,65)

Color info

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

RGB color model

#4C7541 color RGB value is (76,117,65).

RGB: (76,117,65) (30%, 46%, 25%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 65 of 255 = 25%

76
117
65

R + G + B ~ 34%. #4C7541 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 117 + 65 = 258 (100%)
R 76 of 258 ~ 29.46%
G 117 of 258 ~ 45.35%
B 65 of 258 ~ 25.19'%

%29.46
%45.35
%25.19

CMYK color model

#4C7541 color CMYK value is (35,0,44,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 54.12%

CMYK: (35,0,44,54)
C35M0Y44K54 (35%, 0%, 44%, 54%)
(0.35 / 0.00 / 0.44 / 0.54)

CMYK percentages

%35.04
%0
%44.44
%54.12

Codes

Color #4C7541 in popluar color models

4C 75 41
RGB 76 117 65
HSL 107° 28.57% 35.69%
HSB/HSV 107° 44.44% 45.88%
CMYK 35.04% 0.00% 44.44%
54.12%

Color #4C7541 in popluar number systems.

HEX 4C 75 41
Decimal 76 117 65
Binary 1001100 1110101 1000001
Octal 114 165 101

Shades and tints

Shades of #4C7541

#4C7541
(76,117,65)
#466B3C
(70,107,60)
#406137
(64,97,55)
#3A5732
(58,87,50)
#344D2D
(52,77,45)
#2E4328
(46,67,40)
#283923
(40,57,35)
#222F1E
(34,47,30)
#1C2519
(28,37,25)
#161B14
(22,27,20)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C7541

#4C7541
(76,117,65)
#5C8152
(92,129,82)
#6C8D63
(108,141,99)
#7C9974
(124,153,116)
#8CA585
(140,165,133)
#9CB196
(156,177,150)
#ACBDA7
(172,189,167)
#BCC9B8
(188,201,184)
#CCD5C9
(204,213,201)
#DCE1DA
(220,225,218)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7541 color. Also use rgb(76,117,65) instead hex code.

Text Font Color

.myTextColor { color: #4C7541; }

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

This text font color is #4C7541.

Background Color

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

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

This div background color is #4C7541.

Border color

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

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

This div border color is #4C7541.

Opacity

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

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

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

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

This text has shadow with #4C7541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7541.

Preview

Color preview on black background

This text has color #4C7541 on black background.


Color preview on white background

This text has color #4C7541 on white background.


Black color preview on #4C7541 background

This text has black color on #4C7541 background.


White color preview on #4C7541 background

This text has white color on #4C7541 background.


Related colors

Complementary color

Complementary color for #hex is #B38ABE.


I love getcolorcode.com

Triadic colors

1 #414C75 and #75414C with #4C7541 are triadic colors.

2 #41754C and #754C41 with #4C7541 are triadic colors.