COLOR #4C6631

HEX: #4C6631
RGB: (76,102,49)

Color info

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

RGB color model

#4C6631 color RGB value is (76,102,49).

  • red value is 76;
  • green value is 102;
  • blue value is 49.
RGB:
(76,102,49)
(30%,40%,19%)

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 49 of 255 = 19%

76
102
49

R + G + B ~ 30%. #4C6631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 49 = 227 (100%)
R 76 of 227 ~ 33.48%
G 102 of 227 ~ 44.93%
B 49 of 227 ~ 21.59%

%33.48
%44.93
%21.59

CMYK color model

#4C6631 color CMYK value is (25,0,52,60).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(25,0,52,60)
C25M0Y52K60 
(25%,0%,52%,60%)
(0.25/0.00/0.52/0.60)	

CMYK percentages

%25.49
%0
%51.96
%60

Codes

Color #4C6631 in popluar color models

4C6631
RGB7610249
HSL89°35.10%29.61%
HSB/HSV89°51.96%40.00%
CMYK25.49%0.00%51.96%
60.00%

Color #4C6631 in popluar number systems.

HEX4C6631
Decimal7610249
Binary10011001100110110001
Octal11414661

Shades and tints

Shades of #4C6631

#4C6631
(76,102,49)
#465D2D
(70,93,45)
#405429
(64,84,41)
#3A4B25
(58,75,37)
#344221
(52,66,33)
#2E391D
(46,57,29)
#283019
(40,48,25)
#222715
(34,39,21)
#1C1E11
(28,30,17)
#16150D
(22,21,13)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C6631

#4C6631
(76,102,49)
#5C7343
(92,115,67)
#6C8055
(108,128,85)
#7C8D67
(124,141,103)
#8C9A79
(140,154,121)
#9CA78B
(156,167,139)
#ACB49D
(172,180,157)
#BCC1AF
(188,193,175)
#CCCEC1
(204,206,193)
#DCDBD3
(220,219,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6631 color. Also use rgb(76,102,49) instead hex code.

Text Font Color

.myTextColor { color: #4C6631; }

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

This text font color is #4C6631.


Background Color

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

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

This div background color is #4C6631.


Border color

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

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

This div border color is #4C6631.


Opacity

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

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

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

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

This text has shadow with #4C6631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6631 on black background.


Color preview on white background

This text has color #4C6631 on white background.



Black color preview on #4C6631 background

This text has black color on #4C6631 background.


White color preview on #4C6631 background

This text has white color on #4C6631 background.