COLOR #602B46

HEX: #602B46
RGB: (96,43,70)

Color info

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

RGB color model

#602B46 color RGB value is (96,43,70).

  • red value is 96;
  • green value is 43;
  • blue value is 70.
RGB:
(96,43,70)
(38%,17%,27%)

RGB channels and saturation

R 96 of 255 = 38%
G 43 of 255 = 17%
B 70 of 255 = 27%

96
43
70

R + G + B ~ 27%. #602B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 43 + 70 = 209 (100%)
R 96 of 209 ~ 45.93%
G 43 of 209 ~ 20.57%
B 70 of 209 ~ 33.49%

%45.93
%20.57
%33.49

CMYK color model

#602B46 color CMYK value is (0,55,27,62).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 27.08%
  • key color value is 62.35%
CMYK:
(0,55,27,62)
C0M55Y27K62 
(0%,55%,27%,62%)
(0.00/0.55/0.27/0.62)	

CMYK percentages

%0
%55.21
%27.08
%62.35

Codes

Color #602B46 in popluar color models

602B46
RGB964370
HSL329°38.13%27.25%
HSB/HSV329°55.21%37.65%
CMYK0.00%55.21%27.08%
62.35%

Color #602B46 in popluar number systems.

HEX602B46
Decimal964370
Binary11000001010111000110
Octal14053106

Shades and tints

Shades of #602B46

#602B46
(96,43,70)
#582840
(88,40,64)
#50253A
(80,37,58)
#482234
(72,34,52)
#401F2E
(64,31,46)
#381C28
(56,28,40)
#301922
(48,25,34)
#28161C
(40,22,28)
#201316
(32,19,22)
#181010
(24,16,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #602B46

#602B46
(96,43,70)
#6E3E56
(110,62,86)
#7C5166
(124,81,102)
#8A6476
(138,100,118)
#987786
(152,119,134)
#A68A96
(166,138,150)
#B49DA6
(180,157,166)
#C2B0B6
(194,176,182)
#D0C3C6
(208,195,198)
#DED6D6
(222,214,214)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602B46 color. Also use rgb(96,43,70) instead hex code.

Text Font Color

.myTextColor { color: #602B46; }

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

This text font color is #602B46.


Background Color

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

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

This div background color is #602B46.


Border color

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

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

This div border color is #602B46.


Opacity

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

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

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

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

This text has shadow with #602B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602B46 on black background.


Color preview on white background

This text has color #602B46 on white background.



Black color preview on #602B46 background

This text has black color on #602B46 background.


White color preview on #602B46 background

This text has white color on #602B46 background.