COLOR #4B535E

HEX: #4B535E
RGB: (75,83,94)

Color info

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

RGB color model

#4B535E color RGB value is (75,83,94).

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

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 94 of 255 = 37%

75
83
94

R + G + B ~ 33%. #4B535E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 94 = 252 (100%)
R 75 of 252 ~ 29.76%
G 83 of 252 ~ 32.94%
B 94 of 252 ~ 37.3%

%29.76
%32.94
%37.3

CMYK color model

#4B535E color CMYK value is (20,12,0,63).

  • cyan value is 20.21%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(20,12,0,63)
C20M12Y0K63 
(20%,12%,0%,63%)
(0.20/0.12/0.00/0.63)	

CMYK percentages

%20.21
%11.7
%0
%63.14

Codes

Color #4B535E in popluar color models

4B535E
RGB758394
HSL215°11.24%33.14%
HSB/HSV215°20.21%36.86%
CMYK20.21%11.70%0.00%
63.14%

Color #4B535E in popluar number systems.

HEX4B535E
Decimal758394
Binary100101110100111011110
Octal113123136

Shades and tints

Shades of #4B535E

#4B535E
(75,83,94)
#454C56
(69,76,86)
#3F454E
(63,69,78)
#393E46
(57,62,70)
#33373E
(51,55,62)
#2D3036
(45,48,54)
#27292E
(39,41,46)
#212226
(33,34,38)
#1B1B1E
(27,27,30)
#151416
(21,20,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #4B535E

#4B535E
(75,83,94)
#5B626C
(91,98,108)
#6B717A
(107,113,122)
#7B8088
(123,128,136)
#8B8F96
(139,143,150)
#9B9EA4
(155,158,164)
#ABADB2
(171,173,178)
#BBBCC0
(187,188,192)
#CBCBCE
(203,203,206)
#DBDADC
(219,218,220)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B535E; }

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

This text font color is #4B535E.


Background Color

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

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

This div background color is #4B535E.


Border color

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

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

This div border color is #4B535E.


Opacity

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

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

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

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

This text has shadow with #4B535E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B535E on black background.


Color preview on white background

This text has color #4B535E on white background.



Black color preview on #4B535E background

This text has black color on #4B535E background.


White color preview on #4B535E background

This text has white color on #4B535E background.