COLOR #4B6463

HEX: #4B6463 RGB: (75,100,99)

Color info

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

RGB color model

#4B6463 color RGB value is (75,100,99).

RGB: (75,100,99) (29%, 39%, 39%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 99 of 255 = 39%

75
100
99

R + G + B ~ 36%. #4B6463 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 100 + 99 = 274 (100%)
R 75 of 274 ~ 27.37%
G 100 of 274 ~ 36.5%
B 99 of 274 ~ 36.13'%

%27.37
%36.5
%36.13

CMYK color model

#4B6463 color CMYK value is (25,0,1,61).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (25,0,1,61)
C25M0Y1K61 (25%, 0%, 1%, 61%)
(0.25 / 0.00 / 0.01 / 0.61)

CMYK percentages

%25
%0
%1
%60.78

Codes

Color #4B6463 in popluar color models

4B 64 63
RGB 75 100 99
HSL 178° 14.29% 34.31%
HSB/HSV 178° 25.00% 39.22%
CMYK 25.00% 0.00% 1.00%
60.78%

Color #4B6463 in popluar number systems.

HEX 4B 64 63
Decimal 75 100 99
Binary 1001011 1100100 1100011
Octal 113 144 143

Shades and tints

Shades of #4B6463

#4B6463
(75,100,99)
#455B5A
(69,91,90)
#3F5251
(63,82,81)
#394948
(57,73,72)
#33403F
(51,64,63)
#2D3736
(45,55,54)
#272E2D
(39,46,45)
#212524
(33,37,36)
#1B1C1B
(27,28,27)
#151312
(21,19,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #4B6463

#4B6463
(75,100,99)
#5B7271
(91,114,113)
#6B807F
(107,128,127)
#7B8E8D
(123,142,141)
#8B9C9B
(139,156,155)
#9BAAA9
(155,170,169)
#ABB8B7
(171,184,183)
#BBC6C5
(187,198,197)
#CBD4D3
(203,212,211)
#DBE2E1
(219,226,225)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6463; }

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

This text font color is #4B6463.

Background Color

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

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

This div background color is #4B6463.

Border color

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

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

This div border color is #4B6463.

Opacity

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

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

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

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

This text has shadow with #4B6463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6463.

Preview

Color preview on black background

This text has color #4B6463 on black background.


Color preview on white background

This text has color #4B6463 on white background.


Black color preview on #4B6463 background

This text has black color on #4B6463 background.


White color preview on #4B6463 background

This text has white color on #4B6463 background.


Related colors

Complementary color

Complementary color for #hex is #B49B9C.


I love getcolorcode.com

Triadic colors

1 #634B64 and #64634B with #4B6463 are triadic colors.

2 #63644B and #644B63 with #4B6463 are triadic colors.