COLOR #4A575F

HEX: #4A575F
RGB: (74,87,95)

Color info

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

RGB color model

#4A575F color RGB value is (74,87,95).

  • red value is 74;
  • green value is 87;
  • blue value is 95.
RGB:
(74,87,95)
(29%,34%,37%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 95 of 255 = 37%

74
87
95

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

Portions of RGB colors in percentages

R + G + B =
74 + 87 + 95 = 256 (100%)
R 74 of 256 ~ 28.91%
G 87 of 256 ~ 33.98%
B 95 of 256 ~ 37.11%

%28.91
%33.98
%37.11

CMYK color model

#4A575F color CMYK value is (22,8,0,63).

  • cyan value is 22.11%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(22,8,0,63)
C22M8Y0K63 
(22%,8%,0%,63%)
(0.22/0.08/0.00/0.63)	

CMYK percentages

%22.11
%8.42
%0
%62.75

Codes

Color #4A575F in popluar color models

4A575F
RGB748795
HSL203°12.43%33.14%
HSB/HSV203°22.11%37.25%
CMYK22.11%8.42%0.00%
62.75%

Color #4A575F in popluar number systems.

HEX4A575F
Decimal748795
Binary100101010101111011111
Octal112127137

Shades and tints

Shades of #4A575F

#4A575F
(74,87,95)
#445057
(68,80,87)
#3E494F
(62,73,79)
#384247
(56,66,71)
#323B3F
(50,59,63)
#2C3437
(44,52,55)
#262D2F
(38,45,47)
#202627
(32,38,39)
#1A1F1F
(26,31,31)
#141817
(20,24,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #4A575F

#4A575F
(74,87,95)
#5A666D
(90,102,109)
#6A757B
(106,117,123)
#7A8489
(122,132,137)
#8A9397
(138,147,151)
#9AA2A5
(154,162,165)
#AAB1B3
(170,177,179)
#BAC0C1
(186,192,193)
#CACFCF
(202,207,207)
#DADEDD
(218,222,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A575F color. Also use rgb(74,87,95) instead hex code.

Text Font Color

.myTextColor { color: #4A575F; }

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

This text font color is #4A575F.


Background Color

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

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

This div background color is #4A575F.


Border color

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

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

This div border color is #4A575F.


Opacity

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

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

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

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

This text has shadow with #4A575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A575F on black background.


Color preview on white background

This text has color #4A575F on white background.



Black color preview on #4A575F background

This text has black color on #4A575F background.


White color preview on #4A575F background

This text has white color on #4A575F background.