COLOR #4B5D68

HEX: #4B5D68
RGB: (75,93,104)

Color info

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

RGB color model

#4B5D68 color RGB value is (75,93,104).

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

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 104 of 255 = 41%

75
93
104

R + G + B ~ 35%. #4B5D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 104 = 272 (100%)
R 75 of 272 ~ 27.57%
G 93 of 272 ~ 34.19%
B 104 of 272 ~ 38.24%

%27.57
%34.19
%38.24

CMYK color model

#4B5D68 color CMYK value is (28,11,0,59).

  • cyan value is 27.88%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(28,11,0,59)
C28M11Y0K59 
(28%,11%,0%,59%)
(0.28/0.11/0.00/0.59)	

CMYK percentages

%27.88
%10.58
%0
%59.22

Codes

Color #4B5D68 in popluar color models

4B5D68
RGB7593104
HSL203°16.20%35.10%
HSB/HSV203°27.88%40.78%
CMYK27.88%10.58%0.00%
59.22%

Color #4B5D68 in popluar number systems.

HEX4B5D68
Decimal7593104
Binary100101110111011101000
Octal113135150

Shades and tints

Shades of #4B5D68

#4B5D68
(75,93,104)
#45555F
(69,85,95)
#3F4D56
(63,77,86)
#39454D
(57,69,77)
#333D44
(51,61,68)
#2D353B
(45,53,59)
#272D32
(39,45,50)
#212529
(33,37,41)
#1B1D20
(27,29,32)
#151517
(21,21,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #4B5D68

#4B5D68
(75,93,104)
#5B6B75
(91,107,117)
#6B7982
(107,121,130)
#7B878F
(123,135,143)
#8B959C
(139,149,156)
#9BA3A9
(155,163,169)
#ABB1B6
(171,177,182)
#BBBFC3
(187,191,195)
#CBCDD0
(203,205,208)
#DBDBDD
(219,219,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5D68; }

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

This text font color is #4B5D68.


Background Color

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

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

This div background color is #4B5D68.


Border color

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

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

This div border color is #4B5D68.


Opacity

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

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

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

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

This text has shadow with #4B5D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D68 on black background.


Color preview on white background

This text has color #4B5D68 on white background.



Black color preview on #4B5D68 background

This text has black color on #4B5D68 background.


White color preview on #4B5D68 background

This text has white color on #4B5D68 background.