COLOR #4B515A

HEX: #4B515A RGB: (75,81,90)

Color info

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

RGB color model

#4B515A color RGB value is (75,81,90).

RGB: (75,81,90) (29%, 32%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 90 of 255 = 35%

75
81
90

R + G + B ~ 32%. #4B515A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 81 + 90 = 246 (100%)
R 75 of 246 ~ 30.49%
G 81 of 246 ~ 32.93%
B 90 of 246 ~ 36.59'%

%30.49
%32.93
%36.59

CMYK color model

#4B515A color CMYK value is (17,10,0,65).

  • cyan value is 16.67%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (17,10,0,65)
C17M10Y0K65 (17%, 10%, 0%, 65%)
(0.17 / 0.10 / 0.00 / 0.65)

CMYK percentages

%16.67
%10
%0
%64.71

Codes

Color #4B515A in popluar color models

4B 51 5A
RGB 75 81 90
HSL 216° 9.09% 32.35%
HSB/HSV 216° 16.67% 35.29%
CMYK 16.67% 10.00% 0.00%
64.71%

Color #4B515A in popluar number systems.

HEX 4B 51 5A
Decimal 75 81 90
Binary 1001011 1010001 1011010
Octal 113 121 132

Shades and tints

Shades of #4B515A

#4B515A
(75,81,90)
#454A52
(69,74,82)
#3F434A
(63,67,74)
#393C42
(57,60,66)
#33353A
(51,53,58)
#2D2E32
(45,46,50)
#27272A
(39,39,42)
#212022
(33,32,34)
#1B191A
(27,25,26)
#151212
(21,18,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #4B515A

#4B515A
(75,81,90)
#5B6069
(91,96,105)
#6B6F78
(107,111,120)
#7B7E87
(123,126,135)
#8B8D96
(139,141,150)
#9B9CA5
(155,156,165)
#ABABB4
(171,171,180)
#BBBAC3
(187,186,195)
#CBC9D2
(203,201,210)
#DBD8E1
(219,216,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B515A color. Also use rgb(75,81,90) instead hex code.

Text Font Color

.myTextColor { color: #4B515A; }

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

This text font color is #4B515A.

Background Color

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

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

This div background color is #4B515A.

Border color

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

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

This div border color is #4B515A.

Opacity

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

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

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

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

This text has shadow with #4B515A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B515A.

Preview

Color preview on black background

This text has color #4B515A on black background.


Color preview on white background

This text has color #4B515A on white background.


Black color preview on #4B515A background

This text has black color on #4B515A background.


White color preview on #4B515A background

This text has white color on #4B515A background.


Related colors

Complementary color

Complementary color for #hex is #B4AEA5.


I love getcolorcode.com

Triadic colors

1 #5A4B51 and #515A4B with #4B515A are triadic colors.

2 #5A514B and #514B5A with #4B515A are triadic colors.