COLOR #4B3457

HEX: #4B3457
RGB: (75,52,87)

Color info

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

RGB color model

#4B3457 color RGB value is (75,52,87).

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

RGB channels and saturation

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

75
52
87

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 87 = 214 (100%)
R 75 of 214 ~ 35.05%
G 52 of 214 ~ 24.3%
B 87 of 214 ~ 40.65%

%35.05
%24.3
%40.65

CMYK color model

#4B3457 color CMYK value is (14,40,0,66).

  • cyan value is 13.79%
  • magenta value is 40.23%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(14,40,0,66)
C14M40Y0K66 
(14%,40%,0%,66%)
(0.14/0.40/0.00/0.66)	

CMYK percentages

%13.79
%40.23
%0
%65.88

Codes

Color #4B3457 in popluar color models

4B3457
RGB755287
HSL279°25.18%27.25%
HSB/HSV279°40.23%34.12%
CMYK13.79%40.23%0.00%
65.88%

Color #4B3457 in popluar number systems.

HEX4B3457
Decimal755287
Binary10010111101001010111
Octal11364127

Shades and tints

Shades of #4B3457

#4B3457
(75,52,87)
#453050
(69,48,80)
#3F2C49
(63,44,73)
#392842
(57,40,66)
#33243B
(51,36,59)
#2D2034
(45,32,52)
#271C2D
(39,28,45)
#211826
(33,24,38)
#1B141F
(27,20,31)
#151018
(21,16,24)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #4B3457

#4B3457
(75,52,87)
#5B4666
(91,70,102)
#6B5875
(107,88,117)
#7B6A84
(123,106,132)
#8B7C93
(139,124,147)
#9B8EA2
(155,142,162)
#ABA0B1
(171,160,177)
#BBB2C0
(187,178,192)
#CBC4CF
(203,196,207)
#DBD6DE
(219,214,222)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3457; }

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

This text font color is #4B3457.


Background Color

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

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

This div background color is #4B3457.


Border color

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

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

This div border color is #4B3457.


Opacity

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

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

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

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

This text has shadow with #4B3457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3457 on black background.


Color preview on white background

This text has color #4B3457 on white background.



Black color preview on #4B3457 background

This text has black color on #4B3457 background.


White color preview on #4B3457 background

This text has white color on #4B3457 background.