COLOR #4B202C

HEX: #4B202C RGB: (75,32,44)

Color info

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

RGB color model

#4B202C color RGB value is (75,32,44).

RGB: (75,32,44) (29%, 13%, 17%)

RGB channels and saturation

R 75 of 255 = 29%
G 32 of 255 = 13%
B 44 of 255 = 17%

75
32
44

R + G + B ~ 20%. #4B202C is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 32 + 44 = 151 (100%)
R 75 of 151 ~ 49.67%
G 32 of 151 ~ 21.19%
B 44 of 151 ~ 29.14'%

%49.67
%21.19
%29.14

CMYK color model

#4B202C color CMYK value is (0,57,41,71).

  • cyan value is 0.00%
  • magenta value is 57.33%
  • yellow value is 41.33%
  • key color value is 70.59%

CMYK: (0,57,41,71)
C0M57Y41K71 (0%, 57%, 41%, 71%)
(0.00 / 0.57 / 0.41 / 0.71)

CMYK percentages

%0
%57.33
%41.33
%70.59

Codes

Color #4B202C in popluar color models

4B 20 2C
RGB 75 32 44
HSL 343° 40.19% 20.98%
HSB/HSV 343° 57.33% 29.41%
CMYK 0.00% 57.33% 41.33%
70.59%

Color #4B202C in popluar number systems.

HEX 4B 20 2C
Decimal 75 32 44
Binary 1001011 100000 101100
Octal 113 40 54

Shades and tints

Shades of #4B202C

#4B202C
(75,32,44)
#451E28
(69,30,40)
#3F1C24
(63,28,36)
#391A20
(57,26,32)
#33181C
(51,24,28)
#2D1618
(45,22,24)
#271414
(39,20,20)
#211210
(33,18,16)
#1B100C
(27,16,12)
#150E08
(21,14,8)
#0F0C04
(15,12,4)
#000000
(0,0,0)

Tints of #4B202C

#4B202C
(75,32,44)
#5B343F
(91,52,63)
#6B4852
(107,72,82)
#7B5C65
(123,92,101)
#8B7078
(139,112,120)
#9B848B
(155,132,139)
#AB989E
(171,152,158)
#BBACB1
(187,172,177)
#CBC0C4
(203,192,196)
#DBD4D7
(219,212,215)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B202C color. Also use rgb(75,32,44) instead hex code.

Text Font Color

.myTextColor { color: #4B202C; }

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

This text font color is #4B202C.

Background Color

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

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

This div background color is #4B202C.

Border color

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

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

This div border color is #4B202C.

Opacity

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

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

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

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

This text has shadow with #4B202C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B202C.

Preview

Color preview on black background

This text has color #4B202C on black background.


Color preview on white background

This text has color #4B202C on white background.


Black color preview on #4B202C background

This text has black color on #4B202C background.


White color preview on #4B202C background

This text has white color on #4B202C background.


Related colors

Complementary color

Complementary color for #hex is #B4DFD3.


I love getcolorcode.com

Triadic colors

1 #2C4B20 and #202C4B with #4B202C are triadic colors.

2 #2C204B and #204B2C with #4B202C are triadic colors.