COLOR #4B325F

HEX: #4B325F
RGB: (75,50,95)

Color info

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

RGB color model

#4B325F color RGB value is (75,50,95).

  • red value is 75;
  • green value is 50;
  • blue value is 95.
RGB:
(75,50,95)
(29%,20%,37%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 95 of 255 = 37%

75
50
95

R + G + B ~ 29%. #4B325F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 95 = 220 (100%)
R 75 of 220 ~ 34.09%
G 50 of 220 ~ 22.73%
B 95 of 220 ~ 43.18%

%34.09
%22.73
%43.18

CMYK color model

#4B325F color CMYK value is (21,47,0,63).

  • cyan value is 21.05%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(21,47,0,63)
C21M47Y0K63 
(21%,47%,0%,63%)
(0.21/0.47/0.00/0.63)	

CMYK percentages

%21.05
%47.37
%0
%62.75

Codes

Color #4B325F in popluar color models

4B325F
RGB755095
HSL273°31.03%28.43%
HSB/HSV273°47.37%37.25%
CMYK21.05%47.37%0.00%
62.75%

Color #4B325F in popluar number systems.

HEX4B325F
Decimal755095
Binary10010111100101011111
Octal11362137

Shades and tints

Shades of #4B325F

#4B325F
(75,50,95)
#452E57
(69,46,87)
#3F2A4F
(63,42,79)
#392647
(57,38,71)
#33223F
(51,34,63)
#2D1E37
(45,30,55)
#271A2F
(39,26,47)
#211627
(33,22,39)
#1B121F
(27,18,31)
#150E17
(21,14,23)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #4B325F

#4B325F
(75,50,95)
#5B446D
(91,68,109)
#6B567B
(107,86,123)
#7B6889
(123,104,137)
#8B7A97
(139,122,151)
#9B8CA5
(155,140,165)
#AB9EB3
(171,158,179)
#BBB0C1
(187,176,193)
#CBC2CF
(203,194,207)
#DBD4DD
(219,212,221)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B325F; }

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

This text font color is #4B325F.


Background Color

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

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

This div background color is #4B325F.


Border color

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

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

This div border color is #4B325F.


Opacity

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

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

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

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

This text has shadow with #4B325F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B325F on black background.


Color preview on white background

This text has color #4B325F on white background.



Black color preview on #4B325F background

This text has black color on #4B325F background.


White color preview on #4B325F background

This text has white color on #4B325F background.