COLOR #4C603D

HEX: #4C603D RGB: (76,96,61)

Color info

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

RGB color model

#4C603D color RGB value is (76,96,61).

RGB: (76,96,61) (30%, 38%, 24%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 61 of 255 = 24%

76
96
61

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

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 61 = 233 (100%)
R 76 of 233 ~ 32.62%
G 96 of 233 ~ 41.2%
B 61 of 233 ~ 26.18'%

%32.62
%41.2
%26.18

CMYK color model

#4C603D color CMYK value is (21,0,36,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 36.46%
  • key color value is 62.35%

CMYK: (21,0,36,62)
C21M0Y36K62 (21%, 0%, 36%, 62%)
(0.21 / 0.00 / 0.36 / 0.62)

CMYK percentages

%20.83
%0
%36.46
%62.35

Codes

Color #4C603D in popluar color models

4C 60 3D
RGB 76 96 61
HSL 94° 22.29% 30.78%
HSB/HSV 94° 36.46% 37.65%
CMYK 20.83% 0.00% 36.46%
62.35%

Color #4C603D in popluar number systems.

HEX 4C 60 3D
Decimal 76 96 61
Binary 1001100 1100000 111101
Octal 114 140 75

Shades and tints

Shades of #4C603D

#4C603D
(76,96,61)
#465838
(70,88,56)
#405033
(64,80,51)
#3A482E
(58,72,46)
#344029
(52,64,41)
#2E3824
(46,56,36)
#28301F
(40,48,31)
#22281A
(34,40,26)
#1C2015
(28,32,21)
#161810
(22,24,16)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #4C603D

#4C603D
(76,96,61)
#5C6E4E
(92,110,78)
#6C7C5F
(108,124,95)
#7C8A70
(124,138,112)
#8C9881
(140,152,129)
#9CA692
(156,166,146)
#ACB4A3
(172,180,163)
#BCC2B4
(188,194,180)
#CCD0C5
(204,208,197)
#DCDED6
(220,222,214)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C603D; }

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

This text font color is #4C603D.

Background Color

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

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

This div background color is #4C603D.

Border color

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

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

This div border color is #4C603D.

Opacity

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

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

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

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

This text has shadow with #4C603D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C603D.

Preview

Color preview on black background

This text has color #4C603D on black background.


Color preview on white background

This text has color #4C603D on white background.


Black color preview on #4C603D background

This text has black color on #4C603D background.


White color preview on #4C603D background

This text has white color on #4C603D background.


Related colors

Complementary color

Complementary color for #hex is #B39FC2.


I love getcolorcode.com

Triadic colors

1 #3D4C60 and #603D4C with #4C603D are triadic colors.

2 #3D604C and #604C3D with #4C603D are triadic colors.