COLOR #4C663D

HEX: #4C663D RGB: (76,102,61)

Color info

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

RGB color model

#4C663D color RGB value is (76,102,61).

RGB: (76,102,61) (30%, 40%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 61 of 255 = 24%

76
102
61

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

Portions of RGB colors in percentages

R + G + B = 76 + 102 + 61 = 239 (100%)
R 76 of 239 ~ 31.8%
G 102 of 239 ~ 42.68%
B 61 of 239 ~ 25.52'%

%31.8
%42.68
%25.52

CMYK color model

#4C663D color CMYK value is (25,0,40,60).

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

CMYK: (25,0,40,60)
C25M0Y40K60 (25%, 0%, 40%, 60%)
(0.25 / 0.00 / 0.40 / 0.60)

CMYK percentages

%25.49
%0
%40.2
%60

Codes

Color #4C663D in popluar color models

4C 66 3D
RGB 76 102 61
HSL 98° 25.15% 31.96%
HSB/HSV 98° 40.20% 40.00%
CMYK 25.49% 0.00% 40.20%
60.00%

Color #4C663D in popluar number systems.

HEX 4C 66 3D
Decimal 76 102 61
Binary 1001100 1100110 111101
Octal 114 146 75

Shades and tints

Shades of #4C663D

#4C663D
(76,102,61)
#465D38
(70,93,56)
#405433
(64,84,51)
#3A4B2E
(58,75,46)
#344229
(52,66,41)
#2E3924
(46,57,36)
#28301F
(40,48,31)
#22271A
(34,39,26)
#1C1E15
(28,30,21)
#161510
(22,21,16)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C663D

#4C663D
(76,102,61)
#5C734E
(92,115,78)
#6C805F
(108,128,95)
#7C8D70
(124,141,112)
#8C9A81
(140,154,129)
#9CA792
(156,167,146)
#ACB4A3
(172,180,163)
#BCC1B4
(188,193,180)
#CCCEC5
(204,206,197)
#DCDBD6
(220,219,214)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C663D; }

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

This text font color is #4C663D.

Background Color

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

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

This div background color is #4C663D.

Border color

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

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

This div border color is #4C663D.

Opacity

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

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

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

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

This text has shadow with #4C663D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C663D.

Preview

Color preview on black background

This text has color #4C663D on black background.


Color preview on white background

This text has color #4C663D on white background.


Black color preview on #4C663D background

This text has black color on #4C663D background.


White color preview on #4C663D background

This text has white color on #4C663D background.


Related colors

Complementary color

Complementary color for #hex is #B399C2.


I love getcolorcode.com

Triadic colors

1 #3D4C66 and #663D4C with #4C663D are triadic colors.

2 #3D664C and #664C3D with #4C663D are triadic colors.