COLOR #4B554C

HEX: #4B554C
RGB: (75,85,76)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
85
76

R + G + B ~ 31%. #4B554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 76 = 236 (100%)
R 75 of 236 ~ 31.78%
G 85 of 236 ~ 36.02%
B 76 of 236 ~ 32.2%

%31.78
%36.02
%32.2

CMYK color model

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

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

CMYK percentages

%11.76
%0
%10.59
%66.67

Codes

Color #4B554C in popluar color models

4B554C
RGB758576
HSL126°6.25%31.37%
HSB/HSV126°11.76%33.33%
CMYK11.76%0.00%10.59%
66.67%

Color #4B554C in popluar number systems.

HEX4B554C
Decimal758576
Binary100101110101011001100
Octal113125114

Shades and tints

Shades of #4B554C

#4B554C
(75,85,76)
#454E46
(69,78,70)
#3F4740
(63,71,64)
#39403A
(57,64,58)
#333934
(51,57,52)
#2D322E
(45,50,46)
#272B28
(39,43,40)
#212422
(33,36,34)
#1B1D1C
(27,29,28)
#151616
(21,22,22)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #4B554C

#4B554C
(75,85,76)
#5B645C
(91,100,92)
#6B736C
(107,115,108)
#7B827C
(123,130,124)
#8B918C
(139,145,140)
#9BA09C
(155,160,156)
#ABAFAC
(171,175,172)
#BBBEBC
(187,190,188)
#CBCDCC
(203,205,204)
#DBDCDC
(219,220,220)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B554C; }

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

This text font color is #4B554C.


Background Color

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

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

This div background color is #4B554C.


Border color

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

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

This div border color is #4B554C.


Opacity

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

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

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

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

This text has shadow with #4B554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B554C on black background.


Color preview on white background

This text has color #4B554C on white background.



Black color preview on #4B554C background

This text has black color on #4B554C background.


White color preview on #4B554C background

This text has white color on #4B554C background.