COLOR #4D583C

HEX: #4D583C
RGB: (77,88,60)

Color info

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

RGB color model

#4D583C color RGB value is (77,88,60).

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

RGB channels and saturation

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

77
88
60

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

Portions of RGB colors in percentages

R + G + B =
77 + 88 + 60 = 225 (100%)
R 77 of 225 ~ 34.22%
G 88 of 225 ~ 39.11%
B 60 of 225 ~ 26.67%

%34.22
%39.11
%26.67

CMYK color model

#4D583C color CMYK value is (13,0,32,65).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 65.49%
CMYK:
(13,0,32,65)
C13M0Y32K65 
(13%,0%,32%,65%)
(0.13/0.00/0.32/0.65)	

CMYK percentages

%12.5
%0
%31.82
%65.49

Codes

Color #4D583C in popluar color models

4D583C
RGB778860
HSL84°18.92%29.02%
HSB/HSV84°31.82%34.51%
CMYK12.50%0.00%31.82%
65.49%

Color #4D583C in popluar number systems.

HEX4D583C
Decimal778860
Binary10011011011000111100
Octal11513074

Shades and tints

Shades of #4D583C

#4D583C
(77,88,60)
#465037
(70,80,55)
#3F4832
(63,72,50)
#38402D
(56,64,45)
#313828
(49,56,40)
#2A3023
(42,48,35)
#23281E
(35,40,30)
#1C2019
(28,32,25)
#151814
(21,24,20)
#0E100F
(14,16,15)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D583C

#4D583C
(77,88,60)
#5D674D
(93,103,77)
#6D765E
(109,118,94)
#7D856F
(125,133,111)
#8D9480
(141,148,128)
#9DA391
(157,163,145)
#ADB2A2
(173,178,162)
#BDC1B3
(189,193,179)
#CDD0C4
(205,208,196)
#DDDFD5
(221,223,213)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D583C; }

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

This text font color is #4D583C.


Background Color

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

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

This div background color is #4D583C.


Border color

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

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

This div border color is #4D583C.


Opacity

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

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

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

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

This text has shadow with #4D583C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D583C on black background.


Color preview on white background

This text has color #4D583C on white background.



Black color preview on #4D583C background

This text has black color on #4D583C background.


White color preview on #4D583C background

This text has white color on #4D583C background.