COLOR #4C6121

HEX: #4C6121
RGB: (76,97,33)

Color info

#4C6121 contains mainly red and green colors. Web safe color of #4C6121 is #336633 (or #363).

RGB color model

#4C6121 color RGB value is (76,97,33).

  • red value is 76;
  • green value is 97;
  • blue value is 33.
RGB:
(76,97,33)
(30%,38%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 97 of 255 = 38%
B 33 of 255 = 13%

76
97
33

R + G + B ~ 27%. #4C6121 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 97 + 33 = 206 (100%)
R 76 of 206 ~ 36.89%
G 97 of 206 ~ 47.09%
B 33 of 206 ~ 16.02%

%36.89
%47.09
%16.02

CMYK color model

#4C6121 color CMYK value is (22,0,66,62).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 65.98%
  • key color value is 61.96%
CMYK:
(22,0,66,62)
C22M0Y66K62 
(22%,0%,66%,62%)
(0.22/0.00/0.66/0.62)	

CMYK percentages

%21.65
%0
%65.98
%61.96

Codes

Color #4C6121 in popluar color models

4C6121
RGB769733
HSL80°49.23%25.49%
HSB/HSV80°65.98%38.04%
CMYK21.65%0.00%65.98%
61.96%

Color #4C6121 in popluar number systems.

HEX4C6121
Decimal769733
Binary10011001100001100001
Octal11414141

Shades and tints

Shades of #4C6121

#4C6121
(76,97,33)
#46591E
(70,89,30)
#40511B
(64,81,27)
#3A4918
(58,73,24)
#344115
(52,65,21)
#2E3912
(46,57,18)
#28310F
(40,49,15)
#22290C
(34,41,12)
#1C2109
(28,33,9)
#161906
(22,25,6)
#101103
(16,17,3)
#000000
(0,0,0)

Tints of #4C6121

#4C6121
(76,97,33)
#5C6F35
(92,111,53)
#6C7D49
(108,125,73)
#7C8B5D
(124,139,93)
#8C9971
(140,153,113)
#9CA785
(156,167,133)
#ACB599
(172,181,153)
#BCC3AD
(188,195,173)
#CCD1C1
(204,209,193)
#DCDFD5
(220,223,213)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6121 color. Also use rgb(76,97,33) instead hex code.

Text Font Color

.myTextColor { color: #4C6121; }

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

This text font color is #4C6121.


Background Color

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

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

This div background color is #4C6121.


Border color

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

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

This div border color is #4C6121.


Opacity

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

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

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

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

This text has shadow with #4C6121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6121 on black background.


Color preview on white background

This text has color #4C6121 on white background.



Black color preview on #4C6121 background

This text has black color on #4C6121 background.


White color preview on #4C6121 background

This text has white color on #4C6121 background.