COLOR #4B5667

HEX: #4B5667
RGB: (75,86,103)

Color info

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

RGB color model

#4B5667 color RGB value is (75,86,103).

  • red value is 75;
  • green value is 86;
  • blue value is 103.
RGB:
(75,86,103)
(29%,34%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 103 of 255 = 40%

75
86
103

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

Portions of RGB colors in percentages

R + G + B =
75 + 86 + 103 = 264 (100%)
R 75 of 264 ~ 28.41%
G 86 of 264 ~ 32.58%
B 103 of 264 ~ 39.02%

%28.41
%32.58
%39.02

CMYK color model

#4B5667 color CMYK value is (27,17,0,60).

  • cyan value is 27.18%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(27,17,0,60)
C27M17Y0K60 
(27%,17%,0%,60%)
(0.27/0.17/0.00/0.60)	

CMYK percentages

%27.18
%16.5
%0
%59.61

Codes

Color #4B5667 in popluar color models

4B5667
RGB7586103
HSL216°15.73%34.90%
HSB/HSV216°27.18%40.39%
CMYK27.18%16.50%0.00%
59.61%

Color #4B5667 in popluar number systems.

HEX4B5667
Decimal7586103
Binary100101110101101100111
Octal113126147

Shades and tints

Shades of #4B5667

#4B5667
(75,86,103)
#454F5E
(69,79,94)
#3F4855
(63,72,85)
#39414C
(57,65,76)
#333A43
(51,58,67)
#2D333A
(45,51,58)
#272C31
(39,44,49)
#212528
(33,37,40)
#1B1E1F
(27,30,31)
#151716
(21,23,22)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #4B5667

#4B5667
(75,86,103)
#5B6574
(91,101,116)
#6B7481
(107,116,129)
#7B838E
(123,131,142)
#8B929B
(139,146,155)
#9BA1A8
(155,161,168)
#ABB0B5
(171,176,181)
#BBBFC2
(187,191,194)
#CBCECF
(203,206,207)
#DBDDDC
(219,221,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5667 color. Also use rgb(75,86,103) instead hex code.

Text Font Color

.myTextColor { color: #4B5667; }

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

This text font color is #4B5667.


Background Color

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

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

This div background color is #4B5667.


Border color

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

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

This div border color is #4B5667.


Opacity

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

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

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

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

This text has shadow with #4B5667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5667 on black background.


Color preview on white background

This text has color #4B5667 on white background.



Black color preview on #4B5667 background

This text has black color on #4B5667 background.


White color preview on #4B5667 background

This text has white color on #4B5667 background.