COLOR #4B595D

HEX: #4B595D
RGB: (75,89,93)

Color info

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

RGB color model

#4B595D color RGB value is (75,89,93).

  • red value is 75;
  • green value is 89;
  • blue value is 93.
RGB:
(75,89,93)
(29%,35%,36%)

RGB channels and saturation

R 75 of 255 = 29%
G 89 of 255 = 35%
B 93 of 255 = 36%

75
89
93

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

Portions of RGB colors in percentages

R + G + B =
75 + 89 + 93 = 257 (100%)
R 75 of 257 ~ 29.18%
G 89 of 257 ~ 34.63%
B 93 of 257 ~ 36.19%

%29.18
%34.63
%36.19

CMYK color model

#4B595D color CMYK value is (19,4,0,64).

  • cyan value is 19.35%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(19,4,0,64)
C19M4Y0K64 
(19%,4%,0%,64%)
(0.19/0.04/0.00/0.64)	

CMYK percentages

%19.35
%4.3
%0
%63.53

Codes

Color #4B595D in popluar color models

4B595D
RGB758993
HSL193°10.71%32.94%
HSB/HSV193°19.35%36.47%
CMYK19.35%4.30%0.00%
63.53%

Color #4B595D in popluar number systems.

HEX4B595D
Decimal758993
Binary100101110110011011101
Octal113131135

Shades and tints

Shades of #4B595D

#4B595D
(75,89,93)
#455155
(69,81,85)
#3F494D
(63,73,77)
#394145
(57,65,69)
#33393D
(51,57,61)
#2D3135
(45,49,53)
#27292D
(39,41,45)
#212125
(33,33,37)
#1B191D
(27,25,29)
#151115
(21,17,21)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #4B595D

#4B595D
(75,89,93)
#5B686B
(91,104,107)
#6B7779
(107,119,121)
#7B8687
(123,134,135)
#8B9595
(139,149,149)
#9BA4A3
(155,164,163)
#ABB3B1
(171,179,177)
#BBC2BF
(187,194,191)
#CBD1CD
(203,209,205)
#DBE0DB
(219,224,219)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B595D; }

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

This text font color is #4B595D.


Background Color

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

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

This div background color is #4B595D.


Border color

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

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

This div border color is #4B595D.


Opacity

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

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

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

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

This text has shadow with #4B595D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B595D on black background.


Color preview on white background

This text has color #4B595D on white background.



Black color preview on #4B595D background

This text has black color on #4B595D background.


White color preview on #4B595D background

This text has white color on #4B595D background.