COLOR #602F4C

HEX: #602F4C
RGB: (96,47,76)

Color info

#602F4C contains red, green and blue colors in about the same proportion. Web safe color of #602F4C is #663333 (or #633).

RGB color model

#602F4C color RGB value is (96,47,76).

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

RGB channels and saturation

R 96 of 255 = 38%
G 47 of 255 = 18%
B 76 of 255 = 30%

96
47
76

R + G + B ~ 29%. #602F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 47 + 76 = 219 (100%)
R 96 of 219 ~ 43.84%
G 47 of 219 ~ 21.46%
B 76 of 219 ~ 34.7%

%43.84
%21.46
%34.7

CMYK color model

#602F4C color CMYK value is (0,51,21,62).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK:
(0,51,21,62)
C0M51Y21K62 
(0%,51%,21%,62%)
(0.00/0.51/0.21/0.62)	

CMYK percentages

%0
%51.04
%20.83
%62.35

Codes

Color #602F4C in popluar color models

602F4C
RGB964776
HSL324°34.27%28.04%
HSB/HSV324°51.04%37.65%
CMYK0.00%51.04%20.83%
62.35%

Color #602F4C in popluar number systems.

HEX602F4C
Decimal964776
Binary11000001011111001100
Octal14057114

Shades and tints

Shades of #602F4C

#602F4C
(96,47,76)
#582B46
(88,43,70)
#502740
(80,39,64)
#48233A
(72,35,58)
#401F34
(64,31,52)
#381B2E
(56,27,46)
#301728
(48,23,40)
#281322
(40,19,34)
#200F1C
(32,15,28)
#180B16
(24,11,22)
#100710
(16,7,16)
#000000
(0,0,0)

Tints of #602F4C

#602F4C
(96,47,76)
#6E415C
(110,65,92)
#7C536C
(124,83,108)
#8A657C
(138,101,124)
#98778C
(152,119,140)
#A6899C
(166,137,156)
#B49BAC
(180,155,172)
#C2ADBC
(194,173,188)
#D0BFCC
(208,191,204)
#DED1DC
(222,209,220)
#ECE3EC
(236,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602F4C; }

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

This text font color is #602F4C.


Background Color

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

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

This div background color is #602F4C.


Border color

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

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

This div border color is #602F4C.


Opacity

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

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

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

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

This text has shadow with #602F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602F4C on black background.


Color preview on white background

This text has color #602F4C on white background.



Black color preview on #602F4C background

This text has black color on #602F4C background.


White color preview on #602F4C background

This text has white color on #602F4C background.