COLOR #4A5F68

HEX: #4A5F68
RGB: (74,95,104)

Color info

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

RGB color model

#4A5F68 color RGB value is (74,95,104).

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

RGB channels and saturation

R 74 of 255 = 29%
G 95 of 255 = 37%
B 104 of 255 = 41%

74
95
104

R + G + B ~ 36%. #4A5F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 95 + 104 = 273 (100%)
R 74 of 273 ~ 27.11%
G 95 of 273 ~ 34.8%
B 104 of 273 ~ 38.1%

%27.11
%34.8
%38.1

CMYK color model

#4A5F68 color CMYK value is (29,9,0,59).

  • cyan value is 28.85%
  • magenta value is 8.65%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(29,9,0,59)
C29M9Y0K59 
(29%,9%,0%,59%)
(0.29/0.09/0.00/0.59)	

CMYK percentages

%28.85
%8.65
%0
%59.22

Codes

Color #4A5F68 in popluar color models

4A5F68
RGB7495104
HSL198°16.85%34.90%
HSB/HSV198°28.85%40.78%
CMYK28.85%8.65%0.00%
59.22%

Color #4A5F68 in popluar number systems.

HEX4A5F68
Decimal7495104
Binary100101010111111101000
Octal112137150

Shades and tints

Shades of #4A5F68

#4A5F68
(74,95,104)
#44575F
(68,87,95)
#3E4F56
(62,79,86)
#38474D
(56,71,77)
#323F44
(50,63,68)
#2C373B
(44,55,59)
#262F32
(38,47,50)
#202729
(32,39,41)
#1A1F20
(26,31,32)
#141717
(20,23,23)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #4A5F68

#4A5F68
(74,95,104)
#5A6D75
(90,109,117)
#6A7B82
(106,123,130)
#7A898F
(122,137,143)
#8A979C
(138,151,156)
#9AA5A9
(154,165,169)
#AAB3B6
(170,179,182)
#BAC1C3
(186,193,195)
#CACFD0
(202,207,208)
#DADDDD
(218,221,221)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5F68; }

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

This text font color is #4A5F68.


Background Color

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

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

This div background color is #4A5F68.


Border color

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

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

This div border color is #4A5F68.


Opacity

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

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

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

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

This text has shadow with #4A5F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5F68 on black background.


Color preview on white background

This text has color #4A5F68 on white background.



Black color preview on #4A5F68 background

This text has black color on #4A5F68 background.


White color preview on #4A5F68 background

This text has white color on #4A5F68 background.