COLOR #4B3949

HEX: #4B3949
RGB: (75,57,73)

Color info

#4B3949 contains red, green and blue colors in about the same proportion. Web safe color of #4B3949 is #333333 (or #333).

RGB color model

#4B3949 color RGB value is (75,57,73).

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

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 73 of 255 = 29%

75
57
73

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

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 73 = 205 (100%)
R 75 of 205 ~ 36.59%
G 57 of 205 ~ 27.8%
B 73 of 205 ~ 35.61%

%36.59
%27.8
%35.61

CMYK color model

#4B3949 color CMYK value is (0,24,3,71).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,24,3,71)
C0M24Y3K71 
(0%,24%,3%,71%)
(0.00/0.24/0.03/0.71)	

CMYK percentages

%0
%24
%2.67
%70.59

Codes

Color #4B3949 in popluar color models

4B3949
RGB755773
HSL307°13.64%25.88%
HSB/HSV307°24.00%29.41%
CMYK0.00%24.00%2.67%
70.59%

Color #4B3949 in popluar number systems.

HEX4B3949
Decimal755773
Binary10010111110011001001
Octal11371111

Shades and tints

Shades of #4B3949

#4B3949
(75,57,73)
#453443
(69,52,67)
#3F2F3D
(63,47,61)
#392A37
(57,42,55)
#332531
(51,37,49)
#2D202B
(45,32,43)
#271B25
(39,27,37)
#21161F
(33,22,31)
#1B1119
(27,17,25)
#150C13
(21,12,19)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #4B3949

#4B3949
(75,57,73)
#5B4B59
(91,75,89)
#6B5D69
(107,93,105)
#7B6F79
(123,111,121)
#8B8189
(139,129,137)
#9B9399
(155,147,153)
#ABA5A9
(171,165,169)
#BBB7B9
(187,183,185)
#CBC9C9
(203,201,201)
#DBDBD9
(219,219,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3949; }

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

This text font color is #4B3949.


Background Color

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

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

This div background color is #4B3949.


Border color

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

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

This div border color is #4B3949.


Opacity

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

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

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

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

This text has shadow with #4B3949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3949 on black background.


Color preview on white background

This text has color #4B3949 on white background.



Black color preview on #4B3949 background

This text has black color on #4B3949 background.


White color preview on #4B3949 background

This text has white color on #4B3949 background.