COLOR #4B3552

HEX: #4B3552 RGB: (75,53,82)

Color info

#4B3552 contains red, green and blue colors in about the same proportion. Web safe color of #4B3552 is #333366 (or #336).

RGB color model

#4B3552 color RGB value is (75,53,82).

RGB: (75,53,82) (29%, 21%, 32%)

RGB channels and saturation

R 75 of 255 = 29%
G 53 of 255 = 21%
B 82 of 255 = 32%

75
53
82

R + G + B ~ 27%. #4B3552 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 53 + 82 = 210 (100%)
R 75 of 210 ~ 35.71%
G 53 of 210 ~ 25.24%
B 82 of 210 ~ 39.05'%

%35.71
%25.24
%39.05

CMYK color model

#4B3552 color CMYK value is (9,35,0,68).

  • cyan value is 8.54%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (9,35,0,68)
C9M35Y0K68 (9%, 35%, 0%, 68%)
(0.09 / 0.35 / 0.00 / 0.68)

CMYK percentages

%8.54
%35.37
%0
%67.84

Codes

Color #4B3552 in popluar color models

4B 35 52
RGB 75 53 82
HSL 286° 21.48% 26.47%
HSB/HSV 286° 35.37% 32.16%
CMYK 8.54% 35.37% 0.00%
67.84%

Color #4B3552 in popluar number systems.

HEX 4B 35 52
Decimal 75 53 82
Binary 1001011 110101 1010010
Octal 113 65 122

Shades and tints

Shades of #4B3552

#4B3552
(75,53,82)
#45314B
(69,49,75)
#3F2D44
(63,45,68)
#39293D
(57,41,61)
#332536
(51,37,54)
#2D212F
(45,33,47)
#271D28
(39,29,40)
#211921
(33,25,33)
#1B151A
(27,21,26)
#151113
(21,17,19)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #4B3552

#4B3552
(75,53,82)
#5B4761
(91,71,97)
#6B5970
(107,89,112)
#7B6B7F
(123,107,127)
#8B7D8E
(139,125,142)
#9B8F9D
(155,143,157)
#ABA1AC
(171,161,172)
#BBB3BB
(187,179,187)
#CBC5CA
(203,197,202)
#DBD7D9
(219,215,217)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3552 color. Also use rgb(75,53,82) instead hex code.

Text Font Color

.myTextColor { color: #4B3552; }

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

This text font color is #4B3552.

Background Color

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

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

This div background color is #4B3552.

Border color

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

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

This div border color is #4B3552.

Opacity

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

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

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

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

This text has shadow with #4B3552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3552.

Preview

Color preview on black background

This text has color #4B3552 on black background.


Color preview on white background

This text has color #4B3552 on white background.


Black color preview on #4B3552 background

This text has black color on #4B3552 background.


White color preview on #4B3552 background

This text has white color on #4B3552 background.


Related colors

Complementary color

Complementary color for #hex is #B4CAAD.


I love getcolorcode.com

Triadic colors

1 #524B35 and #35524B with #4B3552 are triadic colors.

2 #52354B and #354B52 with #4B3552 are triadic colors.