COLOR #4D2339

HEX: #4D2339
RGB: (77,35,57)

Color info

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

RGB color model

#4D2339 color RGB value is (77,35,57).

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

RGB channels and saturation

R 77 of 255 = 30%
G 35 of 255 = 14%
B 57 of 255 = 22%

77
35
57

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

Portions of RGB colors in percentages

R + G + B =
77 + 35 + 57 = 169 (100%)
R 77 of 169 ~ 45.56%
G 35 of 169 ~ 20.71%
B 57 of 169 ~ 33.73%

%45.56
%20.71
%33.73

CMYK color model

#4D2339 color CMYK value is (0,55,26,70).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK:
(0,55,26,70)
C0M55Y26K70 
(0%,55%,26%,70%)
(0.00/0.55/0.26/0.70)	

CMYK percentages

%0
%54.55
%25.97
%69.8

Codes

Color #4D2339 in popluar color models

4D2339
RGB773557
HSL329°37.50%21.96%
HSB/HSV329°54.55%30.20%
CMYK0.00%54.55%25.97%
69.80%

Color #4D2339 in popluar number systems.

HEX4D2339
Decimal773557
Binary1001101100011111001
Octal1154371

Shades and tints

Shades of #4D2339

#4D2339
(77,35,57)
#462034
(70,32,52)
#3F1D2F
(63,29,47)
#381A2A
(56,26,42)
#311725
(49,23,37)
#2A1420
(42,20,32)
#23111B
(35,17,27)
#1C0E16
(28,14,22)
#150B11
(21,11,17)
#0E080C
(14,8,12)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #4D2339

#4D2339
(77,35,57)
#5D374B
(93,55,75)
#6D4B5D
(109,75,93)
#7D5F6F
(125,95,111)
#8D7381
(141,115,129)
#9D8793
(157,135,147)
#AD9BA5
(173,155,165)
#BDAFB7
(189,175,183)
#CDC3C9
(205,195,201)
#DDD7DB
(221,215,219)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2339; }

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

This text font color is #4D2339.


Background Color

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

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

This div background color is #4D2339.


Border color

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

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

This div border color is #4D2339.


Opacity

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

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

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

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

This text has shadow with #4D2339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2339 on black background.


Color preview on white background

This text has color #4D2339 on white background.



Black color preview on #4D2339 background

This text has black color on #4D2339 background.


White color preview on #4D2339 background

This text has white color on #4D2339 background.