COLOR #604161

HEX: #604161
RGB: (96,65,97)

Color info

#604161 contains red, green and blue colors in about the same proportion. Web safe color of #604161 is #663366 (or #636).

RGB color model

#604161 color RGB value is (96,65,97).

  • red value is 96;
  • green value is 65;
  • blue value is 97.
RGB:
(96,65,97)
(38%,25%,38%)

RGB channels and saturation

R 96 of 255 = 38%
G 65 of 255 = 25%
B 97 of 255 = 38%

96
65
97

R + G + B ~ 34%. #604161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 65 + 97 = 258 (100%)
R 96 of 258 ~ 37.21%
G 65 of 258 ~ 25.19%
B 97 of 258 ~ 37.6%

%37.21
%25.19
%37.6

CMYK color model

#604161 color CMYK value is (1,33,0,62).

  • cyan value is 1.03%
  • magenta value is 32.99%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(1,33,0,62)
C1M33Y0K62 
(1%,33%,0%,62%)
(0.01/0.33/0.00/0.62)	

CMYK percentages

%1.03
%32.99
%0
%61.96

Codes

Color #604161 in popluar color models

604161
RGB966597
HSL298°19.75%31.76%
HSB/HSV298°32.99%38.04%
CMYK1.03%32.99%0.00%
61.96%

Color #604161 in popluar number systems.

HEX604161
Decimal966597
Binary110000010000011100001
Octal140101141

Shades and tints

Shades of #604161

#604161
(96,65,97)
#583C59
(88,60,89)
#503751
(80,55,81)
#483249
(72,50,73)
#402D41
(64,45,65)
#382839
(56,40,57)
#302331
(48,35,49)
#281E29
(40,30,41)
#201921
(32,25,33)
#181419
(24,20,25)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #604161

#604161
(96,65,97)
#6E526F
(110,82,111)
#7C637D
(124,99,125)
#8A748B
(138,116,139)
#988599
(152,133,153)
#A696A7
(166,150,167)
#B4A7B5
(180,167,181)
#C2B8C3
(194,184,195)
#D0C9D1
(208,201,209)
#DEDADF
(222,218,223)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #604161 color. Also use rgb(96,65,97) instead hex code.

Text Font Color

.myTextColor { color: #604161; }

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

This text font color is #604161.


Background Color

.myBgColor { background-color: #604161; }

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

This div background color is #604161.


Border color

.myBorderColor { border: 1px solid #604161; }

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

This div border color is #604161.


Opacity

.myOpacity80 { color: #604161; opacity: 0.8; }

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

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

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

This text has shadow with #604161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #604161 on black background.


Color preview on white background

This text has color #604161 on white background.



Black color preview on #604161 background

This text has black color on #604161 background.


White color preview on #604161 background

This text has white color on #604161 background.