COLOR #4D711C

HEX: #4D711C
RGB: (77,113,28)

Color info

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

RGB color model

#4D711C color RGB value is (77,113,28).

  • red value is 77;
  • green value is 113;
  • blue value is 28.
RGB:
(77,113,28)
(30%,44%,11%)

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 28 of 255 = 11%

77
113
28

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

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 28 = 218 (100%)
R 77 of 218 ~ 35.32%
G 113 of 218 ~ 51.83%
B 28 of 218 ~ 12.84%

%35.32
%51.83
%12.84

CMYK color model

#4D711C color CMYK value is (32,0,75,56).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 75.22%
  • key color value is 55.69%
CMYK:
(32,0,75,56)
C32M0Y75K56 
(32%,0%,75%,56%)
(0.32/0.00/0.75/0.56)	

CMYK percentages

%31.86
%0
%75.22
%55.69

Codes

Color #4D711C in popluar color models

4D711C
RGB7711328
HSL85°60.28%27.65%
HSB/HSV85°75.22%44.31%
CMYK31.86%0.00%75.22%
55.69%

Color #4D711C in popluar number systems.

HEX4D711C
Decimal7711328
Binary1001101111000111100
Octal11516134

Shades and tints

Shades of #4D711C

#4D711C
(77,113,28)
#46671A
(70,103,26)
#3F5D18
(63,93,24)
#385316
(56,83,22)
#314914
(49,73,20)
#2A3F12
(42,63,18)
#233510
(35,53,16)
#1C2B0E
(28,43,14)
#15210C
(21,33,12)
#0E170A
(14,23,10)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #4D711C

#4D711C
(77,113,28)
#5D7D30
(93,125,48)
#6D8944
(109,137,68)
#7D9558
(125,149,88)
#8DA16C
(141,161,108)
#9DAD80
(157,173,128)
#ADB994
(173,185,148)
#BDC5A8
(189,197,168)
#CDD1BC
(205,209,188)
#DDDDD0
(221,221,208)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D711C color. Also use rgb(77,113,28) instead hex code.

Text Font Color

.myTextColor { color: #4D711C; }

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

This text font color is #4D711C.


Background Color

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

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

This div background color is #4D711C.


Border color

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

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

This div border color is #4D711C.


Opacity

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

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

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

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

This text has shadow with #4D711C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D711C on black background.


Color preview on white background

This text has color #4D711C on white background.



Black color preview on #4D711C background

This text has black color on #4D711C background.


White color preview on #4D711C background

This text has white color on #4D711C background.