COLOR #4C613C

HEX: #4C613C
RGB: (76,97,60)

Color info

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

RGB color model

#4C613C color RGB value is (76,97,60).

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

RGB channels and saturation

R 76 of 255 = 30%
G 97 of 255 = 38%
B 60 of 255 = 24%

76
97
60

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

Portions of RGB colors in percentages

R + G + B =
76 + 97 + 60 = 233 (100%)
R 76 of 233 ~ 32.62%
G 97 of 233 ~ 41.63%
B 60 of 233 ~ 25.75%

%32.62
%41.63
%25.75

CMYK color model

#4C613C color CMYK value is (22,0,38,62).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 38.14%
  • key color value is 61.96%
CMYK:
(22,0,38,62)
C22M0Y38K62 
(22%,0%,38%,62%)
(0.22/0.00/0.38/0.62)	

CMYK percentages

%21.65
%0
%38.14
%61.96

Codes

Color #4C613C in popluar color models

4C613C
RGB769760
HSL94°23.57%30.78%
HSB/HSV94°38.14%38.04%
CMYK21.65%0.00%38.14%
61.96%

Color #4C613C in popluar number systems.

HEX4C613C
Decimal769760
Binary10011001100001111100
Octal11414174

Shades and tints

Shades of #4C613C

#4C613C
(76,97,60)
#465937
(70,89,55)
#405132
(64,81,50)
#3A492D
(58,73,45)
#344128
(52,65,40)
#2E3923
(46,57,35)
#28311E
(40,49,30)
#222919
(34,41,25)
#1C2114
(28,33,20)
#16190F
(22,25,15)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #4C613C

#4C613C
(76,97,60)
#5C6F4D
(92,111,77)
#6C7D5E
(108,125,94)
#7C8B6F
(124,139,111)
#8C9980
(140,153,128)
#9CA791
(156,167,145)
#ACB5A2
(172,181,162)
#BCC3B3
(188,195,179)
#CCD1C4
(204,209,196)
#DCDFD5
(220,223,213)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C613C; }

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

This text font color is #4C613C.


Background Color

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

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

This div background color is #4C613C.


Border color

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

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

This div border color is #4C613C.


Opacity

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

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

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

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

This text has shadow with #4C613C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C613C on black background.


Color preview on white background

This text has color #4C613C on white background.



Black color preview on #4C613C background

This text has black color on #4C613C background.


White color preview on #4C613C background

This text has white color on #4C613C background.