COLOR #4B3A58

HEX: #4B3A58
RGB: (75,58,88)

Color info

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

RGB color model

#4B3A58 color RGB value is (75,58,88).

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

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 88 of 255 = 35%

75
58
88

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

Portions of RGB colors in percentages

R + G + B =
75 + 58 + 88 = 221 (100%)
R 75 of 221 ~ 33.94%
G 58 of 221 ~ 26.24%
B 88 of 221 ~ 39.82%

%33.94
%26.24
%39.82

CMYK color model

#4B3A58 color CMYK value is (15,34,0,65).

  • cyan value is 14.77%
  • magenta value is 34.09%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(15,34,0,65)
C15M34Y0K65 
(15%,34%,0%,65%)
(0.15/0.34/0.00/0.65)	

CMYK percentages

%14.77
%34.09
%0
%65.49

Codes

Color #4B3A58 in popluar color models

4B3A58
RGB755888
HSL274°20.55%28.63%
HSB/HSV274°34.09%34.51%
CMYK14.77%34.09%0.00%
65.49%

Color #4B3A58 in popluar number systems.

HEX4B3A58
Decimal755888
Binary10010111110101011000
Octal11372130

Shades and tints

Shades of #4B3A58

#4B3A58
(75,58,88)
#453550
(69,53,80)
#3F3048
(63,48,72)
#392B40
(57,43,64)
#332638
(51,38,56)
#2D2130
(45,33,48)
#271C28
(39,28,40)
#211720
(33,23,32)
#1B1218
(27,18,24)
#150D10
(21,13,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B3A58

#4B3A58
(75,58,88)
#5B4B67
(91,75,103)
#6B5C76
(107,92,118)
#7B6D85
(123,109,133)
#8B7E94
(139,126,148)
#9B8FA3
(155,143,163)
#ABA0B2
(171,160,178)
#BBB1C1
(187,177,193)
#CBC2D0
(203,194,208)
#DBD3DF
(219,211,223)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3A58; }

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

This text font color is #4B3A58.


Background Color

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

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

This div background color is #4B3A58.


Border color

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

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

This div border color is #4B3A58.


Opacity

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

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

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

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

This text has shadow with #4B3A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3A58 on black background.


Color preview on white background

This text has color #4B3A58 on white background.



Black color preview on #4B3A58 background

This text has black color on #4B3A58 background.


White color preview on #4B3A58 background

This text has white color on #4B3A58 background.