COLOR #4B4B55

HEX: #4B4B55
RGB: (75,75,85)

Color info

#4B4B55 contains red, green and blue colors in about the same proportion. Web safe color of #4B4B55 is #333366 (or #336).

RGB color model

#4B4B55 color RGB value is (75,75,85).

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

RGB channels and saturation

R 75 of 255 = 29%
G 75 of 255 = 29%
B 85 of 255 = 33%

75
75
85

R + G + B ~ 30%. #4B4B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 75 + 85 = 235 (100%)
R 75 of 235 ~ 31.91%
G 75 of 235 ~ 31.91%
B 85 of 235 ~ 36.17%

%31.91
%31.91
%36.17

CMYK color model

#4B4B55 color CMYK value is (12,12,0,67).

  • cyan value is 11.76%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(12,12,0,67)
C12M12Y0K67 
(12%,12%,0%,67%)
(0.12/0.12/0.00/0.67)	

CMYK percentages

%11.76
%11.76
%0
%66.67

Codes

Color #4B4B55 in popluar color models

4B4B55
RGB757585
HSL240°6.25%31.37%
HSB/HSV240°11.76%33.33%
CMYK11.76%11.76%0.00%
66.67%

Color #4B4B55 in popluar number systems.

HEX4B4B55
Decimal757585
Binary100101110010111010101
Octal113113125

Shades and tints

Shades of #4B4B55

#4B4B55
(75,75,85)
#45454E
(69,69,78)
#3F3F47
(63,63,71)
#393940
(57,57,64)
#333339
(51,51,57)
#2D2D32
(45,45,50)
#27272B
(39,39,43)
#212124
(33,33,36)
#1B1B1D
(27,27,29)
#151516
(21,21,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #4B4B55

#4B4B55
(75,75,85)
#5B5B64
(91,91,100)
#6B6B73
(107,107,115)
#7B7B82
(123,123,130)
#8B8B91
(139,139,145)
#9B9BA0
(155,155,160)
#ABABAF
(171,171,175)
#BBBBBE
(187,187,190)
#CBCBCD
(203,203,205)
#DBDBDC
(219,219,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4B55; }

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

This text font color is #4B4B55.


Background Color

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

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

This div background color is #4B4B55.


Border color

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

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

This div border color is #4B4B55.


Opacity

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

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

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

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

This text has shadow with #4B4B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4B55 on black background.


Color preview on white background

This text has color #4B4B55 on white background.



Black color preview on #4B4B55 background

This text has black color on #4B4B55 background.


White color preview on #4B4B55 background

This text has white color on #4B4B55 background.