COLOR #604F74

HEX: #604F74 RGB: (96,79,116)

Color info

#604F74 contains red, green and blue colors in about the same proportion. Web safe color of #604F74 is #666666 (or #666).

RGB color model

#604F74 color RGB value is (96,79,116).

RGB: (96,79,116) (38%, 31%, 45%)

RGB channels and saturation

R 96 of 255 = 38%
G 79 of 255 = 31%
B 116 of 255 = 45%

96
79
116

R + G + B ~ 38%. #604F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 79 + 116 = 291 (100%)
R 96 of 291 ~ 32.99%
G 79 of 291 ~ 27.15%
B 116 of 291 ~ 39.86'%

%32.99
%27.15
%39.86

CMYK color model

#604F74 color CMYK value is (17,32,0,55).

  • cyan value is 17.24%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (17,32,0,55)
C17M32Y0K55 (17%, 32%, 0%, 55%)
(0.17 / 0.32 / 0.00 / 0.55)

CMYK percentages

%17.24
%31.9
%0
%54.51

Codes

Color #604F74 in popluar color models

60 4F 74
RGB 96 79 116
HSL 268° 18.97% 38.24%
HSB/HSV 268° 31.90% 45.49%
CMYK 17.24% 31.90% 0.00%
54.51%

Color #604F74 in popluar number systems.

HEX 60 4F 74
Decimal 96 79 116
Binary 1100000 1001111 1110100
Octal 140 117 164

Shades and tints

Shades of #604F74

#604F74
(96,79,116)
#58486A
(88,72,106)
#504160
(80,65,96)
#483A56
(72,58,86)
#40334C
(64,51,76)
#382C42
(56,44,66)
#302538
(48,37,56)
#281E2E
(40,30,46)
#201724
(32,23,36)
#18101A
(24,16,26)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #604F74

#604F74
(96,79,116)
#6E5F80
(110,95,128)
#7C6F8C
(124,111,140)
#8A7F98
(138,127,152)
#988FA4
(152,143,164)
#A69FB0
(166,159,176)
#B4AFBC
(180,175,188)
#C2BFC8
(194,191,200)
#D0CFD4
(208,207,212)
#DEDFE0
(222,223,224)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604F74 color. Also use rgb(96,79,116) instead hex code.

Text Font Color

.myTextColor { color: #604F74; }

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

This text font color is #604F74.

Background Color

.myBgColor { background-color: #604F74; }

<div style="background-color:#604F74">Inner text</div>

This div background color is #604F74.

Border color

.myBorderColor { border: 1px solid #604F74; }

<div style="border:3px solid #604F74">Div</div>

This div border color is #604F74.

Opacity

.myOpacity80 { color: #604F74; opacity: 0.8; }

<p style="color:#604F74;opacity:0.8;">80%</p>

Text with #604F74 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 #604F74;}

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

This text has shadow with #604F74 color.


.textShadow {text-shadow: 3px 3px 1px #604F74', 3px 3px 1px red;}

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

This text has shadow with #604F74 primary color and red secondary color.


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

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

This text has shadow with #604F74 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #604F74; -webkit-box-shadow: 1px 1px 3px 2px #604F74; box-shadow:1px 1px 3px 2px #604F74;">
Div content here
</div>

This div box has shadow with color #604F74.

Preview

Color preview on black background

This text has color #604F74 on black background.


Color preview on white background

This text has color #604F74 on white background.


Black color preview on #604F74 background

This text has black color on #604F74 background.


White color preview on #604F74 background

This text has white color on #604F74 background.


Related colors

Complementary color

Complementary color for #hex is #9FB08B.


I love getcolorcode.com

Triadic colors

1 #74604F and #4F7460 with #604F74 are triadic colors.

2 #744F60 and #4F6074 with #604F74 are triadic colors.