COLOR #4B4A53

HEX: #4B4A53
RGB: (75,74,83)

Color info

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

RGB color model

#4B4A53 color RGB value is (75,74,83).

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

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 83 of 255 = 33%

75
74
83

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

Portions of RGB colors in percentages

R + G + B =
75 + 74 + 83 = 232 (100%)
R 75 of 232 ~ 32.33%
G 74 of 232 ~ 31.9%
B 83 of 232 ~ 35.78%

%32.33
%31.9
%35.78

CMYK color model

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

  • cyan value is 9.64%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(10,11,0,67)
C10M11Y0K67 
(10%,11%,0%,67%)
(0.10/0.11/0.00/0.67)	

CMYK percentages

%9.64
%10.84
%0
%67.45

Codes

Color #4B4A53 in popluar color models

4B4A53
RGB757483
HSL247°5.73%30.78%
HSB/HSV247°10.84%32.55%
CMYK9.64%10.84%0.00%
67.45%

Color #4B4A53 in popluar number systems.

HEX4B4A53
Decimal757483
Binary100101110010101010011
Octal113112123

Shades and tints

Shades of #4B4A53

#4B4A53
(75,74,83)
#45444C
(69,68,76)
#3F3E45
(63,62,69)
#39383E
(57,56,62)
#333237
(51,50,55)
#2D2C30
(45,44,48)
#272629
(39,38,41)
#212022
(33,32,34)
#1B1A1B
(27,26,27)
#151414
(21,20,20)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B4A53

#4B4A53
(75,74,83)
#5B5A62
(91,90,98)
#6B6A71
(107,106,113)
#7B7A80
(123,122,128)
#8B8A8F
(139,138,143)
#9B9A9E
(155,154,158)
#ABAAAD
(171,170,173)
#BBBABC
(187,186,188)
#CBCACB
(203,202,203)
#DBDADA
(219,218,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4A53; }

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

This text font color is #4B4A53.


Background Color

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

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

This div background color is #4B4A53.


Border color

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

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

This div border color is #4B4A53.


Opacity

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

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

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

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

This text has shadow with #4B4A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4A53 on black background.


Color preview on white background

This text has color #4B4A53 on white background.



Black color preview on #4B4A53 background

This text has black color on #4B4A53 background.


White color preview on #4B4A53 background

This text has white color on #4B4A53 background.