COLOR #4B2B57

HEX: #4B2B57
RGB: (75,43,87)

Color info

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

RGB color model

#4B2B57 color RGB value is (75,43,87).

  • red value is 75;
  • green value is 43;
  • blue value is 87.
RGB:
(75,43,87)
(29%,17%,34%)

RGB channels and saturation

R 75 of 255 = 29%
G 43 of 255 = 17%
B 87 of 255 = 34%

75
43
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 43 + 87 = 205 (100%)
R 75 of 205 ~ 36.59%
G 43 of 205 ~ 20.98%
B 87 of 205 ~ 42.44%

%36.59
%20.98
%42.44

CMYK color model

#4B2B57 color CMYK value is (14,51,0,66).

  • cyan value is 13.79%
  • magenta value is 50.57%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(14,51,0,66)
C14M51Y0K66 
(14%,51%,0%,66%)
(0.14/0.51/0.00/0.66)	

CMYK percentages

%13.79
%50.57
%0
%65.88

Codes

Color #4B2B57 in popluar color models

4B2B57
RGB754387
HSL284°33.85%25.49%
HSB/HSV284°50.57%34.12%
CMYK13.79%50.57%0.00%
65.88%

Color #4B2B57 in popluar number systems.

HEX4B2B57
Decimal754387
Binary10010111010111010111
Octal11353127

Shades and tints

Shades of #4B2B57

#4B2B57
(75,43,87)
#452850
(69,40,80)
#3F2549
(63,37,73)
#392242
(57,34,66)
#331F3B
(51,31,59)
#2D1C34
(45,28,52)
#27192D
(39,25,45)
#211626
(33,22,38)
#1B131F
(27,19,31)
#151018
(21,16,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #4B2B57

#4B2B57
(75,43,87)
#5B3E66
(91,62,102)
#6B5175
(107,81,117)
#7B6484
(123,100,132)
#8B7793
(139,119,147)
#9B8AA2
(155,138,162)
#AB9DB1
(171,157,177)
#BBB0C0
(187,176,192)
#CBC3CF
(203,195,207)
#DBD6DE
(219,214,222)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2B57; }

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

This text font color is #4B2B57.


Background Color

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

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

This div background color is #4B2B57.


Border color

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

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

This div border color is #4B2B57.


Opacity

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

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

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

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

This text has shadow with #4B2B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2B57 on black background.


Color preview on white background

This text has color #4B2B57 on white background.



Black color preview on #4B2B57 background

This text has black color on #4B2B57 background.


White color preview on #4B2B57 background

This text has white color on #4B2B57 background.