COLOR #4D513A

HEX: #4D513A
RGB: (77,81,58)

Color info

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

RGB color model

#4D513A color RGB value is (77,81,58).

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

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 58 of 255 = 23%

77
81
58

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

Portions of RGB colors in percentages

R + G + B =
77 + 81 + 58 = 216 (100%)
R 77 of 216 ~ 35.65%
G 81 of 216 ~ 37.5%
B 58 of 216 ~ 26.85%

%35.65
%37.5
%26.85

CMYK color model

#4D513A color CMYK value is (5,0,28,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 28.40%
  • key color value is 68.24%
CMYK:
(5,0,28,68)
C5M0Y28K68 
(5%,0%,28%,68%)
(0.05/0.00/0.28/0.68)	

CMYK percentages

%4.94
%0
%28.4
%68.24

Codes

Color #4D513A in popluar color models

4D513A
RGB778158
HSL70°16.55%27.25%
HSB/HSV70°28.40%31.76%
CMYK4.94%0.00%28.40%
68.24%

Color #4D513A in popluar number systems.

HEX4D513A
Decimal778158
Binary10011011010001111010
Octal11512172

Shades and tints

Shades of #4D513A

#4D513A
(77,81,58)
#464A35
(70,74,53)
#3F4330
(63,67,48)
#383C2B
(56,60,43)
#313526
(49,53,38)
#2A2E21
(42,46,33)
#23271C
(35,39,28)
#1C2017
(28,32,23)
#151912
(21,25,18)
#0E120D
(14,18,13)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D513A

#4D513A
(77,81,58)
#5D604B
(93,96,75)
#6D6F5C
(109,111,92)
#7D7E6D
(125,126,109)
#8D8D7E
(141,141,126)
#9D9C8F
(157,156,143)
#ADABA0
(173,171,160)
#BDBAB1
(189,186,177)
#CDC9C2
(205,201,194)
#DDD8D3
(221,216,211)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D513A; }

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

This text font color is #4D513A.


Background Color

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

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

This div background color is #4D513A.


Border color

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

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

This div border color is #4D513A.


Opacity

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

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

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

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

This text has shadow with #4D513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D513A on black background.


Color preview on white background

This text has color #4D513A on white background.



Black color preview on #4D513A background

This text has black color on #4D513A background.


White color preview on #4D513A background

This text has white color on #4D513A background.