COLOR #4C643D

HEX: #4C643D
RGB: (76,100,61)

Color info

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

RGB color model

#4C643D color RGB value is (76,100,61).

  • red value is 76;
  • green value is 100;
  • blue value is 61.
RGB:
(76,100,61)
(30%,39%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 61 of 255 = 24%

76
100
61

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

Portions of RGB colors in percentages

R + G + B =
76 + 100 + 61 = 237 (100%)
R 76 of 237 ~ 32.07%
G 100 of 237 ~ 42.19%
B 61 of 237 ~ 25.74%

%32.07
%42.19
%25.74

CMYK color model

#4C643D color CMYK value is (24,0,39,61).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 39.00%
  • key color value is 60.78%
CMYK:
(24,0,39,61)
C24M0Y39K61 
(24%,0%,39%,61%)
(0.24/0.00/0.39/0.61)	

CMYK percentages

%24
%0
%39
%60.78

Codes

Color #4C643D in popluar color models

4C643D
RGB7610061
HSL97°24.22%31.57%
HSB/HSV97°39.00%39.22%
CMYK24.00%0.00%39.00%
60.78%

Color #4C643D in popluar number systems.

HEX4C643D
Decimal7610061
Binary10011001100100111101
Octal11414475

Shades and tints

Shades of #4C643D

#4C643D
(76,100,61)
#465B38
(70,91,56)
#405233
(64,82,51)
#3A492E
(58,73,46)
#344029
(52,64,41)
#2E3724
(46,55,36)
#282E1F
(40,46,31)
#22251A
(34,37,26)
#1C1C15
(28,28,21)
#161310
(22,19,16)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C643D

#4C643D
(76,100,61)
#5C724E
(92,114,78)
#6C805F
(108,128,95)
#7C8E70
(124,142,112)
#8C9C81
(140,156,129)
#9CAA92
(156,170,146)
#ACB8A3
(172,184,163)
#BCC6B4
(188,198,180)
#CCD4C5
(204,212,197)
#DCE2D6
(220,226,214)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C643D; }

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

This text font color is #4C643D.


Background Color

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

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

This div background color is #4C643D.


Border color

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

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

This div border color is #4C643D.


Opacity

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

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

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

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

This text has shadow with #4C643D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C643D on black background.


Color preview on white background

This text has color #4C643D on white background.



Black color preview on #4C643D background

This text has black color on #4C643D background.


White color preview on #4C643D background

This text has white color on #4C643D background.