COLOR #4D1635

HEX: #4D1635
RGB: (77,22,53)

Color info

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

RGB color model

#4D1635 color RGB value is (77,22,53).

  • red value is 77;
  • green value is 22;
  • blue value is 53.
RGB:
(77,22,53)
(30%,9%,21%)

RGB channels and saturation

R 77 of 255 = 30%
G 22 of 255 = 9%
B 53 of 255 = 21%

77
22
53

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

Portions of RGB colors in percentages

R + G + B =
77 + 22 + 53 = 152 (100%)
R 77 of 152 ~ 50.66%
G 22 of 152 ~ 14.47%
B 53 of 152 ~ 34.87%

%50.66
%14.47
%34.87

CMYK color model

#4D1635 color CMYK value is (0,71,31,70).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 31.17%
  • key color value is 69.80%
CMYK:
(0,71,31,70)
C0M71Y31K70 
(0%,71%,31%,70%)
(0.00/0.71/0.31/0.70)	

CMYK percentages

%0
%71.43
%31.17
%69.8

Codes

Color #4D1635 in popluar color models

4D1635
RGB772253
HSL326°55.56%19.41%
HSB/HSV326°71.43%30.20%
CMYK0.00%71.43%31.17%
69.80%

Color #4D1635 in popluar number systems.

HEX4D1635
Decimal772253
Binary100110110110110101
Octal1152665

Shades and tints

Shades of #4D1635

#4D1635
(77,22,53)
#461431
(70,20,49)
#3F122D
(63,18,45)
#381029
(56,16,41)
#310E25
(49,14,37)
#2A0C21
(42,12,33)
#230A1D
(35,10,29)
#1C0819
(28,8,25)
#150615
(21,6,21)
#0E0411
(14,4,17)
#07020D
(7,2,13)
#000000
(0,0,0)

Tints of #4D1635

#4D1635
(77,22,53)
#5D2B47
(93,43,71)
#6D4059
(109,64,89)
#7D556B
(125,85,107)
#8D6A7D
(141,106,125)
#9D7F8F
(157,127,143)
#AD94A1
(173,148,161)
#BDA9B3
(189,169,179)
#CDBEC5
(205,190,197)
#DDD3D7
(221,211,215)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1635; }

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

This text font color is #4D1635.


Background Color

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

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

This div background color is #4D1635.


Border color

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

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

This div border color is #4D1635.


Opacity

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

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

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

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

This text has shadow with #4D1635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1635 on black background.


Color preview on white background

This text has color #4D1635 on white background.



Black color preview on #4D1635 background

This text has black color on #4D1635 background.


White color preview on #4D1635 background

This text has white color on #4D1635 background.