COLOR #4B3553

HEX: #4B3553
RGB: (75,53,83)

Color info

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

RGB color model

#4B3553 color RGB value is (75,53,83).

  • red value is 75;
  • green value is 53;
  • blue value is 83.
RGB:
(75,53,83)
(29%,21%,33%)

RGB channels and saturation

R 75 of 255 = 29%
G 53 of 255 = 21%
B 83 of 255 = 33%

75
53
83

R + G + B ~ 28%. #4B3553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 53 + 83 = 211 (100%)
R 75 of 211 ~ 35.55%
G 53 of 211 ~ 25.12%
B 83 of 211 ~ 39.34%

%35.55
%25.12
%39.34

CMYK color model

#4B3553 color CMYK value is (10,36,0,67).

  • cyan value is 9.64%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(10,36,0,67)
C10M36Y0K67 
(10%,36%,0%,67%)
(0.10/0.36/0.00/0.67)	

CMYK percentages

%9.64
%36.14
%0
%67.45

Codes

Color #4B3553 in popluar color models

4B3553
RGB755383
HSL284°22.06%26.67%
HSB/HSV284°36.14%32.55%
CMYK9.64%36.14%0.00%
67.45%

Color #4B3553 in popluar number systems.

HEX4B3553
Decimal755383
Binary10010111101011010011
Octal11365123

Shades and tints

Shades of #4B3553

#4B3553
(75,53,83)
#45314C
(69,49,76)
#3F2D45
(63,45,69)
#39293E
(57,41,62)
#332537
(51,37,55)
#2D2130
(45,33,48)
#271D29
(39,29,41)
#211922
(33,25,34)
#1B151B
(27,21,27)
#151114
(21,17,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B3553

#4B3553
(75,53,83)
#5B4762
(91,71,98)
#6B5971
(107,89,113)
#7B6B80
(123,107,128)
#8B7D8F
(139,125,143)
#9B8F9E
(155,143,158)
#ABA1AD
(171,161,173)
#BBB3BC
(187,179,188)
#CBC5CB
(203,197,203)
#DBD7DA
(219,215,218)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3553; }

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

This text font color is #4B3553.


Background Color

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

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

This div background color is #4B3553.


Border color

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

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

This div border color is #4B3553.


Opacity

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

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

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

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

This text has shadow with #4B3553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3553 on black background.


Color preview on white background

This text has color #4B3553 on white background.



Black color preview on #4B3553 background

This text has black color on #4B3553 background.


White color preview on #4B3553 background

This text has white color on #4B3553 background.