COLOR #4B343B

HEX: #4B343B
RGB: (75,52,59)

Color info

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

RGB color model

#4B343B color RGB value is (75,52,59).

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

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 59 of 255 = 23%

75
52
59

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

Portions of RGB colors in percentages

R + G + B =
75 + 52 + 59 = 186 (100%)
R 75 of 186 ~ 40.32%
G 52 of 186 ~ 27.96%
B 59 of 186 ~ 31.72%

%40.32
%27.96
%31.72

CMYK color model

#4B343B color CMYK value is (0,31,21,71).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 21.33%
  • key color value is 70.59%
CMYK:
(0,31,21,71)
C0M31Y21K71 
(0%,31%,21%,71%)
(0.00/0.31/0.21/0.71)	

CMYK percentages

%0
%30.67
%21.33
%70.59

Codes

Color #4B343B in popluar color models

4B343B
RGB755259
HSL342°18.11%24.90%
HSB/HSV342°30.67%29.41%
CMYK0.00%30.67%21.33%
70.59%

Color #4B343B in popluar number systems.

HEX4B343B
Decimal755259
Binary1001011110100111011
Octal1136473

Shades and tints

Shades of #4B343B

#4B343B
(75,52,59)
#453036
(69,48,54)
#3F2C31
(63,44,49)
#39282C
(57,40,44)
#332427
(51,36,39)
#2D2022
(45,32,34)
#271C1D
(39,28,29)
#211818
(33,24,24)
#1B1413
(27,20,19)
#15100E
(21,16,14)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #4B343B

#4B343B
(75,52,59)
#5B464C
(91,70,76)
#6B585D
(107,88,93)
#7B6A6E
(123,106,110)
#8B7C7F
(139,124,127)
#9B8E90
(155,142,144)
#ABA0A1
(171,160,161)
#BBB2B2
(187,178,178)
#CBC4C3
(203,196,195)
#DBD6D4
(219,214,212)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B343B; }

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

This text font color is #4B343B.


Background Color

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

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

This div background color is #4B343B.


Border color

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

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

This div border color is #4B343B.


Opacity

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

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

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

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

This text has shadow with #4B343B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B343B on black background.


Color preview on white background

This text has color #4B343B on white background.



Black color preview on #4B343B background

This text has black color on #4B343B background.


White color preview on #4B343B background

This text has white color on #4B343B background.