COLOR #602F4B

HEX: #602F4B
RGB: (96,47,75)

Color info

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

RGB color model

#602F4B color RGB value is (96,47,75).

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

RGB channels and saturation

R 96 of 255 = 38%
G 47 of 255 = 18%
B 75 of 255 = 29%

96
47
75

R + G + B ~ 28%. #602F4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 47 + 75 = 218 (100%)
R 96 of 218 ~ 44.04%
G 47 of 218 ~ 21.56%
B 75 of 218 ~ 34.4%

%44.04
%21.56
%34.4

CMYK color model

#602F4B color CMYK value is (0,51,22,62).

  • cyan value is 0.00%
  • magenta value is 51.04%
  • yellow value is 21.88%
  • key color value is 62.35%
CMYK:
(0,51,22,62)
C0M51Y22K62 
(0%,51%,22%,62%)
(0.00/0.51/0.22/0.62)	

CMYK percentages

%0
%51.04
%21.88
%62.35

Codes

Color #602F4B in popluar color models

602F4B
RGB964775
HSL326°34.27%28.04%
HSB/HSV326°51.04%37.65%
CMYK0.00%51.04%21.88%
62.35%

Color #602F4B in popluar number systems.

HEX602F4B
Decimal964775
Binary11000001011111001011
Octal14057113

Shades and tints

Shades of #602F4B

#602F4B
(96,47,75)
#582B45
(88,43,69)
#50273F
(80,39,63)
#482339
(72,35,57)
#401F33
(64,31,51)
#381B2D
(56,27,45)
#301727
(48,23,39)
#281321
(40,19,33)
#200F1B
(32,15,27)
#180B15
(24,11,21)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #602F4B

#602F4B
(96,47,75)
#6E415B
(110,65,91)
#7C536B
(124,83,107)
#8A657B
(138,101,123)
#98778B
(152,119,139)
#A6899B
(166,137,155)
#B49BAB
(180,155,171)
#C2ADBB
(194,173,187)
#D0BFCB
(208,191,203)
#DED1DB
(222,209,219)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602F4B; }

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

This text font color is #602F4B.


Background Color

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

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

This div background color is #602F4B.


Border color

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

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

This div border color is #602F4B.


Opacity

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

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

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

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

This text has shadow with #602F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602F4B on black background.


Color preview on white background

This text has color #602F4B on white background.



Black color preview on #602F4B background

This text has black color on #602F4B background.


White color preview on #602F4B background

This text has white color on #602F4B background.