COLOR #4C6638

HEX: #4C6638 RGB: (76,102,56)

Color info

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

RGB color model

#4C6638 color RGB value is (76,102,56).

RGB: (76,102,56) (30%, 40%, 22%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 56 of 255 = 22%

76
102
56

R + G + B ~ 31%. #4C6638 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 102 + 56 = 234 (100%)
R 76 of 234 ~ 32.48%
G 102 of 234 ~ 43.59%
B 56 of 234 ~ 23.93'%

%32.48
%43.59
%23.93

CMYK color model

#4C6638 color CMYK value is (25,0,45,60).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 60.00%

CMYK: (25,0,45,60)
C25M0Y45K60 (25%, 0%, 45%, 60%)
(0.25 / 0.00 / 0.45 / 0.60)

CMYK percentages

%25.49
%0
%45.1
%60

Codes

Color #4C6638 in popluar color models

4C 66 38
RGB 76 102 56
HSL 94° 29.11% 30.98%
HSB/HSV 94° 45.10% 40.00%
CMYK 25.49% 0.00% 45.10%
60.00%

Color #4C6638 in popluar number systems.

HEX 4C 66 38
Decimal 76 102 56
Binary 1001100 1100110 111000
Octal 114 146 70

Shades and tints

Shades of #4C6638

#4C6638
(76,102,56)
#465D33
(70,93,51)
#40542E
(64,84,46)
#3A4B29
(58,75,41)
#344224
(52,66,36)
#2E391F
(46,57,31)
#28301A
(40,48,26)
#222715
(34,39,21)
#1C1E10
(28,30,16)
#16150B
(22,21,11)
#100C06
(16,12,6)
#000000
(0,0,0)

Tints of #4C6638

#4C6638
(76,102,56)
#5C734A
(92,115,74)
#6C805C
(108,128,92)
#7C8D6E
(124,141,110)
#8C9A80
(140,154,128)
#9CA792
(156,167,146)
#ACB4A4
(172,180,164)
#BCC1B6
(188,193,182)
#CCCEC8
(204,206,200)
#DCDBDA
(220,219,218)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6638; }

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

This text font color is #4C6638.

Background Color

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

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

This div background color is #4C6638.

Border color

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

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

This div border color is #4C6638.

Opacity

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

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

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

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

This text has shadow with #4C6638 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6638.

Preview

Color preview on black background

This text has color #4C6638 on black background.


Color preview on white background

This text has color #4C6638 on white background.


Black color preview on #4C6638 background

This text has black color on #4C6638 background.


White color preview on #4C6638 background

This text has white color on #4C6638 background.


Related colors

Complementary color

Complementary color for #hex is #B399C7.


I love getcolorcode.com

Triadic colors

1 #384C66 and #66384C with #4C6638 are triadic colors.

2 #38664C and #664C38 with #4C6638 are triadic colors.