COLOR #4B2371

HEX: #4B2371
RGB: (75,35,113)

Color info

#4B2371 contains mainly red and blue colors. Web safe color of #4B2371 is #333366 (or #336).

RGB color model

#4B2371 color RGB value is (75,35,113).

  • red value is 75;
  • green value is 35;
  • blue value is 113.
RGB:
(75,35,113)
(29%,14%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 113 of 255 = 44%

75
35
113

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

Portions of RGB colors in percentages

R + G + B =
75 + 35 + 113 = 223 (100%)
R 75 of 223 ~ 33.63%
G 35 of 223 ~ 15.7%
B 113 of 223 ~ 50.67%

%33.63
%15.7
%50.67

CMYK color model

#4B2371 color CMYK value is (34,69,0,56).

  • cyan value is 33.63%
  • magenta value is 69.03%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(34,69,0,56)
C34M69Y0K56 
(34%,69%,0%,56%)
(0.34/0.69/0.00/0.56)	

CMYK percentages

%33.63
%69.03
%0
%55.69

Codes

Color #4B2371 in popluar color models

4B2371
RGB7535113
HSL271°52.70%29.02%
HSB/HSV271°69.03%44.31%
CMYK33.63%69.03%0.00%
55.69%

Color #4B2371 in popluar number systems.

HEX4B2371
Decimal7535113
Binary10010111000111110001
Octal11343161

Shades and tints

Shades of #4B2371

#4B2371
(75,35,113)
#452067
(69,32,103)
#3F1D5D
(63,29,93)
#391A53
(57,26,83)
#331749
(51,23,73)
#2D143F
(45,20,63)
#271135
(39,17,53)
#210E2B
(33,14,43)
#1B0B21
(27,11,33)
#150817
(21,8,23)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B2371

#4B2371
(75,35,113)
#5B377D
(91,55,125)
#6B4B89
(107,75,137)
#7B5F95
(123,95,149)
#8B73A1
(139,115,161)
#9B87AD
(155,135,173)
#AB9BB9
(171,155,185)
#BBAFC5
(187,175,197)
#CBC3D1
(203,195,209)
#DBD7DD
(219,215,221)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2371 color. Also use rgb(75,35,113) instead hex code.

Text Font Color

.myTextColor { color: #4B2371; }

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

This text font color is #4B2371.


Background Color

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

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

This div background color is #4B2371.


Border color

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

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

This div border color is #4B2371.


Opacity

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

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

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

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

This text has shadow with #4B2371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2371 on black background.


Color preview on white background

This text has color #4B2371 on white background.



Black color preview on #4B2371 background

This text has black color on #4B2371 background.


White color preview on #4B2371 background

This text has white color on #4B2371 background.