COLOR #4B5A55

HEX: #4B5A55
RGB: (75,90,85)

Color info

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

RGB color model

#4B5A55 color RGB value is (75,90,85).

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

RGB channels and saturation

R 75 of 255 = 29%
G 90 of 255 = 35%
B 85 of 255 = 33%

75
90
85

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

Portions of RGB colors in percentages

R + G + B =
75 + 90 + 85 = 250 (100%)
R 75 of 250 ~ 30%
G 90 of 250 ~ 36%
B 85 of 250 ~ 34%

%30
%36
%34

CMYK color model

#4B5A55 color CMYK value is (17,0,6,65).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%
CMYK:
(17,0,6,65)
C17M0Y6K65 
(17%,0%,6%,65%)
(0.17/0.00/0.06/0.65)	

CMYK percentages

%16.67
%0
%5.56
%64.71

Codes

Color #4B5A55 in popluar color models

4B5A55
RGB759085
HSL160°9.09%32.35%
HSB/HSV160°16.67%35.29%
CMYK16.67%0.00%5.56%
64.71%

Color #4B5A55 in popluar number systems.

HEX4B5A55
Decimal759085
Binary100101110110101010101
Octal113132125

Shades and tints

Shades of #4B5A55

#4B5A55
(75,90,85)
#45524E
(69,82,78)
#3F4A47
(63,74,71)
#394240
(57,66,64)
#333A39
(51,58,57)
#2D3232
(45,50,50)
#272A2B
(39,42,43)
#212224
(33,34,36)
#1B1A1D
(27,26,29)
#151216
(21,18,22)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #4B5A55

#4B5A55
(75,90,85)
#5B6964
(91,105,100)
#6B7873
(107,120,115)
#7B8782
(123,135,130)
#8B9691
(139,150,145)
#9BA5A0
(155,165,160)
#ABB4AF
(171,180,175)
#BBC3BE
(187,195,190)
#CBD2CD
(203,210,205)
#DBE1DC
(219,225,220)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5A55; }

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

This text font color is #4B5A55.


Background Color

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

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

This div background color is #4B5A55.


Border color

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

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

This div border color is #4B5A55.


Opacity

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

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

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

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

This text has shadow with #4B5A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5A55 on black background.


Color preview on white background

This text has color #4B5A55 on white background.



Black color preview on #4B5A55 background

This text has black color on #4B5A55 background.


White color preview on #4B5A55 background

This text has white color on #4B5A55 background.