COLOR #4B3452

HEX: #4B3452
RGB: (75,52,82)

Color info

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

RGB color model

#4B3452 color RGB value is (75,52,82).

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

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 82 of 255 = 32%

75
52
82

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 82 = 209 (100%)
R 75 of 209 ~ 35.89%
G 52 of 209 ~ 24.88%
B 82 of 209 ~ 39.23%

%35.89
%24.88
%39.23

CMYK color model

#4B3452 color CMYK value is (9,37,0,68).

  • cyan value is 8.54%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(9,37,0,68)
C9M37Y0K68 
(9%,37%,0%,68%)
(0.09/0.37/0.00/0.68)	

CMYK percentages

%8.54
%36.59
%0
%67.84

Codes

Color #4B3452 in popluar color models

4B3452
RGB755282
HSL286°22.39%26.27%
HSB/HSV286°36.59%32.16%
CMYK8.54%36.59%0.00%
67.84%

Color #4B3452 in popluar number systems.

HEX4B3452
Decimal755282
Binary10010111101001010010
Octal11364122

Shades and tints

Shades of #4B3452

#4B3452
(75,52,82)
#45304B
(69,48,75)
#3F2C44
(63,44,68)
#39283D
(57,40,61)
#332436
(51,36,54)
#2D202F
(45,32,47)
#271C28
(39,28,40)
#211821
(33,24,33)
#1B141A
(27,20,26)
#151013
(21,16,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #4B3452

#4B3452
(75,52,82)
#5B4661
(91,70,97)
#6B5870
(107,88,112)
#7B6A7F
(123,106,127)
#8B7C8E
(139,124,142)
#9B8E9D
(155,142,157)
#ABA0AC
(171,160,172)
#BBB2BB
(187,178,187)
#CBC4CA
(203,196,202)
#DBD6D9
(219,214,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3452; }

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

This text font color is #4B3452.


Background Color

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

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

This div background color is #4B3452.


Border color

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

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

This div border color is #4B3452.


Opacity

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

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

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

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

This text has shadow with #4B3452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3452 on black background.


Color preview on white background

This text has color #4B3452 on white background.



Black color preview on #4B3452 background

This text has black color on #4B3452 background.


White color preview on #4B3452 background

This text has white color on #4B3452 background.