COLOR #602B09

HEX: #602B09
RGB: (96,43,9)

Color info

#602B09 contains mainly red and green colors. Web safe color of #602B09 is #663300 (or #630).

RGB color model

#602B09 color RGB value is (96,43,9).

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

RGB channels and saturation

R 96 of 255 = 38%
G 43 of 255 = 17%
B 9 of 255 = 4%

96
43
9

R + G + B ~ 20%. #602B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 43 + 9 = 148 (100%)
R 96 of 148 ~ 64.86%
G 43 of 148 ~ 29.05%
B 9 of 148 ~ 6.08%

%64.86
%29.05

CMYK color model

#602B09 color CMYK value is (0,55,91,62).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 90.63%
  • key color value is 62.35%
CMYK:
(0,55,91,62)
C0M55Y91K62 
(0%,55%,91%,62%)
(0.00/0.55/0.91/0.62)	

CMYK percentages

%0
%55.21
%90.63
%62.35

Codes

Color #602B09 in popluar color models

602B09
RGB96439
HSL23°82.86%20.59%
HSB/HSV23°90.63%37.65%
CMYK0.00%55.21%90.63%
62.35%

Color #602B09 in popluar number systems.

HEX602B09
Decimal96439
Binary11000001010111001
Octal1405311

Shades and tints

Shades of #602B09

#602B09
(96,43,9)
#582809
(88,40,9)
#502509
(80,37,9)
#482209
(72,34,9)
#401F09
(64,31,9)
#381C09
(56,28,9)
#301909
(48,25,9)
#281609
(40,22,9)
#201309
(32,19,9)
#181009
(24,16,9)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #602B09

#602B09
(96,43,9)
#6E3E1F
(110,62,31)
#7C5135
(124,81,53)
#8A644B
(138,100,75)
#987761
(152,119,97)
#A68A77
(166,138,119)
#B49D8D
(180,157,141)
#C2B0A3
(194,176,163)
#D0C3B9
(208,195,185)
#DED6CF
(222,214,207)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602B09; }

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

This text font color is #602B09.


Background Color

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

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

This div background color is #602B09.


Border color

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

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

This div border color is #602B09.


Opacity

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

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

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

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

This text has shadow with #602B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602B09 on black background.


Color preview on white background

This text has color #602B09 on white background.



Black color preview on #602B09 background

This text has black color on #602B09 background.


White color preview on #602B09 background

This text has white color on #602B09 background.