COLOR #4D243D

HEX: #4D243D
RGB: (77,36,61)

Color info

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

RGB color model

#4D243D color RGB value is (77,36,61).

  • red value is 77;
  • green value is 36;
  • blue value is 61.
RGB:
(77,36,61)
(30%,14%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 61 of 255 = 24%

77
36
61

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

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 61 = 174 (100%)
R 77 of 174 ~ 44.25%
G 36 of 174 ~ 20.69%
B 61 of 174 ~ 35.06%

%44.25
%20.69
%35.06

CMYK color model

#4D243D color CMYK value is (0,53,21,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK:
(0,53,21,70)
C0M53Y21K70 
(0%,53%,21%,70%)
(0.00/0.53/0.21/0.70)	

CMYK percentages

%0
%53.25
%20.78
%69.8

Codes

Color #4D243D in popluar color models

4D243D
RGB773661
HSL323°36.28%22.16%
HSB/HSV323°53.25%30.20%
CMYK0.00%53.25%20.78%
69.80%

Color #4D243D in popluar number systems.

HEX4D243D
Decimal773661
Binary1001101100100111101
Octal1154475

Shades and tints

Shades of #4D243D

#4D243D
(77,36,61)
#462138
(70,33,56)
#3F1E33
(63,30,51)
#381B2E
(56,27,46)
#311829
(49,24,41)
#2A1524
(42,21,36)
#23121F
(35,18,31)
#1C0F1A
(28,15,26)
#150C15
(21,12,21)
#0E0910
(14,9,16)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D243D

#4D243D
(77,36,61)
#5D374E
(93,55,78)
#6D4A5F
(109,74,95)
#7D5D70
(125,93,112)
#8D7081
(141,112,129)
#9D8392
(157,131,146)
#AD96A3
(173,150,163)
#BDA9B4
(189,169,180)
#CDBCC5
(205,188,197)
#DDCFD6
(221,207,214)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D243D; }

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

This text font color is #4D243D.


Background Color

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

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

This div background color is #4D243D.


Border color

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

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

This div border color is #4D243D.


Opacity

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

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

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

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

This text has shadow with #4D243D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D243D on black background.


Color preview on white background

This text has color #4D243D on white background.



Black color preview on #4D243D background

This text has black color on #4D243D background.


White color preview on #4D243D background

This text has white color on #4D243D background.