COLOR #4D543A

HEX: #4D543A
RGB: (77,84,58)

Color info

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

RGB color model

#4D543A color RGB value is (77,84,58).

  • red value is 77;
  • green value is 84;
  • blue value is 58.
RGB:
(77,84,58)
(30%,33%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 58 of 255 = 23%

77
84
58

R + G + B ~ 29%. #4D543A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 84 + 58 = 219 (100%)
R 77 of 219 ~ 35.16%
G 84 of 219 ~ 38.36%
B 58 of 219 ~ 26.48%

%35.16
%38.36
%26.48

CMYK color model

#4D543A color CMYK value is (8,0,31,67).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 67.06%
CMYK:
(8,0,31,67)
C8M0Y31K67 
(8%,0%,31%,67%)
(0.08/0.00/0.31/0.67)	

CMYK percentages

%8.33
%0
%30.95
%67.06

Codes

Color #4D543A in popluar color models

4D543A
RGB778458
HSL76°18.31%27.84%
HSB/HSV76°30.95%32.94%
CMYK8.33%0.00%30.95%
67.06%

Color #4D543A in popluar number systems.

HEX4D543A
Decimal778458
Binary10011011010100111010
Octal11512472

Shades and tints

Shades of #4D543A

#4D543A
(77,84,58)
#464D35
(70,77,53)
#3F4630
(63,70,48)
#383F2B
(56,63,43)
#313826
(49,56,38)
#2A3121
(42,49,33)
#232A1C
(35,42,28)
#1C2317
(28,35,23)
#151C12
(21,28,18)
#0E150D
(14,21,13)
#070E08
(7,14,8)
#000000
(0,0,0)

Tints of #4D543A

#4D543A
(77,84,58)
#5D634B
(93,99,75)
#6D725C
(109,114,92)
#7D816D
(125,129,109)
#8D907E
(141,144,126)
#9D9F8F
(157,159,143)
#ADAEA0
(173,174,160)
#BDBDB1
(189,189,177)
#CDCCC2
(205,204,194)
#DDDBD3
(221,219,211)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D543A color. Also use rgb(77,84,58) instead hex code.

Text Font Color

.myTextColor { color: #4D543A; }

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

This text font color is #4D543A.


Background Color

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

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

This div background color is #4D543A.


Border color

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

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

This div border color is #4D543A.


Opacity

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

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

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

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

This text has shadow with #4D543A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D543A on black background.


Color preview on white background

This text has color #4D543A on white background.



Black color preview on #4D543A background

This text has black color on #4D543A background.


White color preview on #4D543A background

This text has white color on #4D543A background.