COLOR #602E36

HEX: #602E36
RGB: (96,46,54)

Color info

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

RGB color model

#602E36 color RGB value is (96,46,54).

  • red value is 96;
  • green value is 46;
  • blue value is 54.
RGB:
(96,46,54)
(38%,18%,21%)

RGB channels and saturation

R 96 of 255 = 38%
G 46 of 255 = 18%
B 54 of 255 = 21%

96
46
54

R + G + B ~ 26%. #602E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 46 + 54 = 196 (100%)
R 96 of 196 ~ 48.98%
G 46 of 196 ~ 23.47%
B 54 of 196 ~ 27.55%

%48.98
%23.47
%27.55

CMYK color model

#602E36 color CMYK value is (0,52,44,62).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 43.75%
  • key color value is 62.35%
CMYK:
(0,52,44,62)
C0M52Y44K62 
(0%,52%,44%,62%)
(0.00/0.52/0.44/0.62)	

CMYK percentages

%0
%52.08
%43.75
%62.35

Codes

Color #602E36 in popluar color models

602E36
RGB964654
HSL350°35.21%27.84%
HSB/HSV350°52.08%37.65%
CMYK0.00%52.08%43.75%
62.35%

Color #602E36 in popluar number systems.

HEX602E36
Decimal964654
Binary1100000101110110110
Octal1405666

Shades and tints

Shades of #602E36

#602E36
(96,46,54)
#582A32
(88,42,50)
#50262E
(80,38,46)
#48222A
(72,34,42)
#401E26
(64,30,38)
#381A22
(56,26,34)
#30161E
(48,22,30)
#28121A
(40,18,26)
#200E16
(32,14,22)
#180A12
(24,10,18)
#10060E
(16,6,14)
#000000
(0,0,0)

Tints of #602E36

#602E36
(96,46,54)
#6E4148
(110,65,72)
#7C545A
(124,84,90)
#8A676C
(138,103,108)
#987A7E
(152,122,126)
#A68D90
(166,141,144)
#B4A0A2
(180,160,162)
#C2B3B4
(194,179,180)
#D0C6C6
(208,198,198)
#DED9D8
(222,217,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602E36 color. Also use rgb(96,46,54) instead hex code.

Text Font Color

.myTextColor { color: #602E36; }

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

This text font color is #602E36.


Background Color

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

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

This div background color is #602E36.


Border color

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

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

This div border color is #602E36.


Opacity

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

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

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

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

This text has shadow with #602E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602E36 on black background.


Color preview on white background

This text has color #602E36 on white background.



Black color preview on #602E36 background

This text has black color on #602E36 background.


White color preview on #602E36 background

This text has white color on #602E36 background.