COLOR #4B393F

HEX: #4B393F
RGB: (75,57,63)

Color info

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

RGB color model

#4B393F color RGB value is (75,57,63).

  • red value is 75;
  • green value is 57;
  • blue value is 63.
RGB:
(75,57,63)
(29%,22%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 63 of 255 = 25%

75
57
63

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

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 63 = 195 (100%)
R 75 of 195 ~ 38.46%
G 57 of 195 ~ 29.23%
B 63 of 195 ~ 32.31%

%38.46
%29.23
%32.31

CMYK color model

#4B393F color CMYK value is (0,24,16,71).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 16.00%
  • key color value is 70.59%
CMYK:
(0,24,16,71)
C0M24Y16K71 
(0%,24%,16%,71%)
(0.00/0.24/0.16/0.71)	

CMYK percentages

%0
%24
%16
%70.59

Codes

Color #4B393F in popluar color models

4B393F
RGB755763
HSL340°13.64%25.88%
HSB/HSV340°24.00%29.41%
CMYK0.00%24.00%16.00%
70.59%

Color #4B393F in popluar number systems.

HEX4B393F
Decimal755763
Binary1001011111001111111
Octal1137177

Shades and tints

Shades of #4B393F

#4B393F
(75,57,63)
#45343A
(69,52,58)
#3F2F35
(63,47,53)
#392A30
(57,42,48)
#33252B
(51,37,43)
#2D2026
(45,32,38)
#271B21
(39,27,33)
#21161C
(33,22,28)
#1B1117
(27,17,23)
#150C12
(21,12,18)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #4B393F

#4B393F
(75,57,63)
#5B4B50
(91,75,80)
#6B5D61
(107,93,97)
#7B6F72
(123,111,114)
#8B8183
(139,129,131)
#9B9394
(155,147,148)
#ABA5A5
(171,165,165)
#BBB7B6
(187,183,182)
#CBC9C7
(203,201,199)
#DBDBD8
(219,219,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B393F color. Also use rgb(75,57,63) instead hex code.

Text Font Color

.myTextColor { color: #4B393F; }

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

This text font color is #4B393F.


Background Color

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

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

This div background color is #4B393F.


Border color

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

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

This div border color is #4B393F.


Opacity

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

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

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

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

This text has shadow with #4B393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B393F on black background.


Color preview on white background

This text has color #4B393F on white background.



Black color preview on #4B393F background

This text has black color on #4B393F background.


White color preview on #4B393F background

This text has white color on #4B393F background.