COLOR #4A5B53

HEX: #4A5B53
RGB: (74,91,83)

Color info

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

RGB color model

#4A5B53 color RGB value is (74,91,83).

  • red value is 74;
  • green value is 91;
  • blue value is 83.
RGB:
(74,91,83)
(29%,36%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 91 of 255 = 36%
B 83 of 255 = 33%

74
91
83

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

Portions of RGB colors in percentages

R + G + B =
74 + 91 + 83 = 248 (100%)
R 74 of 248 ~ 29.84%
G 91 of 248 ~ 36.69%
B 83 of 248 ~ 33.47%

%29.84
%36.69
%33.47

CMYK color model

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

  • cyan value is 18.68%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 64.31%
CMYK:
(19,0,9,64)
C19M0Y9K64 
(19%,0%,9%,64%)
(0.19/0.00/0.09/0.64)	

CMYK percentages

%18.68
%0
%8.79
%64.31

Codes

Color #4A5B53 in popluar color models

4A5B53
RGB749183
HSL152°10.30%32.35%
HSB/HSV152°18.68%35.69%
CMYK18.68%0.00%8.79%
64.31%

Color #4A5B53 in popluar number systems.

HEX4A5B53
Decimal749183
Binary100101010110111010011
Octal112133123

Shades and tints

Shades of #4A5B53

#4A5B53
(74,91,83)
#44534C
(68,83,76)
#3E4B45
(62,75,69)
#38433E
(56,67,62)
#323B37
(50,59,55)
#2C3330
(44,51,48)
#262B29
(38,43,41)
#202322
(32,35,34)
#1A1B1B
(26,27,27)
#141314
(20,19,20)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #4A5B53

#4A5B53
(74,91,83)
#5A6962
(90,105,98)
#6A7771
(106,119,113)
#7A8580
(122,133,128)
#8A938F
(138,147,143)
#9AA19E
(154,161,158)
#AAAFAD
(170,175,173)
#BABDBC
(186,189,188)
#CACBCB
(202,203,203)
#DAD9DA
(218,217,218)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5B53 color. Also use rgb(74,91,83) instead hex code.

Text Font Color

.myTextColor { color: #4A5B53; }

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

This text font color is #4A5B53.


Background Color

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

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

This div background color is #4A5B53.


Border color

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

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

This div border color is #4A5B53.


Opacity

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

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

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

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

This text has shadow with #4A5B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5B53 on black background.


Color preview on white background

This text has color #4A5B53 on white background.



Black color preview on #4A5B53 background

This text has black color on #4A5B53 background.


White color preview on #4A5B53 background

This text has white color on #4A5B53 background.