COLOR #4D1734

HEX: #4D1734
RGB: (77,23,52)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
23
52

R + G + B ~ 20%. #4D1734 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 23 + 52 = 152 (100%)
R 77 of 152 ~ 50.66%
G 23 of 152 ~ 15.13%
B 52 of 152 ~ 34.21%

%50.66
%15.13
%34.21

CMYK color model

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

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

CMYK percentages

%0
%70.13
%32.47
%69.8

Codes

Color #4D1734 in popluar color models

4D1734
RGB772352
HSL328°54.00%19.61%
HSB/HSV328°70.13%30.20%
CMYK0.00%70.13%32.47%
69.80%

Color #4D1734 in popluar number systems.

HEX4D1734
Decimal772352
Binary100110110111110100
Octal1152764

Shades and tints

Shades of #4D1734

#4D1734
(77,23,52)
#461530
(70,21,48)
#3F132C
(63,19,44)
#381128
(56,17,40)
#310F24
(49,15,36)
#2A0D20
(42,13,32)
#230B1C
(35,11,28)
#1C0918
(28,9,24)
#150714
(21,7,20)
#0E0510
(14,5,16)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #4D1734

#4D1734
(77,23,52)
#5D2C46
(93,44,70)
#6D4158
(109,65,88)
#7D566A
(125,86,106)
#8D6B7C
(141,107,124)
#9D808E
(157,128,142)
#AD95A0
(173,149,160)
#BDAAB2
(189,170,178)
#CDBFC4
(205,191,196)
#DDD4D6
(221,212,214)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1734; }

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

This text font color is #4D1734.


Background Color

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

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

This div background color is #4D1734.


Border color

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

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

This div border color is #4D1734.


Opacity

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

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

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

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

This text has shadow with #4D1734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1734 on black background.


Color preview on white background

This text has color #4D1734 on white background.



Black color preview on #4D1734 background

This text has black color on #4D1734 background.


White color preview on #4D1734 background

This text has white color on #4D1734 background.