COLOR #4D3434

HEX: #4D3434
RGB: (77,52,52)

Color info

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

RGB color model

#4D3434 color RGB value is (77,52,52).

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

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 52 of 255 = 20%

77
52
52

R + G + B ~ 23%. #4D3434 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 52 = 181 (100%)
R 77 of 181 ~ 42.54%
G 52 of 181 ~ 28.73%
B 52 of 181 ~ 28.73%

%42.54
%28.73
%28.73

CMYK color model

#4D3434 color CMYK value is (0,32,32,70).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 32.47%
  • key color value is 69.80%
CMYK:
(0,32,32,70)
C0M32Y32K70 
(0%,32%,32%,70%)
(0.00/0.32/0.32/0.70)	

CMYK percentages

%0
%32.47
%32.47
%69.8

Codes

Color #4D3434 in popluar color models

4D3434
RGB775252
HSL19.38%25.29%
HSB/HSV32.47%30.20%
CMYK0.00%32.47%32.47%
69.80%

Color #4D3434 in popluar number systems.

HEX4D3434
Decimal775252
Binary1001101110100110100
Octal1156464

Shades and tints

Shades of #4D3434

#4D3434
(77,52,52)
#463030
(70,48,48)
#3F2C2C
(63,44,44)
#382828
(56,40,40)
#312424
(49,36,36)
#2A2020
(42,32,32)
#231C1C
(35,28,28)
#1C1818
(28,24,24)
#151414
(21,20,20)
#0E1010
(14,16,16)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #4D3434

#4D3434
(77,52,52)
#5D4646
(93,70,70)
#6D5858
(109,88,88)
#7D6A6A
(125,106,106)
#8D7C7C
(141,124,124)
#9D8E8E
(157,142,142)
#ADA0A0
(173,160,160)
#BDB2B2
(189,178,178)
#CDC4C4
(205,196,196)
#DDD6D6
(221,214,214)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3434; }

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

This text font color is #4D3434.


Background Color

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

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

This div background color is #4D3434.


Border color

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

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

This div border color is #4D3434.


Opacity

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

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

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

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

This text has shadow with #4D3434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3434 on black background.


Color preview on white background

This text has color #4D3434 on white background.



Black color preview on #4D3434 background

This text has black color on #4D3434 background.


White color preview on #4D3434 background

This text has white color on #4D3434 background.