COLOR #4B3357

HEX: #4B3357
RGB: (75,51,87)

Color info

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

RGB color model

#4B3357 color RGB value is (75,51,87).

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

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 87 of 255 = 34%

75
51
87

R + G + B ~ 28%. #4B3357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 51 + 87 = 213 (100%)
R 75 of 213 ~ 35.21%
G 51 of 213 ~ 23.94%
B 87 of 213 ~ 40.85%

%35.21
%23.94
%40.85

CMYK color model

#4B3357 color CMYK value is (14,41,0,66).

  • cyan value is 13.79%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(14,41,0,66)
C14M41Y0K66 
(14%,41%,0%,66%)
(0.14/0.41/0.00/0.66)	

CMYK percentages

%13.79
%41.38
%0
%65.88

Codes

Color #4B3357 in popluar color models

4B3357
RGB755187
HSL280°26.09%27.06%
HSB/HSV280°41.38%34.12%
CMYK13.79%41.38%0.00%
65.88%

Color #4B3357 in popluar number systems.

HEX4B3357
Decimal755187
Binary10010111100111010111
Octal11363127

Shades and tints

Shades of #4B3357

#4B3357
(75,51,87)
#452F50
(69,47,80)
#3F2B49
(63,43,73)
#392742
(57,39,66)
#33233B
(51,35,59)
#2D1F34
(45,31,52)
#271B2D
(39,27,45)
#211726
(33,23,38)
#1B131F
(27,19,31)
#150F18
(21,15,24)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #4B3357

#4B3357
(75,51,87)
#5B4566
(91,69,102)
#6B5775
(107,87,117)
#7B6984
(123,105,132)
#8B7B93
(139,123,147)
#9B8DA2
(155,141,162)
#AB9FB1
(171,159,177)
#BBB1C0
(187,177,192)
#CBC3CF
(203,195,207)
#DBD5DE
(219,213,222)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3357; }

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

This text font color is #4B3357.


Background Color

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

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

This div background color is #4B3357.


Border color

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

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

This div border color is #4B3357.


Opacity

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

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

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

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

This text has shadow with #4B3357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3357 on black background.


Color preview on white background

This text has color #4B3357 on white background.



Black color preview on #4B3357 background

This text has black color on #4B3357 background.


White color preview on #4B3357 background

This text has white color on #4B3357 background.