COLOR #4B5350

HEX: #4B5350
RGB: (75,83,80)

Color info

#4B5350 contains red, green and blue colors in about the same proportion. Web safe color of #4B5350 is #336666 (or #366).

RGB color model

#4B5350 color RGB value is (75,83,80).

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

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 80 of 255 = 31%

75
83
80

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

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 80 = 238 (100%)
R 75 of 238 ~ 31.51%
G 83 of 238 ~ 34.87%
B 80 of 238 ~ 33.61%

%31.51
%34.87
%33.61

CMYK color model

#4B5350 color CMYK value is (10,0,4,67).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 3.61%
  • key color value is 67.45%
CMYK:
(10,0,4,67)
C10M0Y4K67 
(10%,0%,4%,67%)
(0.10/0.00/0.04/0.67)	

CMYK percentages

%9.64
%0
%3.61
%67.45

Codes

Color #4B5350 in popluar color models

4B5350
RGB758380
HSL158°5.06%30.98%
HSB/HSV158°9.64%32.55%
CMYK9.64%0.00%3.61%
67.45%

Color #4B5350 in popluar number systems.

HEX4B5350
Decimal758380
Binary100101110100111010000
Octal113123120

Shades and tints

Shades of #4B5350

#4B5350
(75,83,80)
#454C49
(69,76,73)
#3F4542
(63,69,66)
#393E3B
(57,62,59)
#333734
(51,55,52)
#2D302D
(45,48,45)
#272926
(39,41,38)
#21221F
(33,34,31)
#1B1B18
(27,27,24)
#151411
(21,20,17)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #4B5350

#4B5350
(75,83,80)
#5B625F
(91,98,95)
#6B716E
(107,113,110)
#7B807D
(123,128,125)
#8B8F8C
(139,143,140)
#9B9E9B
(155,158,155)
#ABADAA
(171,173,170)
#BBBCB9
(187,188,185)
#CBCBC8
(203,203,200)
#DBDAD7
(219,218,215)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5350; }

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

This text font color is #4B5350.


Background Color

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

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

This div background color is #4B5350.


Border color

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

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

This div border color is #4B5350.


Opacity

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

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

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

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

This text has shadow with #4B5350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5350 on black background.


Color preview on white background

This text has color #4B5350 on white background.



Black color preview on #4B5350 background

This text has black color on #4B5350 background.


White color preview on #4B5350 background

This text has white color on #4B5350 background.