COLOR #4C7838

HEX: #4C7838 RGB: (76,120,56)

Color info

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

RGB color model

#4C7838 color RGB value is (76,120,56).

RGB: (76,120,56) (30%, 47%, 22%)

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 56 of 255 = 22%

76
120
56

R + G + B ~ 33%. #4C7838 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 120 + 56 = 252 (100%)
R 76 of 252 ~ 30.16%
G 120 of 252 ~ 47.62%
B 56 of 252 ~ 22.22'%

%30.16
%47.62
%22.22

CMYK color model

#4C7838 color CMYK value is (37,0,53,53).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 52.94%

CMYK: (37,0,53,53)
C37M0Y53K53 (37%, 0%, 53%, 53%)
(0.37 / 0.00 / 0.53 / 0.53)

CMYK percentages

%36.67
%0
%53.33
%52.94

Codes

Color #4C7838 in popluar color models

4C 78 38
RGB 76 120 56
HSL 101° 36.36% 34.51%
HSB/HSV 101° 53.33% 47.06%
CMYK 36.67% 0.00% 53.33%
52.94%

Color #4C7838 in popluar number systems.

HEX 4C 78 38
Decimal 76 120 56
Binary 1001100 1111000 111000
Octal 114 170 70

Shades and tints

Shades of #4C7838

#4C7838
(76,120,56)
#466E33
(70,110,51)
#40642E
(64,100,46)
#3A5A29
(58,90,41)
#345024
(52,80,36)
#2E461F
(46,70,31)
#283C1A
(40,60,26)
#223215
(34,50,21)
#1C2810
(28,40,16)
#161E0B
(22,30,11)
#101406
(16,20,6)
#000000
(0,0,0)

Tints of #4C7838

#4C7838
(76,120,56)
#5C844A
(92,132,74)
#6C905C
(108,144,92)
#7C9C6E
(124,156,110)
#8CA880
(140,168,128)
#9CB492
(156,180,146)
#ACC0A4
(172,192,164)
#BCCCB6
(188,204,182)
#CCD8C8
(204,216,200)
#DCE4DA
(220,228,218)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7838 color. Also use rgb(76,120,56) instead hex code.

Text Font Color

.myTextColor { color: #4C7838; }

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

This text font color is #4C7838.

Background Color

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

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

This div background color is #4C7838.

Border color

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

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

This div border color is #4C7838.

Opacity

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

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

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

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

This text has shadow with #4C7838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7838.

Preview

Color preview on black background

This text has color #4C7838 on black background.


Color preview on white background

This text has color #4C7838 on white background.


Black color preview on #4C7838 background

This text has black color on #4C7838 background.


White color preview on #4C7838 background

This text has white color on #4C7838 background.


Related colors

Complementary color

Complementary color for #hex is #B387C7.


I love getcolorcode.com

Triadic colors

1 #384C78 and #78384C with #4C7838 are triadic colors.

2 #38784C and #784C38 with #4C7838 are triadic colors.