COLOR #4B5263

HEX: #4B5263 RGB: (75,82,99)

Color info

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

RGB color model

#4B5263 color RGB value is (75,82,99).

RGB: (75,82,99) (29%, 32%, 39%)

RGB channels and saturation

R 75 of 255 = 29%
G 82 of 255 = 32%
B 99 of 255 = 39%

75
82
99

R + G + B ~ 33%. #4B5263 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 82 + 99 = 256 (100%)
R 75 of 256 ~ 29.3%
G 82 of 256 ~ 32.03%
B 99 of 256 ~ 38.67'%

%29.3
%32.03
%38.67

CMYK color model

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

  • cyan value is 24.24%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (24,17,0,61)
C24M17Y0K61 (24%, 17%, 0%, 61%)
(0.24 / 0.17 / 0.00 / 0.61)

CMYK percentages

%24.24
%17.17
%0
%61.18

Codes

Color #4B5263 in popluar color models

4B 52 63
RGB 75 82 99
HSL 223° 13.79% 34.12%
HSB/HSV 223° 24.24% 38.82%
CMYK 24.24% 17.17% 0.00%
61.18%

Color #4B5263 in popluar number systems.

HEX 4B 52 63
Decimal 75 82 99
Binary 1001011 1010010 1100011
Octal 113 122 143

Shades and tints

Shades of #4B5263

#4B5263
(75,82,99)
#454B5A
(69,75,90)
#3F4451
(63,68,81)
#393D48
(57,61,72)
#33363F
(51,54,63)
#2D2F36
(45,47,54)
#27282D
(39,40,45)
#212124
(33,33,36)
#1B1A1B
(27,26,27)
#151312
(21,19,18)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #4B5263

#4B5263
(75,82,99)
#5B6171
(91,97,113)
#6B707F
(107,112,127)
#7B7F8D
(123,127,141)
#8B8E9B
(139,142,155)
#9B9DA9
(155,157,169)
#ABACB7
(171,172,183)
#BBBBC5
(187,187,197)
#CBCAD3
(203,202,211)
#DBD9E1
(219,217,225)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5263; }

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

This text font color is #4B5263.

Background Color

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

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

This div background color is #4B5263.

Border color

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

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

This div border color is #4B5263.

Opacity

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

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

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

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

This text has shadow with #4B5263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5263.

Preview

Color preview on black background

This text has color #4B5263 on black background.


Color preview on white background

This text has color #4B5263 on white background.


Black color preview on #4B5263 background

This text has black color on #4B5263 background.


White color preview on #4B5263 background

This text has white color on #4B5263 background.


Related colors

Complementary color

Complementary color for #hex is #B4AD9C.


I love getcolorcode.com

Triadic colors

1 #634B52 and #52634B with #4B5263 are triadic colors.

2 #63524B and #524B63 with #4B5263 are triadic colors.