COLOR #602308

HEX: #602308 RGB: (96,35,8)

Color info

#602308 contains mainly red color. Web safe color of #602308 is #663300 (or #630).

RGB color model

#602308 color RGB value is (96,35,8).

RGB: (96,35,8) (38%, 14%, 3%)

RGB channels and saturation

R 96 of 255 = 38%
G 35 of 255 = 14%
B 8 of 255 = 3%

96
35
8

R + G + B ~ 18%. #602308 is dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 35 + 8 = 139 (100%)
R 96 of 139 ~ 69.06%
G 35 of 139 ~ 25.18%
B 8 of 139 ~ 5.76'%

%69.06
%25.18

CMYK color model

#602308 color CMYK value is (0,64,92,62).

  • cyan value is 0.00%
  • magenta value is 63.54%
  • yellow value is 91.67%
  • key color value is 62.35%

CMYK: (0,64,92,62)
C0M64Y92K62 (0%, 64%, 92%, 62%)
(0.00 / 0.64 / 0.92 / 0.62)

CMYK percentages

%0
%63.54
%91.67
%62.35

Codes

Color #602308 in popluar color models

60 23 08
RGB 96 35 8
HSL 18° 84.62% 20.39%
HSB/HSV 18° 91.67% 37.65%
CMYK 0.00% 63.54% 91.67%
62.35%

Color #602308 in popluar number systems.

HEX 60 23 08
Decimal 96 35 8
Binary 1100000 100011 1000
Octal 140 43 10

Shades and tints

Shades of #602308

#602308
(96,35,8)
#582008
(88,32,8)
#501D08
(80,29,8)
#481A08
(72,26,8)
#401708
(64,23,8)
#381408
(56,20,8)
#301108
(48,17,8)
#280E08
(40,14,8)
#200B08
(32,11,8)
#180808
(24,8,8)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #602308

#602308
(96,35,8)
#6E371E
(110,55,30)
#7C4B34
(124,75,52)
#8A5F4A
(138,95,74)
#987360
(152,115,96)
#A68776
(166,135,118)
#B49B8C
(180,155,140)
#C2AFA2
(194,175,162)
#D0C3B8
(208,195,184)
#DED7CE
(222,215,206)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602308 color. Also use rgb(96,35,8) instead hex code.

Text Font Color

.myTextColor { color: #602308; }

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

This text font color is #602308.

Background Color

.myBgColor { background-color: #602308; }

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

This div background color is #602308.

Border color

.myBorderColor { border: 1px solid #602308; }

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

This div border color is #602308.

Opacity

.myOpacity80 { color: #602308; opacity: 0.8; }

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

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

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

This text has shadow with #602308 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #602308.

Preview

Color preview on black background

This text has color #602308 on black background.


Color preview on white background

This text has color #602308 on white background.


Black color preview on #602308 background

This text has black color on #602308 background.


White color preview on #602308 background

This text has white color on #602308 background.


Related colors

Complementary color

Complementary color for #hex is #9FDCF7.


I love getcolorcode.com

Triadic colors

1 #086023 and #230860 with #602308 are triadic colors.

2 #082360 and #236008 with #602308 are triadic colors.