COLOR #4B3A57

HEX: #4B3A57
RGB: (75,58,87)

Color info

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

RGB color model

#4B3A57 color RGB value is (75,58,87).

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

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 87 of 255 = 34%

75
58
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 58 + 87 = 220 (100%)
R 75 of 220 ~ 34.09%
G 58 of 220 ~ 26.36%
B 87 of 220 ~ 39.55%

%34.09
%26.36
%39.55

CMYK color model

#4B3A57 color CMYK value is (14,33,0,66).

  • cyan value is 13.79%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(14,33,0,66)
C14M33Y0K66 
(14%,33%,0%,66%)
(0.14/0.33/0.00/0.66)	

CMYK percentages

%13.79
%33.33
%0
%65.88

Codes

Color #4B3A57 in popluar color models

4B3A57
RGB755887
HSL275°20.00%28.43%
HSB/HSV275°33.33%34.12%
CMYK13.79%33.33%0.00%
65.88%

Color #4B3A57 in popluar number systems.

HEX4B3A57
Decimal755887
Binary10010111110101010111
Octal11372127

Shades and tints

Shades of #4B3A57

#4B3A57
(75,58,87)
#453550
(69,53,80)
#3F3049
(63,48,73)
#392B42
(57,43,66)
#33263B
(51,38,59)
#2D2134
(45,33,52)
#271C2D
(39,28,45)
#211726
(33,23,38)
#1B121F
(27,18,31)
#150D18
(21,13,24)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #4B3A57

#4B3A57
(75,58,87)
#5B4B66
(91,75,102)
#6B5C75
(107,92,117)
#7B6D84
(123,109,132)
#8B7E93
(139,126,147)
#9B8FA2
(155,143,162)
#ABA0B1
(171,160,177)
#BBB1C0
(187,177,192)
#CBC2CF
(203,194,207)
#DBD3DE
(219,211,222)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3A57; }

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

This text font color is #4B3A57.


Background Color

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

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

This div background color is #4B3A57.


Border color

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

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

This div border color is #4B3A57.


Opacity

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

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

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

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

This text has shadow with #4B3A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3A57 on black background.


Color preview on white background

This text has color #4B3A57 on white background.



Black color preview on #4B3A57 background

This text has black color on #4B3A57 background.


White color preview on #4B3A57 background

This text has white color on #4B3A57 background.