COLOR #4B323A

HEX: #4B323A
RGB: (75,50,58)

Color info

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

RGB color model

#4B323A color RGB value is (75,50,58).

  • red value is 75;
  • green value is 50;
  • blue value is 58.
RGB:
(75,50,58)
(29%,20%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 50 of 255 = 20%
B 58 of 255 = 23%

75
50
58

R + G + B ~ 24%. #4B323A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 50 + 58 = 183 (100%)
R 75 of 183 ~ 40.98%
G 50 of 183 ~ 27.32%
B 58 of 183 ~ 31.69%

%40.98
%27.32
%31.69

CMYK color model

#4B323A color CMYK value is (0,33,23,71).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,33,23,71)
C0M33Y23K71 
(0%,33%,23%,71%)
(0.00/0.33/0.23/0.71)	

CMYK percentages

%0
%33.33
%22.67
%70.59

Codes

Color #4B323A in popluar color models

4B323A
RGB755058
HSL341°20.00%24.51%
HSB/HSV341°33.33%29.41%
CMYK0.00%33.33%22.67%
70.59%

Color #4B323A in popluar number systems.

HEX4B323A
Decimal755058
Binary1001011110010111010
Octal1136272

Shades and tints

Shades of #4B323A

#4B323A
(75,50,58)
#452E35
(69,46,53)
#3F2A30
(63,42,48)
#39262B
(57,38,43)
#332226
(51,34,38)
#2D1E21
(45,30,33)
#271A1C
(39,26,28)
#211617
(33,22,23)
#1B1212
(27,18,18)
#150E0D
(21,14,13)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #4B323A

#4B323A
(75,50,58)
#5B444B
(91,68,75)
#6B565C
(107,86,92)
#7B686D
(123,104,109)
#8B7A7E
(139,122,126)
#9B8C8F
(155,140,143)
#AB9EA0
(171,158,160)
#BBB0B1
(187,176,177)
#CBC2C2
(203,194,194)
#DBD4D3
(219,212,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B323A; }

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

This text font color is #4B323A.


Background Color

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

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

This div background color is #4B323A.


Border color

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

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

This div border color is #4B323A.


Opacity

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

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

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

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

This text has shadow with #4B323A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B323A on black background.


Color preview on white background

This text has color #4B323A on white background.



Black color preview on #4B323A background

This text has black color on #4B323A background.


White color preview on #4B323A background

This text has white color on #4B323A background.