COLOR #4B404B

HEX: #4B404B
RGB: (75,64,75)

Color info

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

RGB color model

#4B404B color RGB value is (75,64,75).

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

RGB channels and saturation

R 75 of 255 = 29%
G 64 of 255 = 25%
B 75 of 255 = 29%

75
64
75

R + G + B ~ 28%. #4B404B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 64 + 75 = 214 (100%)
R 75 of 214 ~ 35.05%
G 64 of 214 ~ 29.91%
B 75 of 214 ~ 35.05%

%35.05
%29.91
%35.05

CMYK color model

#4B404B color CMYK value is (0,15,0,71).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(0,15,0,71)
C0M15Y0K71 
(0%,15%,0%,71%)
(0.00/0.15/0.00/0.71)	

CMYK percentages

%0
%14.67
%0
%70.59

Codes

Color #4B404B in popluar color models

4B404B
RGB756475
HSL300°7.91%27.25%
HSB/HSV300°14.67%29.41%
CMYK0.00%14.67%0.00%
70.59%

Color #4B404B in popluar number systems.

HEX4B404B
Decimal756475
Binary100101110000001001011
Octal113100113

Shades and tints

Shades of #4B404B

#4B404B
(75,64,75)
#453B45
(69,59,69)
#3F363F
(63,54,63)
#393139
(57,49,57)
#332C33
(51,44,51)
#2D272D
(45,39,45)
#272227
(39,34,39)
#211D21
(33,29,33)
#1B181B
(27,24,27)
#151315
(21,19,21)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #4B404B

#4B404B
(75,64,75)
#5B515B
(91,81,91)
#6B626B
(107,98,107)
#7B737B
(123,115,123)
#8B848B
(139,132,139)
#9B959B
(155,149,155)
#ABA6AB
(171,166,171)
#BBB7BB
(187,183,187)
#CBC8CB
(203,200,203)
#DBD9DB
(219,217,219)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B404B; }

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

This text font color is #4B404B.


Background Color

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

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

This div background color is #4B404B.


Border color

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

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

This div border color is #4B404B.


Opacity

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

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

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

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

This text has shadow with #4B404B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B404B on black background.


Color preview on white background

This text has color #4B404B on white background.



Black color preview on #4B404B background

This text has black color on #4B404B background.


White color preview on #4B404B background

This text has white color on #4B404B background.