COLOR #602D42

HEX: #602D42 RGB: (96,45,66)

Color info

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

RGB color model

#602D42 color RGB value is (96,45,66).

RGB: (96,45,66) (38%, 18%, 26%)

RGB channels and saturation

R 96 of 255 = 38%
G 45 of 255 = 18%
B 66 of 255 = 26%

96
45
66

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

Portions of RGB colors in percentages

R + G + B = 96 + 45 + 66 = 207 (100%)
R 96 of 207 ~ 46.38%
G 45 of 207 ~ 21.74%
B 66 of 207 ~ 31.88'%

%46.38
%21.74
%31.88

CMYK color model

#602D42 color CMYK value is (0,53,31,62).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 31.25%
  • key color value is 62.35%

CMYK: (0,53,31,62)
C0M53Y31K62 (0%, 53%, 31%, 62%)
(0.00 / 0.53 / 0.31 / 0.62)

CMYK percentages

%0
%53.13
%31.25
%62.35

Codes

Color #602D42 in popluar color models

60 2D 42
RGB 96 45 66
HSL 335° 36.17% 27.65%
HSB/HSV 335° 53.13% 37.65%
CMYK 0.00% 53.13% 31.25%
62.35%

Color #602D42 in popluar number systems.

HEX 60 2D 42
Decimal 96 45 66
Binary 1100000 101101 1000010
Octal 140 55 102

Shades and tints

Shades of #602D42

#602D42
(96,45,66)
#58293C
(88,41,60)
#502536
(80,37,54)
#482130
(72,33,48)
#401D2A
(64,29,42)
#381924
(56,25,36)
#30151E
(48,21,30)
#281118
(40,17,24)
#200D12
(32,13,18)
#18090C
(24,9,12)
#100506
(16,5,6)
#000000
(0,0,0)

Tints of #602D42

#602D42
(96,45,66)
#6E4053
(110,64,83)
#7C5364
(124,83,100)
#8A6675
(138,102,117)
#987986
(152,121,134)
#A68C97
(166,140,151)
#B49FA8
(180,159,168)
#C2B2B9
(194,178,185)
#D0C5CA
(208,197,202)
#DED8DB
(222,216,219)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602D42 color. Also use rgb(96,45,66) instead hex code.

Text Font Color

.myTextColor { color: #602D42; }

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

This text font color is #602D42.

Background Color

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

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

This div background color is #602D42.

Border color

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

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

This div border color is #602D42.

Opacity

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

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

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

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

This text has shadow with #602D42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #602D42.

Preview

Color preview on black background

This text has color #602D42 on black background.


Color preview on white background

This text has color #602D42 on white background.


Black color preview on #602D42 background

This text has black color on #602D42 background.


White color preview on #602D42 background

This text has white color on #602D42 background.


Related colors

Complementary color

Complementary color for #hex is #9FD2BD.


I love getcolorcode.com

Triadic colors

1 #42602D and #2D4260 with #602D42 are triadic colors.

2 #422D60 and #2D6042 with #602D42 are triadic colors.