COLOR #4D182B

HEX: #4D182B
RGB: (77,24,43)

Color info

#4D182B contains red, green and blue colors in about the same proportion. Web safe color of #4D182B is #330033 (or #303).

RGB color model

#4D182B color RGB value is (77,24,43).

  • red value is 77;
  • green value is 24;
  • blue value is 43.
RGB:
(77,24,43)
(30%,9%,17%)

RGB channels and saturation

R 77 of 255 = 30%
G 24 of 255 = 9%
B 43 of 255 = 17%

77
24
43

R + G + B ~ 19%. #4D182B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 24 + 43 = 144 (100%)
R 77 of 144 ~ 53.47%
G 24 of 144 ~ 16.67%
B 43 of 144 ~ 29.86%

%53.47
%16.67
%29.86

CMYK color model

#4D182B color CMYK value is (0,69,44,70).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 44.16%
  • key color value is 69.80%
CMYK:
(0,69,44,70)
C0M69Y44K70 
(0%,69%,44%,70%)
(0.00/0.69/0.44/0.70)	

CMYK percentages

%0
%68.83
%44.16
%69.8

Codes

Color #4D182B in popluar color models

4D182B
RGB772443
HSL338°52.48%19.80%
HSB/HSV338°68.83%30.20%
CMYK0.00%68.83%44.16%
69.80%

Color #4D182B in popluar number systems.

HEX4D182B
Decimal772443
Binary100110111000101011
Octal1153053

Shades and tints

Shades of #4D182B

#4D182B
(77,24,43)
#461628
(70,22,40)
#3F1425
(63,20,37)
#381222
(56,18,34)
#31101F
(49,16,31)
#2A0E1C
(42,14,28)
#230C19
(35,12,25)
#1C0A16
(28,10,22)
#150813
(21,8,19)
#0E0610
(14,6,16)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #4D182B

#4D182B
(77,24,43)
#5D2D3E
(93,45,62)
#6D4251
(109,66,81)
#7D5764
(125,87,100)
#8D6C77
(141,108,119)
#9D818A
(157,129,138)
#AD969D
(173,150,157)
#BDABB0
(189,171,176)
#CDC0C3
(205,192,195)
#DDD5D6
(221,213,214)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D182B; }

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

This text font color is #4D182B.


Background Color

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

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

This div background color is #4D182B.


Border color

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

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

This div border color is #4D182B.


Opacity

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

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

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

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

This text has shadow with #4D182B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D182B on black background.


Color preview on white background

This text has color #4D182B on white background.



Black color preview on #4D182B background

This text has black color on #4D182B background.


White color preview on #4D182B background

This text has white color on #4D182B background.