COLOR #600712

HEX: #600712 RGB: (96,7,18)

Color info

#600712 contains mainly red color. Web safe color of #600712 is #660000 (or #600).

RGB color model

#600712 color RGB value is (96,7,18).

RGB: (96,7,18) (38%, 3%, 7%)

RGB channels and saturation

R 96 of 255 = 38%
G 7 of 255 = 3%
B 18 of 255 = 7%

96
7
18

R + G + B ~ 16%. #600712 is dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 7 + 18 = 121 (100%)
R 96 of 121 ~ 79.34%
G 7 of 121 ~ 5.79%
B 18 of 121 ~ 14.88'%

%79.34
%14.88

CMYK color model

#600712 color CMYK value is (0,93,81,62).

  • cyan value is 0.00%
  • magenta value is 92.71%
  • yellow value is 81.25%
  • key color value is 62.35%

CMYK: (0,93,81,62)
C0M93Y81K62 (0%, 93%, 81%, 62%)
(0.00 / 0.93 / 0.81 / 0.62)

CMYK percentages

%0
%92.71
%81.25
%62.35

Codes

Color #600712 in popluar color models

60 07 12
RGB 96 7 18
HSL 353° 86.41% 20.20%
HSB/HSV 353° 92.71% 37.65%
CMYK 0.00% 92.71% 81.25%
62.35%

Color #600712 in popluar number systems.

HEX 60 07 12
Decimal 96 7 18
Binary 1100000 111 10010
Octal 140 7 22

Shades and tints

Shades of #600712

#600712
(96,7,18)
#580711
(88,7,17)
#500710
(80,7,16)
#48070F
(72,7,15)
#40070E
(64,7,14)
#38070D
(56,7,13)
#30070C
(48,7,12)
#28070B
(40,7,11)
#20070A
(32,7,10)
#180709
(24,7,9)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #600712

#600712
(96,7,18)
#6E1D27
(110,29,39)
#7C333C
(124,51,60)
#8A4951
(138,73,81)
#985F66
(152,95,102)
#A6757B
(166,117,123)
#B48B90
(180,139,144)
#C2A1A5
(194,161,165)
#D0B7BA
(208,183,186)
#DECDCF
(222,205,207)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600712 color. Also use rgb(96,7,18) instead hex code.

Text Font Color

.myTextColor { color: #600712; }

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

This text font color is #600712.

Background Color

.myBgColor { background-color: #600712; }

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

This div background color is #600712.

Border color

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

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

This div border color is #600712.

Opacity

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

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

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

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

This text has shadow with #600712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #600712.

Preview

Color preview on black background

This text has color #600712 on black background.


Color preview on white background

This text has color #600712 on white background.


Black color preview on #600712 background

This text has black color on #600712 background.


White color preview on #600712 background

This text has white color on #600712 background.


Related colors

Complementary color

Complementary color for #hex is #9FF8ED.


I love getcolorcode.com

Triadic colors

1 #126007 and #071260 with #600712 are triadic colors.

2 #120760 and #076012 with #600712 are triadic colors.