COLOR #4C7545

HEX: #4C7545
RGB: (76,117,69)

Color info

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

RGB color model

#4C7545 color RGB value is (76,117,69).

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

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 69 of 255 = 27%

76
117
69

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

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 69 = 262 (100%)
R 76 of 262 ~ 29.01%
G 117 of 262 ~ 44.66%
B 69 of 262 ~ 26.34%

%29.01
%44.66
%26.34

CMYK color model

#4C7545 color CMYK value is (35,0,41,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 54.12%
CMYK:
(35,0,41,54)
C35M0Y41K54 
(35%,0%,41%,54%)
(0.35/0.00/0.41/0.54)	

CMYK percentages

%35.04
%0
%41.03
%54.12

Codes

Color #4C7545 in popluar color models

4C7545
RGB7611769
HSL111°25.81%36.47%
HSB/HSV111°41.03%45.88%
CMYK35.04%0.00%41.03%
54.12%

Color #4C7545 in popluar number systems.

HEX4C7545
Decimal7611769
Binary100110011101011000101
Octal114165105

Shades and tints

Shades of #4C7545

#4C7545
(76,117,69)
#466B3F
(70,107,63)
#406139
(64,97,57)
#3A5733
(58,87,51)
#344D2D
(52,77,45)
#2E4327
(46,67,39)
#283921
(40,57,33)
#222F1B
(34,47,27)
#1C2515
(28,37,21)
#161B0F
(22,27,15)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #4C7545

#4C7545
(76,117,69)
#5C8155
(92,129,85)
#6C8D65
(108,141,101)
#7C9975
(124,153,117)
#8CA585
(140,165,133)
#9CB195
(156,177,149)
#ACBDA5
(172,189,165)
#BCC9B5
(188,201,181)
#CCD5C5
(204,213,197)
#DCE1D5
(220,225,213)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7545; }

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

This text font color is #4C7545.


Background Color

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

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

This div background color is #4C7545.


Border color

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

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

This div border color is #4C7545.


Opacity

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

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

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

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

This text has shadow with #4C7545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7545 on black background.


Color preview on white background

This text has color #4C7545 on white background.



Black color preview on #4C7545 background

This text has black color on #4C7545 background.


White color preview on #4C7545 background

This text has white color on #4C7545 background.