COLOR #4D274B

HEX: #4D274B RGB: (77,39,75)

Color info

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

RGB color model

#4D274B color RGB value is (77,39,75).

RGB: (77,39,75) (30%, 15%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 39 of 255 = 15%
B 75 of 255 = 29%

77
39
75

R + G + B ~ 25%. #4D274B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 39 + 75 = 191 (100%)
R 77 of 191 ~ 40.31%
G 39 of 191 ~ 20.42%
B 75 of 191 ~ 39.27'%

%40.31
%20.42
%39.27

CMYK color model

#4D274B color CMYK value is (0,49,3,70).

  • cyan value is 0.00%
  • magenta value is 49.35%
  • yellow value is 2.60%
  • key color value is 69.80%

CMYK: (0,49,3,70)
C0M49Y3K70 (0%, 49%, 3%, 70%)
(0.00 / 0.49 / 0.03 / 0.70)

CMYK percentages

%0
%49.35
%2.6
%69.8

Codes

Color #4D274B in popluar color models

4D 27 4B
RGB 77 39 75
HSL 303° 32.76% 22.75%
HSB/HSV 303° 49.35% 30.20%
CMYK 0.00% 49.35% 2.60%
69.80%

Color #4D274B in popluar number systems.

HEX 4D 27 4B
Decimal 77 39 75
Binary 1001101 100111 1001011
Octal 115 47 113

Shades and tints

Shades of #4D274B

#4D274B
(77,39,75)
#462445
(70,36,69)
#3F213F
(63,33,63)
#381E39
(56,30,57)
#311B33
(49,27,51)
#2A182D
(42,24,45)
#231527
(35,21,39)
#1C1221
(28,18,33)
#150F1B
(21,15,27)
#0E0C15
(14,12,21)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #4D274B

#4D274B
(77,39,75)
#5D3A5B
(93,58,91)
#6D4D6B
(109,77,107)
#7D607B
(125,96,123)
#8D738B
(141,115,139)
#9D869B
(157,134,155)
#AD99AB
(173,153,171)
#BDACBB
(189,172,187)
#CDBFCB
(205,191,203)
#DDD2DB
(221,210,219)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D274B color. Also use rgb(77,39,75) instead hex code.

Text Font Color

.myTextColor { color: #4D274B; }

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

This text font color is #4D274B.

Background Color

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

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

This div background color is #4D274B.

Border color

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

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

This div border color is #4D274B.

Opacity

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

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

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

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

This text has shadow with #4D274B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D274B.

Preview

Color preview on black background

This text has color #4D274B on black background.


Color preview on white background

This text has color #4D274B on white background.


Black color preview on #4D274B background

This text has black color on #4D274B background.


White color preview on #4D274B background

This text has white color on #4D274B background.


Related colors

Complementary color

Complementary color for #hex is #B2D8B4.


I love getcolorcode.com

Triadic colors

1 #4B4D27 and #274B4D with #4D274B are triadic colors.

2 #4B274D and #274D4B with #4D274B are triadic colors.