COLOR #4B3950

HEX: #4B3950
RGB: (75,57,80)

Color info

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

RGB color model

#4B3950 color RGB value is (75,57,80).

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

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 80 of 255 = 31%

75
57
80

R + G + B ~ 27%. #4B3950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 80 = 212 (100%)
R 75 of 212 ~ 35.38%
G 57 of 212 ~ 26.89%
B 80 of 212 ~ 37.74%

%35.38
%26.89
%37.74

CMYK color model

#4B3950 color CMYK value is (6,29,0,69).

  • cyan value is 6.25%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(6,29,0,69)
C6M29Y0K69 
(6%,29%,0%,69%)
(0.06/0.29/0.00/0.69)	

CMYK percentages

%6.25
%28.75
%0
%68.63

Codes

Color #4B3950 in popluar color models

4B3950
RGB755780
HSL287°16.79%26.86%
HSB/HSV287°28.75%31.37%
CMYK6.25%28.75%0.00%
68.63%

Color #4B3950 in popluar number systems.

HEX4B3950
Decimal755780
Binary10010111110011010000
Octal11371120

Shades and tints

Shades of #4B3950

#4B3950
(75,57,80)
#453449
(69,52,73)
#3F2F42
(63,47,66)
#392A3B
(57,42,59)
#332534
(51,37,52)
#2D202D
(45,32,45)
#271B26
(39,27,38)
#21161F
(33,22,31)
#1B1118
(27,17,24)
#150C11
(21,12,17)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #4B3950

#4B3950
(75,57,80)
#5B4B5F
(91,75,95)
#6B5D6E
(107,93,110)
#7B6F7D
(123,111,125)
#8B818C
(139,129,140)
#9B939B
(155,147,155)
#ABA5AA
(171,165,170)
#BBB7B9
(187,183,185)
#CBC9C8
(203,201,200)
#DBDBD7
(219,219,215)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3950; }

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

This text font color is #4B3950.


Background Color

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

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

This div background color is #4B3950.


Border color

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

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

This div border color is #4B3950.


Opacity

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

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

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

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

This text has shadow with #4B3950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3950 on black background.


Color preview on white background

This text has color #4B3950 on white background.



Black color preview on #4B3950 background

This text has black color on #4B3950 background.


White color preview on #4B3950 background

This text has white color on #4B3950 background.