COLOR #4D583E

HEX: #4D583E
RGB: (77,88,62)

Color info

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

RGB color model

#4D583E color RGB value is (77,88,62).

  • red value is 77;
  • green value is 88;
  • blue value is 62.
RGB:
(77,88,62)
(30%,35%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 88 of 255 = 35%
B 62 of 255 = 24%

77
88
62

R + G + B ~ 30%. #4D583E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 62 = 227 (100%)
R 77 of 227 ~ 33.92%
G 88 of 227 ~ 38.77%
B 62 of 227 ~ 27.31%

%33.92
%38.77
%27.31

CMYK color model

#4D583E color CMYK value is (13,0,30,65).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 65.49%
CMYK:
(13,0,30,65)
C13M0Y30K65 
(13%,0%,30%,65%)
(0.13/0.00/0.30/0.65)	

CMYK percentages

%12.5
%0
%29.55
%65.49

Codes

Color #4D583E in popluar color models

4D583E
RGB778862
HSL85°17.33%29.41%
HSB/HSV85°29.55%34.51%
CMYK12.50%0.00%29.55%
65.49%

Color #4D583E in popluar number systems.

HEX4D583E
Decimal778862
Binary10011011011000111110
Octal11513076

Shades and tints

Shades of #4D583E

#4D583E
(77,88,62)
#465039
(70,80,57)
#3F4834
(63,72,52)
#38402F
(56,64,47)
#31382A
(49,56,42)
#2A3025
(42,48,37)
#232820
(35,40,32)
#1C201B
(28,32,27)
#151816
(21,24,22)
#0E1011
(14,16,17)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D583E

#4D583E
(77,88,62)
#5D674F
(93,103,79)
#6D7660
(109,118,96)
#7D8571
(125,133,113)
#8D9482
(141,148,130)
#9DA393
(157,163,147)
#ADB2A4
(173,178,164)
#BDC1B5
(189,193,181)
#CDD0C6
(205,208,198)
#DDDFD7
(221,223,215)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D583E color. Also use rgb(77,88,62) instead hex code.

Text Font Color

.myTextColor { color: #4D583E; }

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

This text font color is #4D583E.


Background Color

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

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

This div background color is #4D583E.


Border color

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

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

This div border color is #4D583E.


Opacity

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

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

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

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

This text has shadow with #4D583E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D583E on black background.


Color preview on white background

This text has color #4D583E on white background.



Black color preview on #4D583E background

This text has black color on #4D583E background.


White color preview on #4D583E background

This text has white color on #4D583E background.