COLOR #4B5D62

HEX: #4B5D62
RGB: (75,93,98)

Color info

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

RGB color model

#4B5D62 color RGB value is (75,93,98).

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

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 98 of 255 = 38%

75
93
98

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

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 98 = 266 (100%)
R 75 of 266 ~ 28.2%
G 93 of 266 ~ 34.96%
B 98 of 266 ~ 36.84%

%28.2
%34.96
%36.84

CMYK color model

#4B5D62 color CMYK value is (23,5,0,62).

  • cyan value is 23.47%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(23,5,0,62)
C23M5Y0K62 
(23%,5%,0%,62%)
(0.23/0.05/0.00/0.62)	

CMYK percentages

%23.47
%5.1
%0
%61.57

Codes

Color #4B5D62 in popluar color models

4B5D62
RGB759398
HSL193°13.29%33.92%
HSB/HSV193°23.47%38.43%
CMYK23.47%5.10%0.00%
61.57%

Color #4B5D62 in popluar number systems.

HEX4B5D62
Decimal759398
Binary100101110111011100010
Octal113135142

Shades and tints

Shades of #4B5D62

#4B5D62
(75,93,98)
#45555A
(69,85,90)
#3F4D52
(63,77,82)
#39454A
(57,69,74)
#333D42
(51,61,66)
#2D353A
(45,53,58)
#272D32
(39,45,50)
#21252A
(33,37,42)
#1B1D22
(27,29,34)
#15151A
(21,21,26)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #4B5D62

#4B5D62
(75,93,98)
#5B6B70
(91,107,112)
#6B797E
(107,121,126)
#7B878C
(123,135,140)
#8B959A
(139,149,154)
#9BA3A8
(155,163,168)
#ABB1B6
(171,177,182)
#BBBFC4
(187,191,196)
#CBCDD2
(203,205,210)
#DBDBE0
(219,219,224)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5D62; }

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

This text font color is #4B5D62.


Background Color

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

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

This div background color is #4B5D62.


Border color

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

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

This div border color is #4B5D62.


Opacity

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

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

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

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

This text has shadow with #4B5D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D62 on black background.


Color preview on white background

This text has color #4B5D62 on white background.



Black color preview on #4B5D62 background

This text has black color on #4B5D62 background.


White color preview on #4B5D62 background

This text has white color on #4B5D62 background.