COLOR #4B213D

HEX: #4B213D RGB: (75,33,61)

Color info

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

RGB color model

#4B213D color RGB value is (75,33,61).

RGB: (75,33,61) (29%, 13%, 24%)

RGB channels and saturation

R 75 of 255 = 29%
G 33 of 255 = 13%
B 61 of 255 = 24%

75
33
61

R + G + B ~ 22%. #4B213D is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 33 + 61 = 169 (100%)
R 75 of 169 ~ 44.38%
G 33 of 169 ~ 19.53%
B 61 of 169 ~ 36.09'%

%44.38
%19.53
%36.09

CMYK color model

#4B213D color CMYK value is (0,56,19,71).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 18.67%
  • key color value is 70.59%

CMYK: (0,56,19,71)
C0M56Y19K71 (0%, 56%, 19%, 71%)
(0.00 / 0.56 / 0.19 / 0.71)

CMYK percentages

%0
%56
%18.67
%70.59

Codes

Color #4B213D in popluar color models

4B 21 3D
RGB 75 33 61
HSL 320° 38.89% 21.18%
HSB/HSV 320° 56.00% 29.41%
CMYK 0.00% 56.00% 18.67%
70.59%

Color #4B213D in popluar number systems.

HEX 4B 21 3D
Decimal 75 33 61
Binary 1001011 100001 111101
Octal 113 41 75

Shades and tints

Shades of #4B213D

#4B213D
(75,33,61)
#451E38
(69,30,56)
#3F1B33
(63,27,51)
#39182E
(57,24,46)
#331529
(51,21,41)
#2D1224
(45,18,36)
#270F1F
(39,15,31)
#210C1A
(33,12,26)
#1B0915
(27,9,21)
#150610
(21,6,16)
#0F030B
(15,3,11)
#000000
(0,0,0)

Tints of #4B213D

#4B213D
(75,33,61)
#5B354E
(91,53,78)
#6B495F
(107,73,95)
#7B5D70
(123,93,112)
#8B7181
(139,113,129)
#9B8592
(155,133,146)
#AB99A3
(171,153,163)
#BBADB4
(187,173,180)
#CBC1C5
(203,193,197)
#DBD5D6
(219,213,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B213D color. Also use rgb(75,33,61) instead hex code.

Text Font Color

.myTextColor { color: #4B213D; }

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

This text font color is #4B213D.

Background Color

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

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

This div background color is #4B213D.

Border color

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

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

This div border color is #4B213D.

Opacity

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

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

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

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

This text has shadow with #4B213D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B213D.

Preview

Color preview on black background

This text has color #4B213D on black background.


Color preview on white background

This text has color #4B213D on white background.


Black color preview on #4B213D background

This text has black color on #4B213D background.


White color preview on #4B213D background

This text has white color on #4B213D background.


Related colors

Complementary color

Complementary color for #hex is #B4DEC2.


I love getcolorcode.com

Triadic colors

1 #3D4B21 and #213D4B with #4B213D are triadic colors.

2 #3D214B and #214B3D with #4B213D are triadic colors.