COLOR #4A5553

HEX: #4A5553
RGB: (74,85,83)

Color info

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

RGB color model

#4A5553 color RGB value is (74,85,83).

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

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 83 of 255 = 33%

74
85
83

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

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 83 = 242 (100%)
R 74 of 242 ~ 30.58%
G 85 of 242 ~ 35.12%
B 83 of 242 ~ 34.3%

%30.58
%35.12
%34.3

CMYK color model

#4A5553 color CMYK value is (13,0,2,67).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 66.67%
CMYK:
(13,0,2,67)
C13M0Y2K67 
(13%,0%,2%,67%)
(0.13/0.00/0.02/0.67)	

CMYK percentages

%12.94
%0
%2.35
%66.67

Codes

Color #4A5553 in popluar color models

4A5553
RGB748583
HSL169°6.92%31.18%
HSB/HSV169°12.94%33.33%
CMYK12.94%0.00%2.35%
66.67%

Color #4A5553 in popluar number systems.

HEX4A5553
Decimal748583
Binary100101010101011010011
Octal112125123

Shades and tints

Shades of #4A5553

#4A5553
(74,85,83)
#444E4C
(68,78,76)
#3E4745
(62,71,69)
#38403E
(56,64,62)
#323937
(50,57,55)
#2C3230
(44,50,48)
#262B29
(38,43,41)
#202422
(32,36,34)
#1A1D1B
(26,29,27)
#141614
(20,22,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #4A5553

#4A5553
(74,85,83)
#5A6462
(90,100,98)
#6A7371
(106,115,113)
#7A8280
(122,130,128)
#8A918F
(138,145,143)
#9AA09E
(154,160,158)
#AAAFAD
(170,175,173)
#BABEBC
(186,190,188)
#CACDCB
(202,205,203)
#DADCDA
(218,220,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5553; }

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

This text font color is #4A5553.


Background Color

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

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

This div background color is #4A5553.


Border color

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

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

This div border color is #4A5553.


Opacity

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

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

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

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

This text has shadow with #4A5553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5553 on black background.


Color preview on white background

This text has color #4A5553 on white background.



Black color preview on #4A5553 background

This text has black color on #4A5553 background.


White color preview on #4A5553 background

This text has white color on #4A5553 background.