COLOR #4D251D

HEX: #4D251D RGB: (77,37,29)

Color info

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

RGB color model

#4D251D color RGB value is (77,37,29).

RGB: (77,37,29) (30%, 15%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 29 of 255 = 11%

77
37
29

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

Portions of RGB colors in percentages

R + G + B = 77 + 37 + 29 = 143 (100%)
R 77 of 143 ~ 53.85%
G 37 of 143 ~ 25.87%
B 29 of 143 ~ 20.28'%

%53.85
%25.87
%20.28

CMYK color model

#4D251D color CMYK value is (0,52,62,70).

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

CMYK: (0,52,62,70)
C0M52Y62K70 (0%, 52%, 62%, 70%)
(0.00 / 0.52 / 0.62 / 0.70)

CMYK percentages

%0
%51.95
%62.34
%69.8

Codes

Color #4D251D in popluar color models

4D 25 1D
RGB 77 37 29
HSL 10° 45.28% 20.78%
HSB/HSV 10° 62.34% 30.20%
CMYK 0.00% 51.95% 62.34%
69.80%

Color #4D251D in popluar number systems.

HEX 4D 25 1D
Decimal 77 37 29
Binary 1001101 100101 11101
Octal 115 45 35

Shades and tints

Shades of #4D251D

#4D251D
(77,37,29)
#46221B
(70,34,27)
#3F1F19
(63,31,25)
#381C17
(56,28,23)
#311915
(49,25,21)
#2A1613
(42,22,19)
#231311
(35,19,17)
#1C100F
(28,16,15)
#150D0D
(21,13,13)
#0E0A0B
(14,10,11)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #4D251D

#4D251D
(77,37,29)
#5D3831
(93,56,49)
#6D4B45
(109,75,69)
#7D5E59
(125,94,89)
#8D716D
(141,113,109)
#9D8481
(157,132,129)
#AD9795
(173,151,149)
#BDAAA9
(189,170,169)
#CDBDBD
(205,189,189)
#DDD0D1
(221,208,209)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D251D; }

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

This text font color is #4D251D.

Background Color

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

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

This div background color is #4D251D.

Border color

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

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

This div border color is #4D251D.

Opacity

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

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

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

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

This text has shadow with #4D251D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D251D.

Preview

Color preview on black background

This text has color #4D251D on black background.


Color preview on white background

This text has color #4D251D on white background.


Black color preview on #4D251D background

This text has black color on #4D251D background.


White color preview on #4D251D background

This text has white color on #4D251D background.


Related colors

Complementary color

Complementary color for #hex is #B2DAE2.


I love getcolorcode.com

Triadic colors

1 #1D4D25 and #251D4D with #4D251D are triadic colors.

2 #1D254D and #254D1D with #4D251D are triadic colors.