COLOR #4B3249

HEX: #4B3249 RGB: (75,50,73)

Color info

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

RGB color model

#4B3249 color RGB value is (75,50,73).

RGB: (75,50,73) (29%, 20%, 29%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 73 of 255 = 29%

75
50
73

R + G + B ~ 26%. #4B3249 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 50 + 73 = 198 (100%)
R 75 of 198 ~ 37.88%
G 50 of 198 ~ 25.25%
B 73 of 198 ~ 36.87'%

%37.88
%25.25
%36.87

CMYK color model

#4B3249 color CMYK value is (0,33,3,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 2.67%
  • key color value is 70.59%
CMYK: (0,33,3,71) C0M33Y3K71 (0%,33%,3%,71%) (0.00/0.33/0.03/0.71) 

CMYK percentages

%0
%33.33
%2.67
%70.59

Codes

Color #4B3249 in popluar color models

4B 32 49
RGB 75 50 73
HSL 305° 20.00% 24.51%
HSB/HSV 305° 33.33% 29.41%
CMYK 0.00% 33.33% 2.67%
70.59%

Color #4B3249 in popluar number systems.

HEX 4B 32 49
Decimal 75 50 73
Binary 1001011 110010 1001001
Octal 113 62 111

Shades and tints

Shades of #4B3249

#4B3249
(75,50,73)
#452E43
(69,46,67)
#3F2A3D
(63,42,61)
#392637
(57,38,55)
#332231
(51,34,49)
#2D1E2B
(45,30,43)
#271A25
(39,26,37)
#21161F
(33,22,31)
#1B1219
(27,18,25)
#150E13
(21,14,19)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B3249

#4B3249
(75,50,73)
#5B4459
(91,68,89)
#6B5669
(107,86,105)
#7B6879
(123,104,121)
#8B7A89
(139,122,137)
#9B8C99
(155,140,153)
#AB9EA9
(171,158,169)
#BBB0B9
(187,176,185)
#CBC2C9
(203,194,201)
#DBD4D9
(219,212,217)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3249; }

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

This text font color is #4B3249.

Background Color

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

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

This div background color is #4B3249.

Border color

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

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

This div border color is #4B3249.

Opacity

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

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

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

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

This text has shadow with #4B3249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3249.

Preview

Color preview on black background

This text has color #4B3249 on black background.


Color preview on white background

This text has color #4B3249 on white background.


Black color preview on #4B3249 background

This text has black color on #4B3249 background.


White color preview on #4B3249 background

This text has white color on #4B3249 background.


Related colors

Complementary color

Complementary color for #hex is #B4CDB6.


I love getcolorcode.com

Triadic colors

1 #494B32 and #32494B with #4B3249 are triadic colors.

2 #49324B and #324B49 with #4B3249 are triadic colors.