COLOR #4C612B

HEX: #4C612B RGB: (76,97,43)

Color info

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

RGB color model

#4C612B color RGB value is (76,97,43).

RGB: (76,97,43) (30%, 38%, 17%)

RGB channels and saturation

R 76 of 255 = 30%
G 97 of 255 = 38%
B 43 of 255 = 17%

76
97
43

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

Portions of RGB colors in percentages

R + G + B = 76 + 97 + 43 = 216 (100%)
R 76 of 216 ~ 35.19%
G 97 of 216 ~ 44.91%
B 43 of 216 ~ 19.91'%

%35.19
%44.91
%19.91

CMYK color model

#4C612B color CMYK value is (22,0,56,62).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 55.67%
  • key color value is 61.96%

CMYK: (22,0,56,62)
C22M0Y56K62 (22%, 0%, 56%, 62%)
(0.22 / 0.00 / 0.56 / 0.62)

CMYK percentages

%21.65
%0
%55.67
%61.96

Codes

Color #4C612B in popluar color models

4C 61 2B
RGB 76 97 43
HSL 83° 38.57% 27.45%
HSB/HSV 83° 55.67% 38.04%
CMYK 21.65% 0.00% 55.67%
61.96%

Color #4C612B in popluar number systems.

HEX 4C 61 2B
Decimal 76 97 43
Binary 1001100 1100001 101011
Octal 114 141 53

Shades and tints

Shades of #4C612B

#4C612B
(76,97,43)
#465928
(70,89,40)
#405125
(64,81,37)
#3A4922
(58,73,34)
#34411F
(52,65,31)
#2E391C
(46,57,28)
#283119
(40,49,25)
#222916
(34,41,22)
#1C2113
(28,33,19)
#161910
(22,25,16)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C612B

#4C612B
(76,97,43)
#5C6F3E
(92,111,62)
#6C7D51
(108,125,81)
#7C8B64
(124,139,100)
#8C9977
(140,153,119)
#9CA78A
(156,167,138)
#ACB59D
(172,181,157)
#BCC3B0
(188,195,176)
#CCD1C3
(204,209,195)
#DCDFD6
(220,223,214)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C612B; }

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

This text font color is #4C612B.

Background Color

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

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

This div background color is #4C612B.

Border color

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

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

This div border color is #4C612B.

Opacity

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

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

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

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

This text has shadow with #4C612B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C612B.

Preview

Color preview on black background

This text has color #4C612B on black background.


Color preview on white background

This text has color #4C612B on white background.


Black color preview on #4C612B background

This text has black color on #4C612B background.


White color preview on #4C612B background

This text has white color on #4C612B background.


Related colors

Complementary color

Complementary color for #hex is #B39ED4.


I love getcolorcode.com

Triadic colors

1 #2B4C61 and #612B4C with #4C612B are triadic colors.

2 #2B614C and #614C2B with #4C612B are triadic colors.