COLOR #4B3A52

HEX: #4B3A52
RGB: (75,58,82)

Color info

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

RGB color model

#4B3A52 color RGB value is (75,58,82).

  • red value is 75;
  • green value is 58;
  • blue value is 82.
RGB:
(75,58,82)
(29%,23%,32%)

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 82 of 255 = 32%

75
58
82

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

Portions of RGB colors in percentages

R + G + B =
75 + 58 + 82 = 215 (100%)
R 75 of 215 ~ 34.88%
G 58 of 215 ~ 26.98%
B 82 of 215 ~ 38.14%

%34.88
%26.98
%38.14

CMYK color model

#4B3A52 color CMYK value is (9,29,0,68).

  • cyan value is 8.54%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(9,29,0,68)
C9M29Y0K68 
(9%,29%,0%,68%)
(0.09/0.29/0.00/0.68)	

CMYK percentages

%8.54
%29.27
%0
%67.84

Codes

Color #4B3A52 in popluar color models

4B3A52
RGB755882
HSL283°17.14%27.45%
HSB/HSV283°29.27%32.16%
CMYK8.54%29.27%0.00%
67.84%

Color #4B3A52 in popluar number systems.

HEX4B3A52
Decimal755882
Binary10010111110101010010
Octal11372122

Shades and tints

Shades of #4B3A52

#4B3A52
(75,58,82)
#45354B
(69,53,75)
#3F3044
(63,48,68)
#392B3D
(57,43,61)
#332636
(51,38,54)
#2D212F
(45,33,47)
#271C28
(39,28,40)
#211721
(33,23,33)
#1B121A
(27,18,26)
#150D13
(21,13,19)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B3A52

#4B3A52
(75,58,82)
#5B4B61
(91,75,97)
#6B5C70
(107,92,112)
#7B6D7F
(123,109,127)
#8B7E8E
(139,126,142)
#9B8F9D
(155,143,157)
#ABA0AC
(171,160,172)
#BBB1BB
(187,177,187)
#CBC2CA
(203,194,202)
#DBD3D9
(219,211,217)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3A52; }

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

This text font color is #4B3A52.


Background Color

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

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

This div background color is #4B3A52.


Border color

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

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

This div border color is #4B3A52.


Opacity

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

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

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

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

This text has shadow with #4B3A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3A52 on black background.


Color preview on white background

This text has color #4B3A52 on white background.



Black color preview on #4B3A52 background

This text has black color on #4B3A52 background.


White color preview on #4B3A52 background

This text has white color on #4B3A52 background.