COLOR #4B3B4A

HEX: #4B3B4A RGB: (75,59,74)

Color info

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

RGB color model

#4B3B4A color RGB value is (75,59,74).

RGB: (75,59,74) (29%, 23%, 29%)

RGB channels and saturation

R 75 of 255 = 29%
G 59 of 255 = 23%
B 74 of 255 = 29%

75
59
74

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

Portions of RGB colors in percentages

R + G + B = 75 + 59 + 74 = 208 (100%)
R 75 of 208 ~ 36.06%
G 59 of 208 ~ 28.37%
B 74 of 208 ~ 35.58'%

%36.06
%28.37
%35.58

CMYK color model

#4B3B4A color CMYK value is (0,21,1,71).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 1.33%
  • key color value is 70.59%
CMYK: (0,21,1,71) C0M21Y1K71 (0%,21%,1%,71%) (0.00/0.21/0.01/0.71) 

CMYK percentages

%0
%21.33
%1.33
%70.59

Codes

Color #4B3B4A in popluar color models

4B 3B 4A
RGB 75 59 74
HSL 304° 11.94% 26.27%
HSB/HSV 304° 21.33% 29.41%
CMYK 0.00% 21.33% 1.33%
70.59%

Color #4B3B4A in popluar number systems.

HEX 4B 3B 4A
Decimal 75 59 74
Binary 1001011 111011 1001010
Octal 113 73 112

Shades and tints

Shades of #4B3B4A

#4B3B4A
(75,59,74)
#453644
(69,54,68)
#3F313E
(63,49,62)
#392C38
(57,44,56)
#332732
(51,39,50)
#2D222C
(45,34,44)
#271D26
(39,29,38)
#211820
(33,24,32)
#1B131A
(27,19,26)
#150E14
(21,14,20)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #4B3B4A

#4B3B4A
(75,59,74)
#5B4C5A
(91,76,90)
#6B5D6A
(107,93,106)
#7B6E7A
(123,110,122)
#8B7F8A
(139,127,138)
#9B909A
(155,144,154)
#ABA1AA
(171,161,170)
#BBB2BA
(187,178,186)
#CBC3CA
(203,195,202)
#DBD4DA
(219,212,218)
#EBE5EA
(235,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3B4A color. Also use rgb(75,59,74) instead hex code.

Text Font Color

.myTextColor { color: #4B3B4A; }

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

This text font color is #4B3B4A.

Background Color

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

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

This div background color is #4B3B4A.

Border color

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

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

This div border color is #4B3B4A.

Opacity

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

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

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

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

This text has shadow with #4B3B4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3B4A.

Preview

Color preview on black background

This text has color #4B3B4A on black background.


Color preview on white background

This text has color #4B3B4A on white background.


Black color preview on #4B3B4A background

This text has black color on #4B3B4A background.


White color preview on #4B3B4A background

This text has white color on #4B3B4A background.


Related colors

Complementary color

Complementary color for #hex is #B4C4B5.


I love getcolorcode.com

Triadic colors

1 #4A4B3B and #3B4A4B with #4B3B4A are triadic colors.

2 #4A3B4B and #3B4B4A with #4B3B4A are triadic colors.