COLOR #4B5661

HEX: #4B5661 RGB: (75,86,97)

Color info

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

RGB color model

#4B5661 color RGB value is (75,86,97).

RGB: (75,86,97) (29%, 34%, 38%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 97 of 255 = 38%

75
86
97

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

Portions of RGB colors in percentages

R + G + B = 75 + 86 + 97 = 258 (100%)
R 75 of 258 ~ 29.07%
G 86 of 258 ~ 33.33%
B 97 of 258 ~ 37.6'%

%29.07
%33.33
%37.6

CMYK color model

#4B5661 color CMYK value is (23,11,0,62).

  • cyan value is 22.68%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (23,11,0,62)
C23M11Y0K62 (23%, 11%, 0%, 62%)
(0.23 / 0.11 / 0.00 / 0.62)

CMYK percentages

%22.68
%11.34
%0
%61.96

Codes

Color #4B5661 in popluar color models

4B 56 61
RGB 75 86 97
HSL 210° 12.79% 33.73%
HSB/HSV 210° 22.68% 38.04%
CMYK 22.68% 11.34% 0.00%
61.96%

Color #4B5661 in popluar number systems.

HEX 4B 56 61
Decimal 75 86 97
Binary 1001011 1010110 1100001
Octal 113 126 141

Shades and tints

Shades of #4B5661

#4B5661
(75,86,97)
#454F59
(69,79,89)
#3F4851
(63,72,81)
#394149
(57,65,73)
#333A41
(51,58,65)
#2D3339
(45,51,57)
#272C31
(39,44,49)
#212529
(33,37,41)
#1B1E21
(27,30,33)
#151719
(21,23,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #4B5661

#4B5661
(75,86,97)
#5B656F
(91,101,111)
#6B747D
(107,116,125)
#7B838B
(123,131,139)
#8B9299
(139,146,153)
#9BA1A7
(155,161,167)
#ABB0B5
(171,176,181)
#BBBFC3
(187,191,195)
#CBCED1
(203,206,209)
#DBDDDF
(219,221,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5661 color. Also use rgb(75,86,97) instead hex code.

Text Font Color

.myTextColor { color: #4B5661; }

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

This text font color is #4B5661.

Background Color

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

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

This div background color is #4B5661.

Border color

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

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

This div border color is #4B5661.

Opacity

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

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

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

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

This text has shadow with #4B5661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5661.

Preview

Color preview on black background

This text has color #4B5661 on black background.


Color preview on white background

This text has color #4B5661 on white background.


Black color preview on #4B5661 background

This text has black color on #4B5661 background.


White color preview on #4B5661 background

This text has white color on #4B5661 background.


Related colors

Complementary color

Complementary color for #hex is #B4A99E.


I love getcolorcode.com

Triadic colors

1 #614B56 and #56614B with #4B5661 are triadic colors.

2 #61564B and #564B61 with #4B5661 are triadic colors.