COLOR #4B5053

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
80
83

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

Portions of RGB colors in percentages

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

%31.51
%33.61
%34.87

CMYK color model

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

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

CMYK percentages

%9.64
%3.61
%0
%67.45

Codes

Color #4B5053 in popluar color models

4B5053
RGB758083
HSL203°5.06%30.98%
HSB/HSV203°9.64%32.55%
CMYK9.64%3.61%0.00%
67.45%

Color #4B5053 in popluar number systems.

HEX4B5053
Decimal758083
Binary100101110100001010011
Octal113120123

Shades and tints

Shades of #4B5053

#4B5053
(75,80,83)
#45494C
(69,73,76)
#3F4245
(63,66,69)
#393B3E
(57,59,62)
#333437
(51,52,55)
#2D2D30
(45,45,48)
#272629
(39,38,41)
#211F22
(33,31,34)
#1B181B
(27,24,27)
#151114
(21,17,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B5053

#4B5053
(75,80,83)
#5B5F62
(91,95,98)
#6B6E71
(107,110,113)
#7B7D80
(123,125,128)
#8B8C8F
(139,140,143)
#9B9B9E
(155,155,158)
#ABAAAD
(171,170,173)
#BBB9BC
(187,185,188)
#CBC8CB
(203,200,203)
#DBD7DA
(219,215,218)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5053; }

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

This text font color is #4B5053.


Background Color

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

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

This div background color is #4B5053.


Border color

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

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

This div border color is #4B5053.


Opacity

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

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

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

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

This text has shadow with #4B5053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5053 on black background.


Color preview on white background

This text has color #4B5053 on white background.



Black color preview on #4B5053 background

This text has black color on #4B5053 background.


White color preview on #4B5053 background

This text has white color on #4B5053 background.