COLOR #4B554B

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

Color info

#4B554B contains red, green and blue colors in about the same proportion. Web safe color of #4B554B is #336633 (or #363).

RGB color model

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

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

RGB channels and saturation

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

75
85
75

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

Portions of RGB colors in percentages

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

%31.91
%36.17
%31.91

CMYK color model

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

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

CMYK percentages

%11.76
%0
%11.76
%66.67

Codes

Color #4B554B in popluar color models

4B554B
RGB758575
HSL120°6.25%31.37%
HSB/HSV120°11.76%33.33%
CMYK11.76%0.00%11.76%
66.67%

Color #4B554B in popluar number systems.

HEX4B554B
Decimal758575
Binary100101110101011001011
Octal113125113

Shades and tints

Shades of #4B554B

#4B554B
(75,85,75)
#454E45
(69,78,69)
#3F473F
(63,71,63)
#394039
(57,64,57)
#333933
(51,57,51)
#2D322D
(45,50,45)
#272B27
(39,43,39)
#212421
(33,36,33)
#1B1D1B
(27,29,27)
#151615
(21,22,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #4B554B

#4B554B
(75,85,75)
#5B645B
(91,100,91)
#6B736B
(107,115,107)
#7B827B
(123,130,123)
#8B918B
(139,145,139)
#9BA09B
(155,160,155)
#ABAFAB
(171,175,171)
#BBBEBB
(187,190,187)
#CBCDCB
(203,205,203)
#DBDCDB
(219,220,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B554B; }

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

This text font color is #4B554B.


Background Color

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

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

This div background color is #4B554B.


Border color

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

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

This div border color is #4B554B.


Opacity

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

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

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

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

This text has shadow with #4B554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B554B on black background.


Color preview on white background

This text has color #4B554B on white background.



Black color preview on #4B554B background

This text has black color on #4B554B background.


White color preview on #4B554B background

This text has white color on #4B554B background.