COLOR #4B375D

HEX: #4B375D
RGB: (75,55,93)

Color info

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

RGB color model

#4B375D color RGB value is (75,55,93).

  • red value is 75;
  • green value is 55;
  • blue value is 93.
RGB:
(75,55,93)
(29%,22%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 93 of 255 = 36%

75
55
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 93 = 223 (100%)
R 75 of 223 ~ 33.63%
G 55 of 223 ~ 24.66%
B 93 of 223 ~ 41.7%

%33.63
%24.66
%41.7

CMYK color model

#4B375D color CMYK value is (19,41,0,64).

  • cyan value is 19.35%
  • magenta value is 40.86%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(19,41,0,64)
C19M41Y0K64 
(19%,41%,0%,64%)
(0.19/0.41/0.00/0.64)	

CMYK percentages

%19.35
%40.86
%0
%63.53

Codes

Color #4B375D in popluar color models

4B375D
RGB755593
HSL272°25.68%29.02%
HSB/HSV272°40.86%36.47%
CMYK19.35%40.86%0.00%
63.53%

Color #4B375D in popluar number systems.

HEX4B375D
Decimal755593
Binary10010111101111011101
Octal11367135

Shades and tints

Shades of #4B375D

#4B375D
(75,55,93)
#453255
(69,50,85)
#3F2D4D
(63,45,77)
#392845
(57,40,69)
#33233D
(51,35,61)
#2D1E35
(45,30,53)
#27192D
(39,25,45)
#211425
(33,20,37)
#1B0F1D
(27,15,29)
#150A15
(21,10,21)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B375D

#4B375D
(75,55,93)
#5B496B
(91,73,107)
#6B5B79
(107,91,121)
#7B6D87
(123,109,135)
#8B7F95
(139,127,149)
#9B91A3
(155,145,163)
#ABA3B1
(171,163,177)
#BBB5BF
(187,181,191)
#CBC7CD
(203,199,205)
#DBD9DB
(219,217,219)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B375D color. Also use rgb(75,55,93) instead hex code.

Text Font Color

.myTextColor { color: #4B375D; }

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

This text font color is #4B375D.


Background Color

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

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

This div background color is #4B375D.


Border color

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

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

This div border color is #4B375D.


Opacity

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

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

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

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

This text has shadow with #4B375D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B375D on black background.


Color preview on white background

This text has color #4B375D on white background.



Black color preview on #4B375D background

This text has black color on #4B375D background.


White color preview on #4B375D background

This text has white color on #4B375D background.