COLOR #4D3B30

HEX: #4D3B30 RGB: (77,59,48)

Color info

#4D3B30 contains red, green and blue colors in about the same proportion. Web safe color of #4D3B30 is #333333 (or #333).

RGB color model

#4D3B30 color RGB value is (77,59,48).

RGB: (77,59,48) (30%, 23%, 19%)

RGB channels and saturation

R 77 of 255 = 30%
G 59 of 255 = 23%
B 48 of 255 = 19%

77
59
48

R + G + B ~ 24%. #4D3B30 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 59 + 48 = 184 (100%)
R 77 of 184 ~ 41.85%
G 59 of 184 ~ 32.07%
B 48 of 184 ~ 26.09'%

%41.85
%32.07
%26.09

CMYK color model

#4D3B30 color CMYK value is (0,23,38,70).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 37.66%
  • key color value is 69.80%

CMYK: (0,23,38,70)
C0M23Y38K70 (0%, 23%, 38%, 70%)
(0.00 / 0.23 / 0.38 / 0.70)

CMYK percentages

%0
%23.38
%37.66
%69.8

Codes

Color #4D3B30 in popluar color models

4D 3B 30
RGB 77 59 48
HSL 23° 23.20% 24.51%
HSB/HSV 23° 37.66% 30.20%
CMYK 0.00% 23.38% 37.66%
69.80%

Color #4D3B30 in popluar number systems.

HEX 4D 3B 30
Decimal 77 59 48
Binary 1001101 111011 110000
Octal 115 73 60

Shades and tints

Shades of #4D3B30

#4D3B30
(77,59,48)
#46362C
(70,54,44)
#3F3128
(63,49,40)
#382C24
(56,44,36)
#312720
(49,39,32)
#2A221C
(42,34,28)
#231D18
(35,29,24)
#1C1814
(28,24,20)
#151310
(21,19,16)
#0E0E0C
(14,14,12)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #4D3B30

#4D3B30
(77,59,48)
#5D4C42
(93,76,66)
#6D5D54
(109,93,84)
#7D6E66
(125,110,102)
#8D7F78
(141,127,120)
#9D908A
(157,144,138)
#ADA19C
(173,161,156)
#BDB2AE
(189,178,174)
#CDC3C0
(205,195,192)
#DDD4D2
(221,212,210)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3B30 color. Also use rgb(77,59,48) instead hex code.

Text Font Color

.myTextColor { color: #4D3B30; }

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

This text font color is #4D3B30.

Background Color

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

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

This div background color is #4D3B30.

Border color

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

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

This div border color is #4D3B30.

Opacity

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

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

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

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

This text has shadow with #4D3B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3B30.

Preview

Color preview on black background

This text has color #4D3B30 on black background.


Color preview on white background

This text has color #4D3B30 on white background.


Black color preview on #4D3B30 background

This text has black color on #4D3B30 background.


White color preview on #4D3B30 background

This text has white color on #4D3B30 background.


Related colors

Complementary color

Complementary color for #hex is #B2C4CF.


I love getcolorcode.com

Triadic colors

1 #304D3B and #3B304D with #4D3B30 are triadic colors.

2 #303B4D and #3B4D30 with #4D3B30 are triadic colors.