COLOR #4D241B

HEX: #4D241B RGB: (77,36,27)

Color info

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

RGB color model

#4D241B color RGB value is (77,36,27).

RGB: (77,36,27) (30%, 14%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 27 of 255 = 11%

77
36
27

R + G + B ~ 18%. #4D241B is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 36 + 27 = 140 (100%)
R 77 of 140 ~ 55%
G 36 of 140 ~ 25.71%
B 27 of 140 ~ 19.29'%

%55
%25.71
%19.29

CMYK color model

#4D241B color CMYK value is (0,53,65,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 64.94%
  • key color value is 69.80%

CMYK: (0,53,65,70)
C0M53Y65K70 (0%, 53%, 65%, 70%)
(0.00 / 0.53 / 0.65 / 0.70)

CMYK percentages

%0
%53.25
%64.94
%69.8

Codes

Color #4D241B in popluar color models

4D 24 1B
RGB 77 36 27
HSL 11° 48.08% 20.39%
HSB/HSV 11° 64.94% 30.20%
CMYK 0.00% 53.25% 64.94%
69.80%

Color #4D241B in popluar number systems.

HEX 4D 24 1B
Decimal 77 36 27
Binary 1001101 100100 11011
Octal 115 44 33

Shades and tints

Shades of #4D241B

#4D241B
(77,36,27)
#462119
(70,33,25)
#3F1E17
(63,30,23)
#381B15
(56,27,21)
#311813
(49,24,19)
#2A1511
(42,21,17)
#23120F
(35,18,15)
#1C0F0D
(28,15,13)
#150C0B
(21,12,11)
#0E0909
(14,9,9)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #4D241B

#4D241B
(77,36,27)
#5D372F
(93,55,47)
#6D4A43
(109,74,67)
#7D5D57
(125,93,87)
#8D706B
(141,112,107)
#9D837F
(157,131,127)
#AD9693
(173,150,147)
#BDA9A7
(189,169,167)
#CDBCBB
(205,188,187)
#DDCFCF
(221,207,207)
#EDE2E3
(237,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D241B color. Also use rgb(77,36,27) instead hex code.

Text Font Color

.myTextColor { color: #4D241B; }

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

This text font color is #4D241B.

Background Color

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

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

This div background color is #4D241B.

Border color

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

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

This div border color is #4D241B.

Opacity

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

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

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

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

This text has shadow with #4D241B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D241B.

Preview

Color preview on black background

This text has color #4D241B on black background.


Color preview on white background

This text has color #4D241B on white background.


Black color preview on #4D241B background

This text has black color on #4D241B background.


White color preview on #4D241B background

This text has white color on #4D241B background.


Related colors

Complementary color

Complementary color for #hex is #B2DBE4.


I love getcolorcode.com

Triadic colors

1 #1B4D24 and #241B4D with #4D241B are triadic colors.

2 #1B244D and #244D1B with #4D241B are triadic colors.