COLOR #4D1335

HEX: #4D1335 RGB: (77,19,53)

Color info

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

RGB color model

#4D1335 color RGB value is (77,19,53).

RGB: (77,19,53) (30%, 7%, 21%)

RGB channels and saturation

R 77 of 255 = 30%
G 19 of 255 = 7%
B 53 of 255 = 21%

77
19
53

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

Portions of RGB colors in percentages

R + G + B = 77 + 19 + 53 = 149 (100%)
R 77 of 149 ~ 51.68%
G 19 of 149 ~ 12.75%
B 53 of 149 ~ 35.57'%

%51.68
%12.75
%35.57

CMYK color model

#4D1335 color CMYK value is (0,75,31,70).

  • cyan value is 0.00%
  • magenta value is 75.32%
  • yellow value is 31.17%
  • key color value is 69.80%

CMYK: (0,75,31,70)
C0M75Y31K70 (0%, 75%, 31%, 70%)
(0.00 / 0.75 / 0.31 / 0.70)

CMYK percentages

%0
%75.32
%31.17
%69.8

Codes

Color #4D1335 in popluar color models

4D 13 35
RGB 77 19 53
HSL 325° 60.42% 18.82%
HSB/HSV 325° 75.32% 30.20%
CMYK 0.00% 75.32% 31.17%
69.80%

Color #4D1335 in popluar number systems.

HEX 4D 13 35
Decimal 77 19 53
Binary 1001101 10011 110101
Octal 115 23 65

Shades and tints

Shades of #4D1335

#4D1335
(77,19,53)
#461231
(70,18,49)
#3F112D
(63,17,45)
#381029
(56,16,41)
#310F25
(49,15,37)
#2A0E21
(42,14,33)
#230D1D
(35,13,29)
#1C0C19
(28,12,25)
#150B15
(21,11,21)
#0E0A11
(14,10,17)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #4D1335

#4D1335
(77,19,53)
#5D2847
(93,40,71)
#6D3D59
(109,61,89)
#7D526B
(125,82,107)
#8D677D
(141,103,125)
#9D7C8F
(157,124,143)
#AD91A1
(173,145,161)
#BDA6B3
(189,166,179)
#CDBBC5
(205,187,197)
#DDD0D7
(221,208,215)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1335 color. Also use rgb(77,19,53) instead hex code.

Text Font Color

.myTextColor { color: #4D1335; }

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

This text font color is #4D1335.

Background Color

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

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

This div background color is #4D1335.

Border color

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

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

This div border color is #4D1335.

Opacity

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

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

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

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

This text has shadow with #4D1335 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1335.

Preview

Color preview on black background

This text has color #4D1335 on black background.


Color preview on white background

This text has color #4D1335 on white background.


Black color preview on #4D1335 background

This text has black color on #4D1335 background.


White color preview on #4D1335 background

This text has white color on #4D1335 background.


Related colors

Complementary color

Complementary color for #hex is #B2ECCA.


I love getcolorcode.com

Triadic colors

1 #354D13 and #13354D with #4D1335 are triadic colors.

2 #35134D and #134D35 with #4D1335 are triadic colors.