COLOR #4B3965

HEX: #4B3965
RGB: (75,57,101)

Color info

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

RGB color model

#4B3965 color RGB value is (75,57,101).

  • red value is 75;
  • green value is 57;
  • blue value is 101.
RGB:
(75,57,101)
(29%,22%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 101 of 255 = 40%

75
57
101

R + G + B ~ 30%. #4B3965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 101 = 233 (100%)
R 75 of 233 ~ 32.19%
G 57 of 233 ~ 24.46%
B 101 of 233 ~ 43.35%

%32.19
%24.46
%43.35

CMYK color model

#4B3965 color CMYK value is (26,44,0,60).

  • cyan value is 25.74%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(26,44,0,60)
C26M44Y0K60 
(26%,44%,0%,60%)
(0.26/0.44/0.00/0.60)	

CMYK percentages

%25.74
%43.56
%0
%60.39

Codes

Color #4B3965 in popluar color models

4B3965
RGB7557101
HSL265°27.85%30.98%
HSB/HSV265°43.56%39.61%
CMYK25.74%43.56%0.00%
60.39%

Color #4B3965 in popluar number systems.

HEX4B3965
Decimal7557101
Binary10010111110011100101
Octal11371145

Shades and tints

Shades of #4B3965

#4B3965
(75,57,101)
#45345C
(69,52,92)
#3F2F53
(63,47,83)
#392A4A
(57,42,74)
#332541
(51,37,65)
#2D2038
(45,32,56)
#271B2F
(39,27,47)
#211626
(33,22,38)
#1B111D
(27,17,29)
#150C14
(21,12,20)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #4B3965

#4B3965
(75,57,101)
#5B4B73
(91,75,115)
#6B5D81
(107,93,129)
#7B6F8F
(123,111,143)
#8B819D
(139,129,157)
#9B93AB
(155,147,171)
#ABA5B9
(171,165,185)
#BBB7C7
(187,183,199)
#CBC9D5
(203,201,213)
#DBDBE3
(219,219,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3965 color. Also use rgb(75,57,101) instead hex code.

Text Font Color

.myTextColor { color: #4B3965; }

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

This text font color is #4B3965.


Background Color

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

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

This div background color is #4B3965.


Border color

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

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

This div border color is #4B3965.


Opacity

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

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

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

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

This text has shadow with #4B3965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3965 on black background.


Color preview on white background

This text has color #4B3965 on white background.



Black color preview on #4B3965 background

This text has black color on #4B3965 background.


White color preview on #4B3965 background

This text has white color on #4B3965 background.