COLOR #602B27

HEX: #602B27
RGB: (96,43,39)

Color info

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

RGB color model

#602B27 color RGB value is (96,43,39).

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

RGB channels and saturation

R 96 of 255 = 38%
G 43 of 255 = 17%
B 39 of 255 = 15%

96
43
39

R + G + B ~ 23%. #602B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 43 + 39 = 178 (100%)
R 96 of 178 ~ 53.93%
G 43 of 178 ~ 24.16%
B 39 of 178 ~ 21.91%

%53.93
%24.16
%21.91

CMYK color model

#602B27 color CMYK value is (0,55,59,62).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 59.38%
  • key color value is 62.35%
CMYK:
(0,55,59,62)
C0M55Y59K62 
(0%,55%,59%,62%)
(0.00/0.55/0.59/0.62)	

CMYK percentages

%0
%55.21
%59.38
%62.35

Codes

Color #602B27 in popluar color models

602B27
RGB964339
HSL42.22%26.47%
HSB/HSV59.38%37.65%
CMYK0.00%55.21%59.38%
62.35%

Color #602B27 in popluar number systems.

HEX602B27
Decimal964339
Binary1100000101011100111
Octal1405347

Shades and tints

Shades of #602B27

#602B27
(96,43,39)
#582824
(88,40,36)
#502521
(80,37,33)
#48221E
(72,34,30)
#401F1B
(64,31,27)
#381C18
(56,28,24)
#301915
(48,25,21)
#281612
(40,22,18)
#20130F
(32,19,15)
#18100C
(24,16,12)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #602B27

#602B27
(96,43,39)
#6E3E3A
(110,62,58)
#7C514D
(124,81,77)
#8A6460
(138,100,96)
#987773
(152,119,115)
#A68A86
(166,138,134)
#B49D99
(180,157,153)
#C2B0AC
(194,176,172)
#D0C3BF
(208,195,191)
#DED6D2
(222,214,210)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602B27; }

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

This text font color is #602B27.


Background Color

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

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

This div background color is #602B27.


Border color

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

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

This div border color is #602B27.


Opacity

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

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

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

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

This text has shadow with #602B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602B27 on black background.


Color preview on white background

This text has color #602B27 on white background.



Black color preview on #602B27 background

This text has black color on #602B27 background.


White color preview on #602B27 background

This text has white color on #602B27 background.