COLOR #602F58

HEX: #602F58
RGB: (96,47,88)

Color info

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

RGB color model

#602F58 color RGB value is (96,47,88).

  • red value is 96;
  • green value is 47;
  • blue value is 88.
RGB:
(96,47,88)
(38%,18%,35%)

RGB channels and saturation

R 96 of 255 = 38%
G 47 of 255 = 18%
B 88 of 255 = 35%

96
47
88

R + G + B ~ 30%. #602F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 47 + 88 = 231 (100%)
R 96 of 231 ~ 41.56%
G 47 of 231 ~ 20.35%
B 88 of 231 ~ 38.1%

%41.56
%20.35
%38.1

CMYK color model

#602F58 color CMYK value is (0,51,8,62).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 8.33%
  • key color value is 62.35%
CMYK:
(0,51,8,62)
C0M51Y8K62 
(0%,51%,8%,62%)
(0.00/0.51/0.08/0.62)	

CMYK percentages

%0
%51.04
%8.33
%62.35

Codes

Color #602F58 in popluar color models

602F58
RGB964788
HSL310°34.27%28.04%
HSB/HSV310°51.04%37.65%
CMYK0.00%51.04%8.33%
62.35%

Color #602F58 in popluar number systems.

HEX602F58
Decimal964788
Binary11000001011111011000
Octal14057130

Shades and tints

Shades of #602F58

#602F58
(96,47,88)
#582B50
(88,43,80)
#502748
(80,39,72)
#482340
(72,35,64)
#401F38
(64,31,56)
#381B30
(56,27,48)
#301728
(48,23,40)
#281320
(40,19,32)
#200F18
(32,15,24)
#180B10
(24,11,16)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #602F58

#602F58
(96,47,88)
#6E4167
(110,65,103)
#7C5376
(124,83,118)
#8A6585
(138,101,133)
#987794
(152,119,148)
#A689A3
(166,137,163)
#B49BB2
(180,155,178)
#C2ADC1
(194,173,193)
#D0BFD0
(208,191,208)
#DED1DF
(222,209,223)
#ECE3EE
(236,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602F58 color. Also use rgb(96,47,88) instead hex code.

Text Font Color

.myTextColor { color: #602F58; }

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

This text font color is #602F58.


Background Color

.myBgColor { background-color: #602F58; }

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

This div background color is #602F58.


Border color

.myBorderColor { border: 1px solid #602F58; }

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

This div border color is #602F58.


Opacity

.myOpacity80 { color: #602F58; opacity: 0.8; }

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

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

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

This text has shadow with #602F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602F58 on black background.


Color preview on white background

This text has color #602F58 on white background.



Black color preview on #602F58 background

This text has black color on #602F58 background.


White color preview on #602F58 background

This text has white color on #602F58 background.