COLOR #4B2357

HEX: #4B2357 RGB: (75,35,87)

Color info

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

RGB color model

#4B2357 color RGB value is (75,35,87).

RGB: (75,35,87) (29%, 14%, 34%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 87 of 255 = 34%

75
35
87

R + G + B ~ 26%. #4B2357 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 35 + 87 = 197 (100%)
R 75 of 197 ~ 38.07%
G 35 of 197 ~ 17.77%
B 87 of 197 ~ 44.16'%

%38.07
%17.77
%44.16

CMYK color model

#4B2357 color CMYK value is (14,60,0,66).

  • cyan value is 13.79%
  • magenta value is 59.77%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (14,60,0,66)
C14M60Y0K66 (14%, 60%, 0%, 66%)
(0.14 / 0.60 / 0.00 / 0.66)

CMYK percentages

%13.79
%59.77
%0
%65.88

Codes

Color #4B2357 in popluar color models

4B 23 57
RGB 75 35 87
HSL 286° 42.62% 23.92%
HSB/HSV 286° 59.77% 34.12%
CMYK 13.79% 59.77% 0.00%
65.88%

Color #4B2357 in popluar number systems.

HEX 4B 23 57
Decimal 75 35 87
Binary 1001011 100011 1010111
Octal 113 43 127

Shades and tints

Shades of #4B2357

#4B2357
(75,35,87)
#452050
(69,32,80)
#3F1D49
(63,29,73)
#391A42
(57,26,66)
#33173B
(51,23,59)
#2D1434
(45,20,52)
#27112D
(39,17,45)
#210E26
(33,14,38)
#1B0B1F
(27,11,31)
#150818
(21,8,24)
#0F0511
(15,5,17)
#000000
(0,0,0)

Tints of #4B2357

#4B2357
(75,35,87)
#5B3766
(91,55,102)
#6B4B75
(107,75,117)
#7B5F84
(123,95,132)
#8B7393
(139,115,147)
#9B87A2
(155,135,162)
#AB9BB1
(171,155,177)
#BBAFC0
(187,175,192)
#CBC3CF
(203,195,207)
#DBD7DE
(219,215,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2357; }

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

This text font color is #4B2357.

Background Color

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

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

This div background color is #4B2357.

Border color

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

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

This div border color is #4B2357.

Opacity

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

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

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

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

This text has shadow with #4B2357 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2357.

Preview

Color preview on black background

This text has color #4B2357 on black background.


Color preview on white background

This text has color #4B2357 on white background.


Black color preview on #4B2357 background

This text has black color on #4B2357 background.


White color preview on #4B2357 background

This text has white color on #4B2357 background.


Related colors

Complementary color

Complementary color for #hex is #B4DCA8.


I love getcolorcode.com

Triadic colors

1 #574B23 and #23574B with #4B2357 are triadic colors.

2 #57234B and #234B57 with #4B2357 are triadic colors.