COLOR #4B3244

HEX: #4B3244 RGB: (75,50,68)

Color info

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

RGB color model

#4B3244 color RGB value is (75,50,68).

RGB: (75,50,68) (29%, 20%, 27%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 68 of 255 = 27%

75
50
68

R + G + B ~ 25%. #4B3244 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 50 + 68 = 193 (100%)
R 75 of 193 ~ 38.86%
G 50 of 193 ~ 25.91%
B 68 of 193 ~ 35.23'%

%38.86
%25.91
%35.23

CMYK color model

#4B3244 color CMYK value is (0,33,9,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.33%
  • key color value is 70.59%

CMYK: (0,33,9,71)
C0M33Y9K71 (0%, 33%, 9%, 71%)
(0.00 / 0.33 / 0.09 / 0.71)

CMYK percentages

%0
%33.33
%9.33
%70.59

Codes

Color #4B3244 in popluar color models

4B 32 44
RGB 75 50 68
HSL 317° 20.00% 24.51%
HSB/HSV 317° 33.33% 29.41%
CMYK 0.00% 33.33% 9.33%
70.59%

Color #4B3244 in popluar number systems.

HEX 4B 32 44
Decimal 75 50 68
Binary 1001011 110010 1000100
Octal 113 62 104

Shades and tints

Shades of #4B3244

#4B3244
(75,50,68)
#452E3E
(69,46,62)
#3F2A38
(63,42,56)
#392632
(57,38,50)
#33222C
(51,34,44)
#2D1E26
(45,30,38)
#271A20
(39,26,32)
#21161A
(33,22,26)
#1B1214
(27,18,20)
#150E0E
(21,14,14)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #4B3244

#4B3244
(75,50,68)
#5B4455
(91,68,85)
#6B5666
(107,86,102)
#7B6877
(123,104,119)
#8B7A88
(139,122,136)
#9B8C99
(155,140,153)
#AB9EAA
(171,158,170)
#BBB0BB
(187,176,187)
#CBC2CC
(203,194,204)
#DBD4DD
(219,212,221)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3244; }

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

This text font color is #4B3244.

Background Color

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

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

This div background color is #4B3244.

Border color

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

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

This div border color is #4B3244.

Opacity

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

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

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

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

This text has shadow with #4B3244 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3244.

Preview

Color preview on black background

This text has color #4B3244 on black background.


Color preview on white background

This text has color #4B3244 on white background.


Black color preview on #4B3244 background

This text has black color on #4B3244 background.


White color preview on #4B3244 background

This text has white color on #4B3244 background.


Related colors

Complementary color

Complementary color for #hex is #B4CDBB.


I love getcolorcode.com

Triadic colors

1 #444B32 and #32444B with #4B3244 are triadic colors.

2 #44324B and #324B44 with #4B3244 are triadic colors.