COLOR #4A5C65

HEX: #4A5C65
RGB: (74,92,101)

Color info

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

RGB color model

#4A5C65 color RGB value is (74,92,101).

  • red value is 74;
  • green value is 92;
  • blue value is 101.
RGB:
(74,92,101)
(29%,36%,40%)

RGB channels and saturation

R 74 of 255 = 29%
G 92 of 255 = 36%
B 101 of 255 = 40%

74
92
101

R + G + B ~ 35%. #4A5C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 92 + 101 = 267 (100%)
R 74 of 267 ~ 27.72%
G 92 of 267 ~ 34.46%
B 101 of 267 ~ 37.83%

%27.72
%34.46
%37.83

CMYK color model

#4A5C65 color CMYK value is (27,9,0,60).

  • cyan value is 26.73%
  • magenta value is 8.91%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(27,9,0,60)
C27M9Y0K60 
(27%,9%,0%,60%)
(0.27/0.09/0.00/0.60)	

CMYK percentages

%26.73
%8.91
%0
%60.39

Codes

Color #4A5C65 in popluar color models

4A5C65
RGB7492101
HSL200°15.43%34.31%
HSB/HSV200°26.73%39.61%
CMYK26.73%8.91%0.00%
60.39%

Color #4A5C65 in popluar number systems.

HEX4A5C65
Decimal7492101
Binary100101010111001100101
Octal112134145

Shades and tints

Shades of #4A5C65

#4A5C65
(74,92,101)
#44545C
(68,84,92)
#3E4C53
(62,76,83)
#38444A
(56,68,74)
#323C41
(50,60,65)
#2C3438
(44,52,56)
#262C2F
(38,44,47)
#202426
(32,36,38)
#1A1C1D
(26,28,29)
#141414
(20,20,20)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #4A5C65

#4A5C65
(74,92,101)
#5A6A73
(90,106,115)
#6A7881
(106,120,129)
#7A868F
(122,134,143)
#8A949D
(138,148,157)
#9AA2AB
(154,162,171)
#AAB0B9
(170,176,185)
#BABEC7
(186,190,199)
#CACCD5
(202,204,213)
#DADAE3
(218,218,227)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5C65 color. Also use rgb(74,92,101) instead hex code.

Text Font Color

.myTextColor { color: #4A5C65; }

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

This text font color is #4A5C65.


Background Color

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

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

This div background color is #4A5C65.


Border color

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

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

This div border color is #4A5C65.


Opacity

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

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

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

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

This text has shadow with #4A5C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5C65 on black background.


Color preview on white background

This text has color #4A5C65 on white background.



Black color preview on #4A5C65 background

This text has black color on #4A5C65 background.


White color preview on #4A5C65 background

This text has white color on #4A5C65 background.