COLOR #4B5F63

HEX: #4B5F63
RGB: (75,95,99)

Color info

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

RGB color model

#4B5F63 color RGB value is (75,95,99).

  • red value is 75;
  • green value is 95;
  • blue value is 99.
RGB:
(75,95,99)
(29%,37%,39%)

RGB channels and saturation

R 75 of 255 = 29%
G 95 of 255 = 37%
B 99 of 255 = 39%

75
95
99

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

Portions of RGB colors in percentages

R + G + B =
75 + 95 + 99 = 269 (100%)
R 75 of 269 ~ 27.88%
G 95 of 269 ~ 35.32%
B 99 of 269 ~ 36.8%

%27.88
%35.32
%36.8

CMYK color model

#4B5F63 color CMYK value is (24,4,0,61).

  • cyan value is 24.24%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(24,4,0,61)
C24M4Y0K61 
(24%,4%,0%,61%)
(0.24/0.04/0.00/0.61)	

CMYK percentages

%24.24
%4.04
%0
%61.18

Codes

Color #4B5F63 in popluar color models

4B5F63
RGB759599
HSL190°13.79%34.12%
HSB/HSV190°24.24%38.82%
CMYK24.24%4.04%0.00%
61.18%

Color #4B5F63 in popluar number systems.

HEX4B5F63
Decimal759599
Binary100101110111111100011
Octal113137143

Shades and tints

Shades of #4B5F63

#4B5F63
(75,95,99)
#45575A
(69,87,90)
#3F4F51
(63,79,81)
#394748
(57,71,72)
#333F3F
(51,63,63)
#2D3736
(45,55,54)
#272F2D
(39,47,45)
#212724
(33,39,36)
#1B1F1B
(27,31,27)
#151712
(21,23,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #4B5F63

#4B5F63
(75,95,99)
#5B6D71
(91,109,113)
#6B7B7F
(107,123,127)
#7B898D
(123,137,141)
#8B979B
(139,151,155)
#9BA5A9
(155,165,169)
#ABB3B7
(171,179,183)
#BBC1C5
(187,193,197)
#CBCFD3
(203,207,211)
#DBDDE1
(219,221,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5F63 color. Also use rgb(75,95,99) instead hex code.

Text Font Color

.myTextColor { color: #4B5F63; }

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

This text font color is #4B5F63.


Background Color

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

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

This div background color is #4B5F63.


Border color

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

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

This div border color is #4B5F63.


Opacity

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

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

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

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

This text has shadow with #4B5F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5F63 on black background.


Color preview on white background

This text has color #4B5F63 on white background.



Black color preview on #4B5F63 background

This text has black color on #4B5F63 background.


White color preview on #4B5F63 background

This text has white color on #4B5F63 background.