COLOR #4C7533

HEX: #4C7533
RGB: (76,117,51)

Color info

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

RGB color model

#4C7533 color RGB value is (76,117,51).

  • red value is 76;
  • green value is 117;
  • blue value is 51.
RGB:
(76,117,51)
(30%,46%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 51 of 255 = 20%

76
117
51

R + G + B ~ 32%. #4C7533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 51 = 244 (100%)
R 76 of 244 ~ 31.15%
G 117 of 244 ~ 47.95%
B 51 of 244 ~ 20.9%

%31.15
%47.95
%20.9

CMYK color model

#4C7533 color CMYK value is (35,0,56,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 56.41%
  • key color value is 54.12%
CMYK:
(35,0,56,54)
C35M0Y56K54 
(35%,0%,56%,54%)
(0.35/0.00/0.56/0.54)	

CMYK percentages

%35.04
%0
%56.41
%54.12

Codes

Color #4C7533 in popluar color models

4C7533
RGB7611751
HSL97°39.29%32.94%
HSB/HSV97°56.41%45.88%
CMYK35.04%0.00%56.41%
54.12%

Color #4C7533 in popluar number systems.

HEX4C7533
Decimal7611751
Binary10011001110101110011
Octal11416563

Shades and tints

Shades of #4C7533

#4C7533
(76,117,51)
#466B2F
(70,107,47)
#40612B
(64,97,43)
#3A5727
(58,87,39)
#344D23
(52,77,35)
#2E431F
(46,67,31)
#28391B
(40,57,27)
#222F17
(34,47,23)
#1C2513
(28,37,19)
#161B0F
(22,27,15)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C7533

#4C7533
(76,117,51)
#5C8145
(92,129,69)
#6C8D57
(108,141,87)
#7C9969
(124,153,105)
#8CA57B
(140,165,123)
#9CB18D
(156,177,141)
#ACBD9F
(172,189,159)
#BCC9B1
(188,201,177)
#CCD5C3
(204,213,195)
#DCE1D5
(220,225,213)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7533; }

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

This text font color is #4C7533.


Background Color

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

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

This div background color is #4C7533.


Border color

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

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

This div border color is #4C7533.


Opacity

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

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

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

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

This text has shadow with #4C7533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7533 on black background.


Color preview on white background

This text has color #4C7533 on white background.



Black color preview on #4C7533 background

This text has black color on #4C7533 background.


White color preview on #4C7533 background

This text has white color on #4C7533 background.