COLOR #4C671F

HEX: #4C671F
RGB: (76,103,31)

Color info

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

RGB color model

#4C671F color RGB value is (76,103,31).

  • red value is 76;
  • green value is 103;
  • blue value is 31.
RGB:
(76,103,31)
(30%,40%,12%)

RGB channels and saturation

R 76 of 255 = 30%
G 103 of 255 = 40%
B 31 of 255 = 12%

76
103
31

R + G + B ~ 27%. #4C671F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 103 + 31 = 210 (100%)
R 76 of 210 ~ 36.19%
G 103 of 210 ~ 49.05%
B 31 of 210 ~ 14.76%

%36.19
%49.05
%14.76

CMYK color model

#4C671F color CMYK value is (26,0,70,60).

  • cyan value is 26.21%
  • magenta value is 0.00%
  • yellow value is 69.90%
  • key color value is 59.61%
CMYK:
(26,0,70,60)
C26M0Y70K60 
(26%,0%,70%,60%)
(0.26/0.00/0.70/0.60)	

CMYK percentages

%26.21
%0
%69.9
%59.61

Codes

Color #4C671F in popluar color models

4C671F
RGB7610331
HSL83°53.73%26.27%
HSB/HSV83°69.90%40.39%
CMYK26.21%0.00%69.90%
59.61%

Color #4C671F in popluar number systems.

HEX4C671F
Decimal7610331
Binary1001100110011111111
Octal11414737

Shades and tints

Shades of #4C671F

#4C671F
(76,103,31)
#465E1D
(70,94,29)
#40551B
(64,85,27)
#3A4C19
(58,76,25)
#344317
(52,67,23)
#2E3A15
(46,58,21)
#283113
(40,49,19)
#222811
(34,40,17)
#1C1F0F
(28,31,15)
#16160D
(22,22,13)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C671F

#4C671F
(76,103,31)
#5C7433
(92,116,51)
#6C8147
(108,129,71)
#7C8E5B
(124,142,91)
#8C9B6F
(140,155,111)
#9CA883
(156,168,131)
#ACB597
(172,181,151)
#BCC2AB
(188,194,171)
#CCCFBF
(204,207,191)
#DCDCD3
(220,220,211)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C671F color. Also use rgb(76,103,31) instead hex code.

Text Font Color

.myTextColor { color: #4C671F; }

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

This text font color is #4C671F.


Background Color

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

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

This div background color is #4C671F.


Border color

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

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

This div border color is #4C671F.


Opacity

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

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

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

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

This text has shadow with #4C671F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C671F on black background.


Color preview on white background

This text has color #4C671F on white background.



Black color preview on #4C671F background

This text has black color on #4C671F background.


White color preview on #4C671F background

This text has white color on #4C671F background.