COLOR #4D1225

HEX: #4D1225 RGB: (77,18,37)

Color info

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

RGB color model

#4D1225 color RGB value is (77,18,37).

RGB: (77,18,37) (30%, 7%, 15%)

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 37 of 255 = 15%

77
18
37

R + G + B ~ 17%. #4D1225 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 18 + 37 = 132 (100%)
R 77 of 132 ~ 58.33%
G 18 of 132 ~ 13.64%
B 37 of 132 ~ 28.03'%

%58.33
%13.64
%28.03

CMYK color model

#4D1225 color CMYK value is (0,77,52,70).

  • cyan value is 0.00%
  • magenta value is 76.62%
  • yellow value is 51.95%
  • key color value is 69.80%

CMYK: (0,77,52,70)
C0M77Y52K70 (0%, 77%, 52%, 70%)
(0.00 / 0.77 / 0.52 / 0.70)

CMYK percentages

%0
%76.62
%51.95
%69.8

Codes

Color #4D1225 in popluar color models

4D 12 25
RGB 77 18 37
HSL 341° 62.11% 18.63%
HSB/HSV 341° 76.62% 30.20%
CMYK 0.00% 76.62% 51.95%
69.80%

Color #4D1225 in popluar number systems.

HEX 4D 12 25
Decimal 77 18 37
Binary 1001101 10010 100101
Octal 115 22 45

Shades and tints

Shades of #4D1225

#4D1225
(77,18,37)
#461122
(70,17,34)
#3F101F
(63,16,31)
#380F1C
(56,15,28)
#310E19
(49,14,25)
#2A0D16
(42,13,22)
#230C13
(35,12,19)
#1C0B10
(28,11,16)
#150A0D
(21,10,13)
#0E090A
(14,9,10)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D1225

#4D1225
(77,18,37)
#5D2738
(93,39,56)
#6D3C4B
(109,60,75)
#7D515E
(125,81,94)
#8D6671
(141,102,113)
#9D7B84
(157,123,132)
#AD9097
(173,144,151)
#BDA5AA
(189,165,170)
#CDBABD
(205,186,189)
#DDCFD0
(221,207,208)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1225 color. Also use rgb(77,18,37) instead hex code.

Text Font Color

.myTextColor { color: #4D1225; }

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

This text font color is #4D1225.

Background Color

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

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

This div background color is #4D1225.

Border color

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

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

This div border color is #4D1225.

Opacity

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

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

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

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

This text has shadow with #4D1225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1225.

Preview

Color preview on black background

This text has color #4D1225 on black background.


Color preview on white background

This text has color #4D1225 on white background.


Black color preview on #4D1225 background

This text has black color on #4D1225 background.


White color preview on #4D1225 background

This text has white color on #4D1225 background.


Related colors

Complementary color

Complementary color for #hex is #B2EDDA.


I love getcolorcode.com

Triadic colors

1 #254D12 and #12254D with #4D1225 are triadic colors.

2 #25124D and #124D25 with #4D1225 are triadic colors.