COLOR #4C6B22

HEX: #4C6B22
RGB: (76,107,34)

Color info

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

RGB color model

#4C6B22 color RGB value is (76,107,34).

  • red value is 76;
  • green value is 107;
  • blue value is 34.
RGB:
(76,107,34)
(30%,42%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 107 of 255 = 42%
B 34 of 255 = 13%

76
107
34

R + G + B ~ 28%. #4C6B22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 107 + 34 = 217 (100%)
R 76 of 217 ~ 35.02%
G 107 of 217 ~ 49.31%
B 34 of 217 ~ 15.67%

%35.02
%49.31
%15.67

CMYK color model

#4C6B22 color CMYK value is (29,0,68,58).

  • cyan value is 28.97%
  • magenta value is 0.00%
  • yellow value is 68.22%
  • key color value is 58.04%
CMYK:
(29,0,68,58)
C29M0Y68K58 
(29%,0%,68%,58%)
(0.29/0.00/0.68/0.58)	

CMYK percentages

%28.97
%0
%68.22
%58.04

Codes

Color #4C6B22 in popluar color models

4C6B22
RGB7610734
HSL85°51.77%27.65%
HSB/HSV85°68.22%41.96%
CMYK28.97%0.00%68.22%
58.04%

Color #4C6B22 in popluar number systems.

HEX4C6B22
Decimal7610734
Binary10011001101011100010
Octal11415342

Shades and tints

Shades of #4C6B22

#4C6B22
(76,107,34)
#46621F
(70,98,31)
#40591C
(64,89,28)
#3A5019
(58,80,25)
#344716
(52,71,22)
#2E3E13
(46,62,19)
#283510
(40,53,16)
#222C0D
(34,44,13)
#1C230A
(28,35,10)
#161A07
(22,26,7)
#101104
(16,17,4)
#000000
(0,0,0)

Tints of #4C6B22

#4C6B22
(76,107,34)
#5C7836
(92,120,54)
#6C854A
(108,133,74)
#7C925E
(124,146,94)
#8C9F72
(140,159,114)
#9CAC86
(156,172,134)
#ACB99A
(172,185,154)
#BCC6AE
(188,198,174)
#CCD3C2
(204,211,194)
#DCE0D6
(220,224,214)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6B22 color. Also use rgb(76,107,34) instead hex code.

Text Font Color

.myTextColor { color: #4C6B22; }

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

This text font color is #4C6B22.


Background Color

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

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

This div background color is #4C6B22.


Border color

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

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

This div border color is #4C6B22.


Opacity

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

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

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

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

This text has shadow with #4C6B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B22 on black background.


Color preview on white background

This text has color #4C6B22 on white background.



Black color preview on #4C6B22 background

This text has black color on #4C6B22 background.


White color preview on #4C6B22 background

This text has white color on #4C6B22 background.