COLOR #4D0F25

HEX: #4D0F25 RGB: (77,15,37)

Color info

#4D0F25 contains mainly red and blue colors. Web safe color of #4D0F25 is #330033 (or #303).

RGB color model

#4D0F25 color RGB value is (77,15,37).

RGB: (77,15,37) (30%, 6%, 15%)

RGB channels and saturation

R 77 of 255 = 30%
G 15 of 255 = 6%
B 37 of 255 = 15%

77
15
37

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

Portions of RGB colors in percentages

R + G + B = 77 + 15 + 37 = 129 (100%)
R 77 of 129 ~ 59.69%
G 15 of 129 ~ 11.63%
B 37 of 129 ~ 28.68'%

%59.69
%11.63
%28.68

CMYK color model

#4D0F25 color CMYK value is (0,81,52,70).

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

CMYK: (0,81,52,70)
C0M81Y52K70 (0%, 81%, 52%, 70%)
(0.00 / 0.81 / 0.52 / 0.70)

CMYK percentages

%0
%80.52
%51.95
%69.8

Codes

Color #4D0F25 in popluar color models

4D 0F 25
RGB 77 15 37
HSL 339° 67.39% 18.04%
HSB/HSV 339° 80.52% 30.20%
CMYK 0.00% 80.52% 51.95%
69.80%

Color #4D0F25 in popluar number systems.

HEX 4D 0F 25
Decimal 77 15 37
Binary 1001101 1111 100101
Octal 115 17 45

Shades and tints

Shades of #4D0F25

#4D0F25
(77,15,37)
#460E22
(70,14,34)
#3F0D1F
(63,13,31)
#380C1C
(56,12,28)
#310B19
(49,11,25)
#2A0A16
(42,10,22)
#230913
(35,9,19)
#1C0810
(28,8,16)
#15070D
(21,7,13)
#0E060A
(14,6,10)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #4D0F25

#4D0F25
(77,15,37)
#5D2438
(93,36,56)
#6D394B
(109,57,75)
#7D4E5E
(125,78,94)
#8D6371
(141,99,113)
#9D7884
(157,120,132)
#AD8D97
(173,141,151)
#BDA2AA
(189,162,170)
#CDB7BD
(205,183,189)
#DDCCD0
(221,204,208)
#EDE1E3
(237,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0F25; }

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

This text font color is #4D0F25.

Background Color

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

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

This div background color is #4D0F25.

Border color

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

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

This div border color is #4D0F25.

Opacity

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

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

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

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

This text has shadow with #4D0F25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D0F25.

Preview

Color preview on black background

This text has color #4D0F25 on black background.


Color preview on white background

This text has color #4D0F25 on white background.


Black color preview on #4D0F25 background

This text has black color on #4D0F25 background.


White color preview on #4D0F25 background

This text has white color on #4D0F25 background.


Related colors

Complementary color

Complementary color for #hex is #B2F0DA.


I love getcolorcode.com

Triadic colors

1 #254D0F and #0F254D with #4D0F25 are triadic colors.

2 #250F4D and #0F4D25 with #4D0F25 are triadic colors.