COLOR #4B595A

HEX: #4B595A RGB: (75,89,90)

Color info

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

RGB color model

#4B595A color RGB value is (75,89,90).

RGB: (75,89,90) (29%, 35%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 89 of 255 = 35%
B 90 of 255 = 35%

75
89
90

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

Portions of RGB colors in percentages

R + G + B = 75 + 89 + 90 = 254 (100%)
R 75 of 254 ~ 29.53%
G 89 of 254 ~ 35.04%
B 90 of 254 ~ 35.43'%

%29.53
%35.04
%35.43

CMYK color model

#4B595A color CMYK value is (17,1,0,65).

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

CMYK: (17,1,0,65)
C17M1Y0K65 (17%, 1%, 0%, 65%)
(0.17 / 0.01 / 0.00 / 0.65)

CMYK percentages

%16.67
%1.11
%0
%64.71

Codes

Color #4B595A in popluar color models

4B 59 5A
RGB 75 89 90
HSL 184° 9.09% 32.35%
HSB/HSV 184° 16.67% 35.29%
CMYK 16.67% 1.11% 0.00%
64.71%

Color #4B595A in popluar number systems.

HEX 4B 59 5A
Decimal 75 89 90
Binary 1001011 1011001 1011010
Octal 113 131 132

Shades and tints

Shades of #4B595A

#4B595A
(75,89,90)
#455152
(69,81,82)
#3F494A
(63,73,74)
#394142
(57,65,66)
#33393A
(51,57,58)
#2D3132
(45,49,50)
#27292A
(39,41,42)
#212122
(33,33,34)
#1B191A
(27,25,26)
#151112
(21,17,18)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B595A

#4B595A
(75,89,90)
#5B6869
(91,104,105)
#6B7778
(107,119,120)
#7B8687
(123,134,135)
#8B9596
(139,149,150)
#9BA4A5
(155,164,165)
#ABB3B4
(171,179,180)
#BBC2C3
(187,194,195)
#CBD1D2
(203,209,210)
#DBE0E1
(219,224,225)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B595A; }

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

This text font color is #4B595A.

Background Color

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

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

This div background color is #4B595A.

Border color

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

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

This div border color is #4B595A.

Opacity

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

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

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

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

This text has shadow with #4B595A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B595A.

Preview

Color preview on black background

This text has color #4B595A on black background.


Color preview on white background

This text has color #4B595A on white background.


Black color preview on #4B595A background

This text has black color on #4B595A background.


White color preview on #4B595A background

This text has white color on #4B595A background.


Related colors

Complementary color

Complementary color for #hex is #B4A6A5.


I love getcolorcode.com

Triadic colors

1 #5A4B59 and #595A4B with #4B595A are triadic colors.

2 #5A594B and #594B5A with #4B595A are triadic colors.