COLOR #4B5959

HEX: #4B5959
RGB: (75,89,89)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

75
89
89

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

Portions of RGB colors in percentages

R + G + B =
75 + 89 + 89 = 253 (100%)
R 75 of 253 ~ 29.64%
G 89 of 253 ~ 35.18%
B 89 of 253 ~ 35.18%

%29.64
%35.18
%35.18

CMYK color model

#4B5959 color CMYK value is (16,0,0,65).

  • cyan value is 15.73%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(16,0,0,65)
C16M0Y0K65 
(16%,0%,0%,65%)
(0.16/0.00/0.00/0.65)	

CMYK percentages

%15.73
%0
%0
%65.1

Codes

Color #4B5959 in popluar color models

4B5959
RGB758989
HSL180°8.54%32.16%
HSB/HSV180°15.73%34.90%
CMYK15.73%0.00%0.00%
65.10%

Color #4B5959 in popluar number systems.

HEX4B5959
Decimal758989
Binary100101110110011011001
Octal113131131

Shades and tints

Shades of #4B5959

#4B5959
(75,89,89)
#455151
(69,81,81)
#3F4949
(63,73,73)
#394141
(57,65,65)
#333939
(51,57,57)
#2D3131
(45,49,49)
#272929
(39,41,41)
#212121
(33,33,33)
#1B1919
(27,25,25)
#151111
(21,17,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #4B5959

#4B5959
(75,89,89)
#5B6868
(91,104,104)
#6B7777
(107,119,119)
#7B8686
(123,134,134)
#8B9595
(139,149,149)
#9BA4A4
(155,164,164)
#ABB3B3
(171,179,179)
#BBC2C2
(187,194,194)
#CBD1D1
(203,209,209)
#DBE0E0
(219,224,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5959; }

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

This text font color is #4B5959.


Background Color

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

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

This div background color is #4B5959.


Border color

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

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

This div border color is #4B5959.


Opacity

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

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

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

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

This text has shadow with #4B5959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5959 on black background.


Color preview on white background

This text has color #4B5959 on white background.



Black color preview on #4B5959 background

This text has black color on #4B5959 background.


White color preview on #4B5959 background

This text has white color on #4B5959 background.