COLOR #602E27

HEX: #602E27
RGB: (96,46,39)

Color info

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

RGB color model

#602E27 color RGB value is (96,46,39).

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

RGB channels and saturation

R 96 of 255 = 38%
G 46 of 255 = 18%
B 39 of 255 = 15%

96
46
39

R + G + B ~ 24%. #602E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 46 + 39 = 181 (100%)
R 96 of 181 ~ 53.04%
G 46 of 181 ~ 25.41%
B 39 of 181 ~ 21.55%

%53.04
%25.41
%21.55

CMYK color model

#602E27 color CMYK value is (0,52,59,62).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 59.38%
  • key color value is 62.35%
CMYK:
(0,52,59,62)
C0M52Y59K62 
(0%,52%,59%,62%)
(0.00/0.52/0.59/0.62)	

CMYK percentages

%0
%52.08
%59.38
%62.35

Codes

Color #602E27 in popluar color models

602E27
RGB964639
HSL42.22%26.47%
HSB/HSV59.38%37.65%
CMYK0.00%52.08%59.38%
62.35%

Color #602E27 in popluar number systems.

HEX602E27
Decimal964639
Binary1100000101110100111
Octal1405647

Shades and tints

Shades of #602E27

#602E27
(96,46,39)
#582A24
(88,42,36)
#502621
(80,38,33)
#48221E
(72,34,30)
#401E1B
(64,30,27)
#381A18
(56,26,24)
#301615
(48,22,21)
#281212
(40,18,18)
#200E0F
(32,14,15)
#180A0C
(24,10,12)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #602E27

#602E27
(96,46,39)
#6E413A
(110,65,58)
#7C544D
(124,84,77)
#8A6760
(138,103,96)
#987A73
(152,122,115)
#A68D86
(166,141,134)
#B4A099
(180,160,153)
#C2B3AC
(194,179,172)
#D0C6BF
(208,198,191)
#DED9D2
(222,217,210)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602E27; }

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

This text font color is #602E27.


Background Color

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

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

This div background color is #602E27.


Border color

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

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

This div border color is #602E27.


Opacity

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

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

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

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

This text has shadow with #602E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602E27 on black background.


Color preview on white background

This text has color #602E27 on white background.



Black color preview on #602E27 background

This text has black color on #602E27 background.


White color preview on #602E27 background

This text has white color on #602E27 background.