COLOR #4D252F

HEX: #4D252F RGB: (77,37,47)

Color info

#4D252F contains red, green and blue colors in about the same proportion. Web safe color of #4D252F is #333333 (or #333).

RGB color model

#4D252F color RGB value is (77,37,47).

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

RGB channels and saturation

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

77
37
47

R + G + B ~ 21%. #4D252F is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 37 + 47 = 161 (100%)
R 77 of 161 ~ 47.83%
G 37 of 161 ~ 22.98%
B 47 of 161 ~ 29.19'%

%47.83
%22.98
%29.19

CMYK color model

#4D252F color CMYK value is (0,52,39,70).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 38.96%
  • key color value is 69.80%
CMYK: (0,52,39,70) C0M52Y39K70 (0%,52%,39%,70%) (0.00/0.52/0.39/0.70) 

CMYK percentages

%0
%51.95
%38.96
%69.8

Codes

Color #4D252F in popluar color models

4D 25 2F
RGB 77 37 47
HSL 345° 35.09% 22.35%
HSB/HSV 345° 51.95% 30.20%
CMYK 0.00% 51.95% 38.96%
69.80%

Color #4D252F in popluar number systems.

HEX 4D 25 2F
Decimal 77 37 47
Binary 1001101 100101 101111
Octal 115 45 57

Shades and tints

Shades of #4D252F

#4D252F
(77,37,47)
#46222B
(70,34,43)
#3F1F27
(63,31,39)
#381C23
(56,28,35)
#31191F
(49,25,31)
#2A161B
(42,22,27)
#231317
(35,19,23)
#1C1013
(28,16,19)
#150D0F
(21,13,15)
#0E0A0B
(14,10,11)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #4D252F

#4D252F
(77,37,47)
#5D3841
(93,56,65)
#6D4B53
(109,75,83)
#7D5E65
(125,94,101)
#8D7177
(141,113,119)
#9D8489
(157,132,137)
#AD979B
(173,151,155)
#BDAAAD
(189,170,173)
#CDBDBF
(205,189,191)
#DDD0D1
(221,208,209)
#EDE3E3
(237,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D252F; }

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

This text font color is #4D252F.

Background Color

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

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

This div background color is #4D252F.

Border color

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

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

This div border color is #4D252F.

Opacity

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

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

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

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

This text has shadow with #4D252F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D252F.

Preview

Color preview on black background

This text has color #4D252F on black background.


Color preview on white background

This text has color #4D252F on white background.


Black color preview on #4D252F background

This text has black color on #4D252F background.


White color preview on #4D252F background

This text has white color on #4D252F background.


Related colors

Complementary color

Complementary color for #hex is #B2DAD0.


I love getcolorcode.com

Triadic colors

1 #2F4D25 and #252F4D with #4D252F are triadic colors.

2 #2F254D and #254D2F with #4D252F are triadic colors.