COLOR #4B3755

HEX: #4B3755
RGB: (75,55,85)

Color info

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

RGB color model

#4B3755 color RGB value is (75,55,85).

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

RGB channels and saturation

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

75
55
85

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

Portions of RGB colors in percentages

R + G + B =
75 + 55 + 85 = 215 (100%)
R 75 of 215 ~ 34.88%
G 55 of 215 ~ 25.58%
B 85 of 215 ~ 39.53%

%34.88
%25.58
%39.53

CMYK color model

#4B3755 color CMYK value is (12,35,0,67).

  • cyan value is 11.76%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(12,35,0,67)
C12M35Y0K67 
(12%,35%,0%,67%)
(0.12/0.35/0.00/0.67)	

CMYK percentages

%11.76
%35.29
%0
%66.67

Codes

Color #4B3755 in popluar color models

4B3755
RGB755585
HSL280°21.43%27.45%
HSB/HSV280°35.29%33.33%
CMYK11.76%35.29%0.00%
66.67%

Color #4B3755 in popluar number systems.

HEX4B3755
Decimal755585
Binary10010111101111010101
Octal11367125

Shades and tints

Shades of #4B3755

#4B3755
(75,55,85)
#45324E
(69,50,78)
#3F2D47
(63,45,71)
#392840
(57,40,64)
#332339
(51,35,57)
#2D1E32
(45,30,50)
#27192B
(39,25,43)
#211424
(33,20,36)
#1B0F1D
(27,15,29)
#150A16
(21,10,22)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #4B3755

#4B3755
(75,55,85)
#5B4964
(91,73,100)
#6B5B73
(107,91,115)
#7B6D82
(123,109,130)
#8B7F91
(139,127,145)
#9B91A0
(155,145,160)
#ABA3AF
(171,163,175)
#BBB5BE
(187,181,190)
#CBC7CD
(203,199,205)
#DBD9DC
(219,217,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3755; }

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

This text font color is #4B3755.


Background Color

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

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

This div background color is #4B3755.


Border color

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

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

This div border color is #4B3755.


Opacity

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

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

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

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

This text has shadow with #4B3755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3755 on black background.


Color preview on white background

This text has color #4B3755 on white background.



Black color preview on #4B3755 background

This text has black color on #4B3755 background.


White color preview on #4B3755 background

This text has white color on #4B3755 background.