COLOR #4C632E

HEX: #4C632E
RGB: (76,99,46)

Color info

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

RGB color model

#4C632E color RGB value is (76,99,46).

  • red value is 76;
  • green value is 99;
  • blue value is 46.
RGB:
(76,99,46)
(30%,39%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 46 of 255 = 18%

76
99
46

R + G + B ~ 29%. #4C632E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 46 = 221 (100%)
R 76 of 221 ~ 34.39%
G 99 of 221 ~ 44.8%
B 46 of 221 ~ 20.81%

%34.39
%44.8
%20.81

CMYK color model

#4C632E color CMYK value is (23,0,54,61).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 53.54%
  • key color value is 61.18%
CMYK:
(23,0,54,61)
C23M0Y54K61 
(23%,0%,54%,61%)
(0.23/0.00/0.54/0.61)	

CMYK percentages

%23.23
%0
%53.54
%61.18

Codes

Color #4C632E in popluar color models

4C632E
RGB769946
HSL86°36.55%28.43%
HSB/HSV86°53.54%38.82%
CMYK23.23%0.00%53.54%
61.18%

Color #4C632E in popluar number systems.

HEX4C632E
Decimal769946
Binary10011001100011101110
Octal11414356

Shades and tints

Shades of #4C632E

#4C632E
(76,99,46)
#465A2A
(70,90,42)
#405126
(64,81,38)
#3A4822
(58,72,34)
#343F1E
(52,63,30)
#2E361A
(46,54,26)
#282D16
(40,45,22)
#222412
(34,36,18)
#1C1B0E
(28,27,14)
#16120A
(22,18,10)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #4C632E

#4C632E
(76,99,46)
#5C7141
(92,113,65)
#6C7F54
(108,127,84)
#7C8D67
(124,141,103)
#8C9B7A
(140,155,122)
#9CA98D
(156,169,141)
#ACB7A0
(172,183,160)
#BCC5B3
(188,197,179)
#CCD3C6
(204,211,198)
#DCE1D9
(220,225,217)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C632E color. Also use rgb(76,99,46) instead hex code.

Text Font Color

.myTextColor { color: #4C632E; }

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

This text font color is #4C632E.


Background Color

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

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

This div background color is #4C632E.


Border color

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

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

This div border color is #4C632E.


Opacity

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

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

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

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

This text has shadow with #4C632E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C632E on black background.


Color preview on white background

This text has color #4C632E on white background.



Black color preview on #4C632E background

This text has black color on #4C632E background.


White color preview on #4C632E background

This text has white color on #4C632E background.