COLOR #4C6B35

HEX: #4C6B35
RGB: (76,107,53)

Color info

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

RGB color model

#4C6B35 color RGB value is (76,107,53).

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

RGB channels and saturation

R 76 of 255 = 30%
G 107 of 255 = 42%
B 53 of 255 = 21%

76
107
53

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

Portions of RGB colors in percentages

R + G + B =
76 + 107 + 53 = 236 (100%)
R 76 of 236 ~ 32.2%
G 107 of 236 ~ 45.34%
B 53 of 236 ~ 22.46%

%32.2
%45.34
%22.46

CMYK color model

#4C6B35 color CMYK value is (29,0,50,58).

  • cyan value is 28.97%
  • magenta value is 0.00%
  • yellow value is 50.47%
  • key color value is 58.04%
CMYK:
(29,0,50,58)
C29M0Y50K58 
(29%,0%,50%,58%)
(0.29/0.00/0.50/0.58)	

CMYK percentages

%28.97
%0
%50.47
%58.04

Codes

Color #4C6B35 in popluar color models

4C6B35
RGB7610753
HSL94°33.75%31.37%
HSB/HSV94°50.47%41.96%
CMYK28.97%0.00%50.47%
58.04%

Color #4C6B35 in popluar number systems.

HEX4C6B35
Decimal7610753
Binary10011001101011110101
Octal11415365

Shades and tints

Shades of #4C6B35

#4C6B35
(76,107,53)
#466231
(70,98,49)
#40592D
(64,89,45)
#3A5029
(58,80,41)
#344725
(52,71,37)
#2E3E21
(46,62,33)
#28351D
(40,53,29)
#222C19
(34,44,25)
#1C2315
(28,35,21)
#161A11
(22,26,17)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #4C6B35

#4C6B35
(76,107,53)
#5C7847
(92,120,71)
#6C8559
(108,133,89)
#7C926B
(124,146,107)
#8C9F7D
(140,159,125)
#9CAC8F
(156,172,143)
#ACB9A1
(172,185,161)
#BCC6B3
(188,198,179)
#CCD3C5
(204,211,197)
#DCE0D7
(220,224,215)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6B35; }

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

This text font color is #4C6B35.


Background Color

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

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

This div background color is #4C6B35.


Border color

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

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

This div border color is #4C6B35.


Opacity

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

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

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

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

This text has shadow with #4C6B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B35 on black background.


Color preview on white background

This text has color #4C6B35 on white background.



Black color preview on #4C6B35 background

This text has black color on #4C6B35 background.


White color preview on #4C6B35 background

This text has white color on #4C6B35 background.