COLOR #4D251F

HEX: #4D251F
RGB: (77,37,31)

Color info

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

RGB color model

#4D251F color RGB value is (77,37,31).

  • red value is 77;
  • green value is 37;
  • blue value is 31.
RGB:
(77,37,31)
(30%,15%,12%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 31 of 255 = 12%

77
37
31

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

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 31 = 145 (100%)
R 77 of 145 ~ 53.1%
G 37 of 145 ~ 25.52%
B 31 of 145 ~ 21.38%

%53.1
%25.52
%21.38

CMYK color model

#4D251F color CMYK value is (0,52,60,70).

  • cyan value is 0.00%
  • magenta value is 51.95%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK:
(0,52,60,70)
C0M52Y60K70 
(0%,52%,60%,70%)
(0.00/0.52/0.60/0.70)	

CMYK percentages

%0
%51.95
%59.74
%69.8

Codes

Color #4D251F in popluar color models

4D251F
RGB773731
HSL42.59%21.18%
HSB/HSV59.74%30.20%
CMYK0.00%51.95%59.74%
69.80%

Color #4D251F in popluar number systems.

HEX4D251F
Decimal773731
Binary100110110010111111
Octal1154537

Shades and tints

Shades of #4D251F

#4D251F
(77,37,31)
#46221D
(70,34,29)
#3F1F1B
(63,31,27)
#381C19
(56,28,25)
#311917
(49,25,23)
#2A1615
(42,22,21)
#231313
(35,19,19)
#1C1011
(28,16,17)
#150D0F
(21,13,15)
#0E0A0D
(14,10,13)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #4D251F

#4D251F
(77,37,31)
#5D3833
(93,56,51)
#6D4B47
(109,75,71)
#7D5E5B
(125,94,91)
#8D716F
(141,113,111)
#9D8483
(157,132,131)
#AD9797
(173,151,151)
#BDAAAB
(189,170,171)
#CDBDBF
(205,189,191)
#DDD0D3
(221,208,211)
#EDE3E7
(237,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D251F; }

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

This text font color is #4D251F.


Background Color

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

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

This div background color is #4D251F.


Border color

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

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

This div border color is #4D251F.


Opacity

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

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

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

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

This text has shadow with #4D251F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D251F on black background.


Color preview on white background

This text has color #4D251F on white background.



Black color preview on #4D251F background

This text has black color on #4D251F background.


White color preview on #4D251F background

This text has white color on #4D251F background.