COLOR #4B3951

HEX: #4B3951
RGB: (75,57,81)

Color info

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

RGB color model

#4B3951 color RGB value is (75,57,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 81 of 255 = 32%

75
57
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 81 = 213 (100%)
R 75 of 213 ~ 35.21%
G 57 of 213 ~ 26.76%
B 81 of 213 ~ 38.03%

%35.21
%26.76
%38.03

CMYK color model

#4B3951 color CMYK value is (7,30,0,68).

  • cyan value is 7.41%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(7,30,0,68)
C7M30Y0K68 
(7%,30%,0%,68%)
(0.07/0.30/0.00/0.68)	

CMYK percentages

%7.41
%29.63
%0
%68.24

Codes

Color #4B3951 in popluar color models

4B3951
RGB755781
HSL285°17.39%27.06%
HSB/HSV285°29.63%31.76%
CMYK7.41%29.63%0.00%
68.24%

Color #4B3951 in popluar number systems.

HEX4B3951
Decimal755781
Binary10010111110011010001
Octal11371121

Shades and tints

Shades of #4B3951

#4B3951
(75,57,81)
#45344A
(69,52,74)
#3F2F43
(63,47,67)
#392A3C
(57,42,60)
#332535
(51,37,53)
#2D202E
(45,32,46)
#271B27
(39,27,39)
#211620
(33,22,32)
#1B1119
(27,17,25)
#150C12
(21,12,18)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #4B3951

#4B3951
(75,57,81)
#5B4B60
(91,75,96)
#6B5D6F
(107,93,111)
#7B6F7E
(123,111,126)
#8B818D
(139,129,141)
#9B939C
(155,147,156)
#ABA5AB
(171,165,171)
#BBB7BA
(187,183,186)
#CBC9C9
(203,201,201)
#DBDBD8
(219,219,216)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3951; }

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

This text font color is #4B3951.


Background Color

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

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

This div background color is #4B3951.


Border color

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

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

This div border color is #4B3951.


Opacity

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

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

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

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

This text has shadow with #4B3951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3951 on black background.


Color preview on white background

This text has color #4B3951 on white background.



Black color preview on #4B3951 background

This text has black color on #4B3951 background.


White color preview on #4B3951 background

This text has white color on #4B3951 background.