COLOR #4D461A

HEX: #4D461A
RGB: (77,70,26)

Color info

#4D461A contains red, green and blue colors in about the same proportion. Web safe color of #4D461A is #333300 (or #330).

RGB color model

#4D461A color RGB value is (77,70,26).

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

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 26 of 255 = 10%

77
70
26

R + G + B ~ 22%. #4D461A is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 26 = 173 (100%)
R 77 of 173 ~ 44.51%
G 70 of 173 ~ 40.46%
B 26 of 173 ~ 15.03%

%44.51
%40.46
%15.03

CMYK color model

#4D461A color CMYK value is (0,9,66,70).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 66.23%
  • key color value is 69.80%
CMYK:
(0,9,66,70)
C0M9Y66K70 
(0%,9%,66%,70%)
(0.00/0.09/0.66/0.70)	

CMYK percentages

%0
%9.09
%66.23
%69.8

Codes

Color #4D461A in popluar color models

4D461A
RGB777026
HSL52°49.51%20.20%
HSB/HSV52°66.23%30.20%
CMYK0.00%9.09%66.23%
69.80%

Color #4D461A in popluar number systems.

HEX4D461A
Decimal777026
Binary1001101100011011010
Octal11510632

Shades and tints

Shades of #4D461A

#4D461A
(77,70,26)
#464018
(70,64,24)
#3F3A16
(63,58,22)
#383414
(56,52,20)
#312E12
(49,46,18)
#2A2810
(42,40,16)
#23220E
(35,34,14)
#1C1C0C
(28,28,12)
#15160A
(21,22,10)
#0E1008
(14,16,8)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #4D461A

#4D461A
(77,70,26)
#5D562E
(93,86,46)
#6D6642
(109,102,66)
#7D7656
(125,118,86)
#8D866A
(141,134,106)
#9D967E
(157,150,126)
#ADA692
(173,166,146)
#BDB6A6
(189,182,166)
#CDC6BA
(205,198,186)
#DDD6CE
(221,214,206)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D461A; }

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

This text font color is #4D461A.


Background Color

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

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

This div background color is #4D461A.


Border color

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

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

This div border color is #4D461A.


Opacity

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

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

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

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

This text has shadow with #4D461A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D461A on black background.


Color preview on white background

This text has color #4D461A on white background.



Black color preview on #4D461A background

This text has black color on #4D461A background.


White color preview on #4D461A background

This text has white color on #4D461A background.