COLOR #4B3849

HEX: #4B3849
RGB: (75,56,73)

Color info

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

RGB color model

#4B3849 color RGB value is (75,56,73).

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

RGB channels and saturation

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

75
56
73

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

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 73 = 204 (100%)
R 75 of 204 ~ 36.76%
G 56 of 204 ~ 27.45%
B 73 of 204 ~ 35.78%

%36.76
%27.45
%35.78

CMYK color model

#4B3849 color CMYK value is (0,25,3,71).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK:
(0,25,3,71)
C0M25Y3K71 
(0%,25%,3%,71%)
(0.00/0.25/0.03/0.71)	

CMYK percentages

%0
%25.33
%2.67
%70.59

Codes

Color #4B3849 in popluar color models

4B3849
RGB755673
HSL306°14.50%25.69%
HSB/HSV306°25.33%29.41%
CMYK0.00%25.33%2.67%
70.59%

Color #4B3849 in popluar number systems.

HEX4B3849
Decimal755673
Binary10010111110001001001
Octal11370111

Shades and tints

Shades of #4B3849

#4B3849
(75,56,73)
#453343
(69,51,67)
#3F2E3D
(63,46,61)
#392937
(57,41,55)
#332431
(51,36,49)
#2D1F2B
(45,31,43)
#271A25
(39,26,37)
#21151F
(33,21,31)
#1B1019
(27,16,25)
#150B13
(21,11,19)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #4B3849

#4B3849
(75,56,73)
#5B4A59
(91,74,89)
#6B5C69
(107,92,105)
#7B6E79
(123,110,121)
#8B8089
(139,128,137)
#9B9299
(155,146,153)
#ABA4A9
(171,164,169)
#BBB6B9
(187,182,185)
#CBC8C9
(203,200,201)
#DBDAD9
(219,218,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3849; }

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

This text font color is #4B3849.


Background Color

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

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

This div background color is #4B3849.


Border color

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

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

This div border color is #4B3849.


Opacity

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

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

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

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

This text has shadow with #4B3849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3849 on black background.


Color preview on white background

This text has color #4B3849 on white background.



Black color preview on #4B3849 background

This text has black color on #4B3849 background.


White color preview on #4B3849 background

This text has white color on #4B3849 background.