COLOR #4D3223

HEX: #4D3223
RGB: (77,50,35)

Color info

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

RGB color model

#4D3223 color RGB value is (77,50,35).

  • red value is 77;
  • green value is 50;
  • blue value is 35.
RGB:
(77,50,35)
(30%,20%,14%)

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 35 of 255 = 14%

77
50
35

R + G + B ~ 21%. #4D3223 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 50 + 35 = 162 (100%)
R 77 of 162 ~ 47.53%
G 50 of 162 ~ 30.86%
B 35 of 162 ~ 21.6%

%47.53
%30.86
%21.6

CMYK color model

#4D3223 color CMYK value is (0,35,55,70).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 54.55%
  • key color value is 69.80%
CMYK:
(0,35,55,70)
C0M35Y55K70 
(0%,35%,55%,70%)
(0.00/0.35/0.55/0.70)	

CMYK percentages

%0
%35.06
%54.55
%69.8

Codes

Color #4D3223 in popluar color models

4D3223
RGB775035
HSL21°37.50%21.96%
HSB/HSV21°54.55%30.20%
CMYK0.00%35.06%54.55%
69.80%

Color #4D3223 in popluar number systems.

HEX4D3223
Decimal775035
Binary1001101110010100011
Octal1156243

Shades and tints

Shades of #4D3223

#4D3223
(77,50,35)
#462E20
(70,46,32)
#3F2A1D
(63,42,29)
#38261A
(56,38,26)
#312217
(49,34,23)
#2A1E14
(42,30,20)
#231A11
(35,26,17)
#1C160E
(28,22,14)
#15120B
(21,18,11)
#0E0E08
(14,14,8)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #4D3223

#4D3223
(77,50,35)
#5D4437
(93,68,55)
#6D564B
(109,86,75)
#7D685F
(125,104,95)
#8D7A73
(141,122,115)
#9D8C87
(157,140,135)
#AD9E9B
(173,158,155)
#BDB0AF
(189,176,175)
#CDC2C3
(205,194,195)
#DDD4D7
(221,212,215)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3223 color. Also use rgb(77,50,35) instead hex code.

Text Font Color

.myTextColor { color: #4D3223; }

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

This text font color is #4D3223.


Background Color

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

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

This div background color is #4D3223.


Border color

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

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

This div border color is #4D3223.


Opacity

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

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

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

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

This text has shadow with #4D3223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3223 on black background.


Color preview on white background

This text has color #4D3223 on white background.



Black color preview on #4D3223 background

This text has black color on #4D3223 background.


White color preview on #4D3223 background

This text has white color on #4D3223 background.