COLOR #4B324D

HEX: #4B324D RGB: (75,50,77)

Color info

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

RGB color model

#4B324D color RGB value is (75,50,77).

RGB: (75,50,77) (29%, 20%, 30%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 77 of 255 = 30%

75
50
77

R + G + B ~ 26%. #4B324D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 50 + 77 = 202 (100%)
R 75 of 202 ~ 37.13%
G 50 of 202 ~ 24.75%
B 77 of 202 ~ 38.12'%

%37.13
%24.75
%38.12

CMYK color model

#4B324D color CMYK value is (3,35,0,70).

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

CMYK: (3,35,0,70)
C3M35Y0K70 (3%, 35%, 0%, 70%)
(0.03 / 0.35 / 0.00 / 0.70)

CMYK percentages

%2.6
%35.06
%0
%69.8

Codes

Color #4B324D in popluar color models

4B 32 4D
RGB 75 50 77
HSL 296° 21.26% 24.90%
HSB/HSV 296° 35.06% 30.20%
CMYK 2.60% 35.06% 0.00%
69.80%

Color #4B324D in popluar number systems.

HEX 4B 32 4D
Decimal 75 50 77
Binary 1001011 110010 1001101
Octal 113 62 115

Shades and tints

Shades of #4B324D

#4B324D
(75,50,77)
#452E46
(69,46,70)
#3F2A3F
(63,42,63)
#392638
(57,38,56)
#332231
(51,34,49)
#2D1E2A
(45,30,42)
#271A23
(39,26,35)
#21161C
(33,22,28)
#1B1215
(27,18,21)
#150E0E
(21,14,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B324D

#4B324D
(75,50,77)
#5B445D
(91,68,93)
#6B566D
(107,86,109)
#7B687D
(123,104,125)
#8B7A8D
(139,122,141)
#9B8C9D
(155,140,157)
#AB9EAD
(171,158,173)
#BBB0BD
(187,176,189)
#CBC2CD
(203,194,205)
#DBD4DD
(219,212,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B324D; }

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

This text font color is #4B324D.

Background Color

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

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

This div background color is #4B324D.

Border color

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

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

This div border color is #4B324D.

Opacity

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

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

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

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

This text has shadow with #4B324D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B324D.

Preview

Color preview on black background

This text has color #4B324D on black background.


Color preview on white background

This text has color #4B324D on white background.


Black color preview on #4B324D background

This text has black color on #4B324D background.


White color preview on #4B324D background

This text has white color on #4B324D background.


Related colors

Complementary color

Complementary color for #hex is #B4CDB2.


I love getcolorcode.com

Triadic colors

1 #4D4B32 and #324D4B with #4B324D are triadic colors.

2 #4D324B and #324B4D with #4B324D are triadic colors.