COLOR #4B3246

HEX: #4B3246 RGB: (75,50,70)

Color info

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

RGB color model

#4B3246 color RGB value is (75,50,70).

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

RGB channels and saturation

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

75
50
70

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

Portions of RGB colors in percentages

R + G + B = 75 + 50 + 70 = 195 (100%)
R 75 of 195 ~ 38.46%
G 50 of 195 ~ 25.64%
B 70 of 195 ~ 35.9'%

%38.46
%25.64
%35.9

CMYK color model

#4B3246 color CMYK value is (0,33,7,71).

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

CMYK: (0,33,7,71)
C0M33Y7K71 (0%, 33%, 7%, 71%)
(0.00 / 0.33 / 0.07 / 0.71)

CMYK percentages

%0
%33.33
%6.67
%70.59

Codes

Color #4B3246 in popluar color models

4B 32 46
RGB 75 50 70
HSL 312° 20.00% 24.51%
HSB/HSV 312° 33.33% 29.41%
CMYK 0.00% 33.33% 6.67%
70.59%

Color #4B3246 in popluar number systems.

HEX 4B 32 46
Decimal 75 50 70
Binary 1001011 110010 1000110
Octal 113 62 106

Shades and tints

Shades of #4B3246

#4B3246
(75,50,70)
#452E40
(69,46,64)
#3F2A3A
(63,42,58)
#392634
(57,38,52)
#33222E
(51,34,46)
#2D1E28
(45,30,40)
#271A22
(39,26,34)
#21161C
(33,22,28)
#1B1216
(27,18,22)
#150E10
(21,14,16)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B3246

#4B3246
(75,50,70)
#5B4456
(91,68,86)
#6B5666
(107,86,102)
#7B6876
(123,104,118)
#8B7A86
(139,122,134)
#9B8C96
(155,140,150)
#AB9EA6
(171,158,166)
#BBB0B6
(187,176,182)
#CBC2C6
(203,194,198)
#DBD4D6
(219,212,214)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3246; }

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

This text font color is #4B3246.

Background Color

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

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

This div background color is #4B3246.

Border color

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

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

This div border color is #4B3246.

Opacity

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

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

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

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

This text has shadow with #4B3246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3246.

Preview

Color preview on black background

This text has color #4B3246 on black background.


Color preview on white background

This text has color #4B3246 on white background.


Black color preview on #4B3246 background

This text has black color on #4B3246 background.


White color preview on #4B3246 background

This text has white color on #4B3246 background.


Related colors

Complementary color

Complementary color for #hex is #B4CDB9.


I love getcolorcode.com

Triadic colors

1 #464B32 and #32464B with #4B3246 are triadic colors.

2 #46324B and #324B46 with #4B3246 are triadic colors.