COLOR #4B3855

HEX: #4B3855
RGB: (75,56,85)

Color info

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

RGB color model

#4B3855 color RGB value is (75,56,85).

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

RGB channels and saturation

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

75
56
85

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

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 85 = 216 (100%)
R 75 of 216 ~ 34.72%
G 56 of 216 ~ 25.93%
B 85 of 216 ~ 39.35%

%34.72
%25.93
%39.35

CMYK color model

#4B3855 color CMYK value is (12,34,0,67).

  • cyan value is 11.76%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(12,34,0,67)
C12M34Y0K67 
(12%,34%,0%,67%)
(0.12/0.34/0.00/0.67)	

CMYK percentages

%11.76
%34.12
%0
%66.67

Codes

Color #4B3855 in popluar color models

4B3855
RGB755685
HSL279°20.57%27.65%
HSB/HSV279°34.12%33.33%
CMYK11.76%34.12%0.00%
66.67%

Color #4B3855 in popluar number systems.

HEX4B3855
Decimal755685
Binary10010111110001010101
Octal11370125

Shades and tints

Shades of #4B3855

#4B3855
(75,56,85)
#45334E
(69,51,78)
#3F2E47
(63,46,71)
#392940
(57,41,64)
#332439
(51,36,57)
#2D1F32
(45,31,50)
#271A2B
(39,26,43)
#211524
(33,21,36)
#1B101D
(27,16,29)
#150B16
(21,11,22)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #4B3855

#4B3855
(75,56,85)
#5B4A64
(91,74,100)
#6B5C73
(107,92,115)
#7B6E82
(123,110,130)
#8B8091
(139,128,145)
#9B92A0
(155,146,160)
#ABA4AF
(171,164,175)
#BBB6BE
(187,182,190)
#CBC8CD
(203,200,205)
#DBDADC
(219,218,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3855; }

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

This text font color is #4B3855.


Background Color

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

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

This div background color is #4B3855.


Border color

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

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

This div border color is #4B3855.


Opacity

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

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

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

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

This text has shadow with #4B3855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3855 on black background.


Color preview on white background

This text has color #4B3855 on white background.



Black color preview on #4B3855 background

This text has black color on #4B3855 background.


White color preview on #4B3855 background

This text has white color on #4B3855 background.