COLOR #4B5368

HEX: #4B5368
RGB: (75,83,104)

Color info

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

RGB color model

#4B5368 color RGB value is (75,83,104).

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

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 104 of 255 = 41%

75
83
104

R + G + B ~ 34%. #4B5368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 104 = 262 (100%)
R 75 of 262 ~ 28.63%
G 83 of 262 ~ 31.68%
B 104 of 262 ~ 39.69%

%28.63
%31.68
%39.69

CMYK color model

#4B5368 color CMYK value is (28,20,0,59).

  • cyan value is 27.88%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(28,20,0,59)
C28M20Y0K59 
(28%,20%,0%,59%)
(0.28/0.20/0.00/0.59)	

CMYK percentages

%27.88
%20.19
%0
%59.22

Codes

Color #4B5368 in popluar color models

4B5368
RGB7583104
HSL223°16.20%35.10%
HSB/HSV223°27.88%40.78%
CMYK27.88%20.19%0.00%
59.22%

Color #4B5368 in popluar number systems.

HEX4B5368
Decimal7583104
Binary100101110100111101000
Octal113123150

Shades and tints

Shades of #4B5368

#4B5368
(75,83,104)
#454C5F
(69,76,95)
#3F4556
(63,69,86)
#393E4D
(57,62,77)
#333744
(51,55,68)
#2D303B
(45,48,59)
#272932
(39,41,50)
#212229
(33,34,41)
#1B1B20
(27,27,32)
#151417
(21,20,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #4B5368

#4B5368
(75,83,104)
#5B6275
(91,98,117)
#6B7182
(107,113,130)
#7B808F
(123,128,143)
#8B8F9C
(139,143,156)
#9B9EA9
(155,158,169)
#ABADB6
(171,173,182)
#BBBCC3
(187,188,195)
#CBCBD0
(203,203,208)
#DBDADD
(219,218,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5368; }

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

This text font color is #4B5368.


Background Color

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

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

This div background color is #4B5368.


Border color

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

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

This div border color is #4B5368.


Opacity

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

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

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

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

This text has shadow with #4B5368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5368 on black background.


Color preview on white background

This text has color #4B5368 on white background.



Black color preview on #4B5368 background

This text has black color on #4B5368 background.


White color preview on #4B5368 background

This text has white color on #4B5368 background.