COLOR #4B3753

HEX: #4B3753
RGB: (75,55,83)

Color info

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

RGB color model

#4B3753 color RGB value is (75,55,83).

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

RGB channels and saturation

R 75 of 255 = 29%
G 55 of 255 = 22%
B 83 of 255 = 33%

75
55
83

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

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 83 = 213 (100%)
R 75 of 213 ~ 35.21%
G 55 of 213 ~ 25.82%
B 83 of 213 ~ 38.97%

%35.21
%25.82
%38.97

CMYK color model

#4B3753 color CMYK value is (10,34,0,67).

  • cyan value is 9.64%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(10,34,0,67)
C10M34Y0K67 
(10%,34%,0%,67%)
(0.10/0.34/0.00/0.67)	

CMYK percentages

%9.64
%33.73
%0
%67.45

Codes

Color #4B3753 in popluar color models

4B3753
RGB755583
HSL283°20.29%27.06%
HSB/HSV283°33.73%32.55%
CMYK9.64%33.73%0.00%
67.45%

Color #4B3753 in popluar number systems.

HEX4B3753
Decimal755583
Binary10010111101111010011
Octal11367123

Shades and tints

Shades of #4B3753

#4B3753
(75,55,83)
#45324C
(69,50,76)
#3F2D45
(63,45,69)
#39283E
(57,40,62)
#332337
(51,35,55)
#2D1E30
(45,30,48)
#271929
(39,25,41)
#211422
(33,20,34)
#1B0F1B
(27,15,27)
#150A14
(21,10,20)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B3753

#4B3753
(75,55,83)
#5B4962
(91,73,98)
#6B5B71
(107,91,113)
#7B6D80
(123,109,128)
#8B7F8F
(139,127,143)
#9B919E
(155,145,158)
#ABA3AD
(171,163,173)
#BBB5BC
(187,181,188)
#CBC7CB
(203,199,203)
#DBD9DA
(219,217,218)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3753; }

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

This text font color is #4B3753.


Background Color

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

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

This div background color is #4B3753.


Border color

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

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

This div border color is #4B3753.


Opacity

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

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

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

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

This text has shadow with #4B3753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3753 on black background.


Color preview on white background

This text has color #4B3753 on white background.



Black color preview on #4B3753 background

This text has black color on #4B3753 background.


White color preview on #4B3753 background

This text has white color on #4B3753 background.