COLOR #4A5755

HEX: #4A5755
RGB: (74,87,85)

Color info

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

RGB color model

#4A5755 color RGB value is (74,87,85).

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

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 85 of 255 = 33%

74
87
85

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

Portions of RGB colors in percentages

R + G + B =
74 + 87 + 85 = 246 (100%)
R 74 of 246 ~ 30.08%
G 87 of 246 ~ 35.37%
B 85 of 246 ~ 34.55%

%30.08
%35.37
%34.55

CMYK color model

#4A5755 color CMYK value is (15,0,2,66).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(15,0,2,66)
C15M0Y2K66 
(15%,0%,2%,66%)
(0.15/0.00/0.02/0.66)	

CMYK percentages

%14.94
%0
%2.3
%65.88

Codes

Color #4A5755 in popluar color models

4A5755
RGB748785
HSL171°8.07%31.57%
HSB/HSV171°14.94%34.12%
CMYK14.94%0.00%2.30%
65.88%

Color #4A5755 in popluar number systems.

HEX4A5755
Decimal748785
Binary100101010101111010101
Octal112127125

Shades and tints

Shades of #4A5755

#4A5755
(74,87,85)
#44504E
(68,80,78)
#3E4947
(62,73,71)
#384240
(56,66,64)
#323B39
(50,59,57)
#2C3432
(44,52,50)
#262D2B
(38,45,43)
#202624
(32,38,36)
#1A1F1D
(26,31,29)
#141816
(20,24,22)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #4A5755

#4A5755
(74,87,85)
#5A6664
(90,102,100)
#6A7573
(106,117,115)
#7A8482
(122,132,130)
#8A9391
(138,147,145)
#9AA2A0
(154,162,160)
#AAB1AF
(170,177,175)
#BAC0BE
(186,192,190)
#CACFCD
(202,207,205)
#DADEDC
(218,222,220)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5755; }

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

This text font color is #4A5755.


Background Color

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

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

This div background color is #4A5755.


Border color

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

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

This div border color is #4A5755.


Opacity

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

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

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

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

This text has shadow with #4A5755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5755 on black background.


Color preview on white background

This text has color #4A5755 on white background.



Black color preview on #4A5755 background

This text has black color on #4A5755 background.


White color preview on #4A5755 background

This text has white color on #4A5755 background.