COLOR #4D302D

HEX: #4D302D
RGB: (77,48,45)

Color info

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

RGB color model

#4D302D color RGB value is (77,48,45).

  • red value is 77;
  • green value is 48;
  • blue value is 45.
RGB:
(77,48,45)
(30%,19%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 45 of 255 = 18%

77
48
45

R + G + B ~ 22%. #4D302D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 45 = 170 (100%)
R 77 of 170 ~ 45.29%
G 48 of 170 ~ 28.24%
B 45 of 170 ~ 26.47%

%45.29
%28.24
%26.47

CMYK color model

#4D302D color CMYK value is (0,38,42,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 41.56%
  • key color value is 69.80%
CMYK:
(0,38,42,70)
C0M38Y42K70 
(0%,38%,42%,70%)
(0.00/0.38/0.42/0.70)	

CMYK percentages

%0
%37.66
%41.56
%69.8

Codes

Color #4D302D in popluar color models

4D302D
RGB774845
HSL26.23%23.92%
HSB/HSV41.56%30.20%
CMYK0.00%37.66%41.56%
69.80%

Color #4D302D in popluar number systems.

HEX4D302D
Decimal774845
Binary1001101110000101101
Octal1156055

Shades and tints

Shades of #4D302D

#4D302D
(77,48,45)
#462C29
(70,44,41)
#3F2825
(63,40,37)
#382421
(56,36,33)
#31201D
(49,32,29)
#2A1C19
(42,28,25)
#231815
(35,24,21)
#1C1411
(28,20,17)
#15100D
(21,16,13)
#0E0C09
(14,12,9)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #4D302D

#4D302D
(77,48,45)
#5D4240
(93,66,64)
#6D5453
(109,84,83)
#7D6666
(125,102,102)
#8D7879
(141,120,121)
#9D8A8C
(157,138,140)
#AD9C9F
(173,156,159)
#BDAEB2
(189,174,178)
#CDC0C5
(205,192,197)
#DDD2D8
(221,210,216)
#EDE4EB
(237,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D302D; }

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

This text font color is #4D302D.


Background Color

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

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

This div background color is #4D302D.


Border color

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

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

This div border color is #4D302D.


Opacity

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

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

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

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

This text has shadow with #4D302D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D302D on black background.


Color preview on white background

This text has color #4D302D on white background.



Black color preview on #4D302D background

This text has black color on #4D302D background.


White color preview on #4D302D background

This text has white color on #4D302D background.