COLOR #4B393A

HEX: #4B393A RGB: (75,57,58)

Color info

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

RGB color model

#4B393A color RGB value is (75,57,58).

RGB: (75,57,58) (29%, 22%, 23%)

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 58 of 255 = 23%

75
57
58

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

Portions of RGB colors in percentages

R + G + B = 75 + 57 + 58 = 190 (100%)
R 75 of 190 ~ 39.47%
G 57 of 190 ~ 30%
B 58 of 190 ~ 30.53'%

%39.47
%30
%30.53

CMYK color model

#4B393A color CMYK value is (0,24,23,71).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 22.67%
  • key color value is 70.59%

CMYK: (0,24,23,71)
C0M24Y23K71 (0%, 24%, 23%, 71%)
(0.00 / 0.24 / 0.23 / 0.71)

CMYK percentages

%0
%24
%22.67
%70.59

Codes

Color #4B393A in popluar color models

4B 39 3A
RGB 75 57 58
HSL 357° 13.64% 25.88%
HSB/HSV 357° 24.00% 29.41%
CMYK 0.00% 24.00% 22.67%
70.59%

Color #4B393A in popluar number systems.

HEX 4B 39 3A
Decimal 75 57 58
Binary 1001011 111001 111010
Octal 113 71 72

Shades and tints

Shades of #4B393A

#4B393A
(75,57,58)
#453435
(69,52,53)
#3F2F30
(63,47,48)
#392A2B
(57,42,43)
#332526
(51,37,38)
#2D2021
(45,32,33)
#271B1C
(39,27,28)
#211617
(33,22,23)
#1B1112
(27,17,18)
#150C0D
(21,12,13)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #4B393A

#4B393A
(75,57,58)
#5B4B4B
(91,75,75)
#6B5D5C
(107,93,92)
#7B6F6D
(123,111,109)
#8B817E
(139,129,126)
#9B938F
(155,147,143)
#ABA5A0
(171,165,160)
#BBB7B1
(187,183,177)
#CBC9C2
(203,201,194)
#DBDBD3
(219,219,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B393A; }

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

This text font color is #4B393A.

Background Color

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

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

This div background color is #4B393A.

Border color

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

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

This div border color is #4B393A.

Opacity

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

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

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

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

This text has shadow with #4B393A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B393A.

Preview

Color preview on black background

This text has color #4B393A on black background.


Color preview on white background

This text has color #4B393A on white background.


Black color preview on #4B393A background

This text has black color on #4B393A background.


White color preview on #4B393A background

This text has white color on #4B393A background.


Related colors

Complementary color

Complementary color for #hex is #B4C6C5.


I love getcolorcode.com

Triadic colors

1 #3A4B39 and #393A4B with #4B393A are triadic colors.

2 #3A394B and #394B3A with #4B393A are triadic colors.