COLOR #4D5733

HEX: #4D5733
RGB: (77,87,51)

Color info

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

RGB color model

#4D5733 color RGB value is (77,87,51).

  • red value is 77;
  • green value is 87;
  • blue value is 51.
RGB:
(77,87,51)
(30%,34%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 51 of 255 = 20%

77
87
51

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

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 51 = 215 (100%)
R 77 of 215 ~ 35.81%
G 87 of 215 ~ 40.47%
B 51 of 215 ~ 23.72%

%35.81
%40.47
%23.72

CMYK color model

#4D5733 color CMYK value is (11,0,41,66).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 65.88%
CMYK:
(11,0,41,66)
C11M0Y41K66 
(11%,0%,41%,66%)
(0.11/0.00/0.41/0.66)	

CMYK percentages

%11.49
%0
%41.38
%65.88

Codes

Color #4D5733 in popluar color models

4D5733
RGB778751
HSL77°26.09%27.06%
HSB/HSV77°41.38%34.12%
CMYK11.49%0.00%41.38%
65.88%

Color #4D5733 in popluar number systems.

HEX4D5733
Decimal778751
Binary10011011010111110011
Octal11512763

Shades and tints

Shades of #4D5733

#4D5733
(77,87,51)
#46502F
(70,80,47)
#3F492B
(63,73,43)
#384227
(56,66,39)
#313B23
(49,59,35)
#2A341F
(42,52,31)
#232D1B
(35,45,27)
#1C2617
(28,38,23)
#151F13
(21,31,19)
#0E180F
(14,24,15)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #4D5733

#4D5733
(77,87,51)
#5D6645
(93,102,69)
#6D7557
(109,117,87)
#7D8469
(125,132,105)
#8D937B
(141,147,123)
#9DA28D
(157,162,141)
#ADB19F
(173,177,159)
#BDC0B1
(189,192,177)
#CDCFC3
(205,207,195)
#DDDED5
(221,222,213)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5733 color. Also use rgb(77,87,51) instead hex code.

Text Font Color

.myTextColor { color: #4D5733; }

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

This text font color is #4D5733.


Background Color

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

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

This div background color is #4D5733.


Border color

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

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

This div border color is #4D5733.


Opacity

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

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

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

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

This text has shadow with #4D5733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5733 on black background.


Color preview on white background

This text has color #4D5733 on white background.



Black color preview on #4D5733 background

This text has black color on #4D5733 background.


White color preview on #4D5733 background

This text has white color on #4D5733 background.