COLOR #4D571A

HEX: #4D571A
RGB: (77,87,26)

Color info

#4D571A contains mainly red and green colors. Web safe color of #4D571A is #336600 (or #360).

RGB color model

#4D571A color RGB value is (77,87,26).

  • red value is 77;
  • green value is 87;
  • blue value is 26.
RGB:
(77,87,26)
(30%,34%,10%)

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 26 of 255 = 10%

77
87
26

R + G + B ~ 25%. #4D571A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 26 = 190 (100%)
R 77 of 190 ~ 40.53%
G 87 of 190 ~ 45.79%
B 26 of 190 ~ 13.68%

%40.53
%45.79
%13.68

CMYK color model

#4D571A color CMYK value is (11,0,70,66).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 70.11%
  • key color value is 65.88%
CMYK:
(11,0,70,66)
C11M0Y70K66 
(11%,0%,70%,66%)
(0.11/0.00/0.70/0.66)	

CMYK percentages

%11.49
%0
%70.11
%65.88

Codes

Color #4D571A in popluar color models

4D571A
RGB778726
HSL70°53.98%22.16%
HSB/HSV70°70.11%34.12%
CMYK11.49%0.00%70.11%
65.88%

Color #4D571A in popluar number systems.

HEX4D571A
Decimal778726
Binary1001101101011111010
Octal11512732

Shades and tints

Shades of #4D571A

#4D571A
(77,87,26)
#465018
(70,80,24)
#3F4916
(63,73,22)
#384214
(56,66,20)
#313B12
(49,59,18)
#2A3410
(42,52,16)
#232D0E
(35,45,14)
#1C260C
(28,38,12)
#151F0A
(21,31,10)
#0E1808
(14,24,8)
#071106
(7,17,6)
#000000
(0,0,0)

Tints of #4D571A

#4D571A
(77,87,26)
#5D662E
(93,102,46)
#6D7542
(109,117,66)
#7D8456
(125,132,86)
#8D936A
(141,147,106)
#9DA27E
(157,162,126)
#ADB192
(173,177,146)
#BDC0A6
(189,192,166)
#CDCFBA
(205,207,186)
#DDDECE
(221,222,206)
#EDEDE2
(237,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D571A color. Also use rgb(77,87,26) instead hex code.

Text Font Color

.myTextColor { color: #4D571A; }

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

This text font color is #4D571A.


Background Color

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

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

This div background color is #4D571A.


Border color

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

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

This div border color is #4D571A.


Opacity

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

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

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

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

This text has shadow with #4D571A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D571A on black background.


Color preview on white background

This text has color #4D571A on white background.



Black color preview on #4D571A background

This text has black color on #4D571A background.


White color preview on #4D571A background

This text has white color on #4D571A background.