COLOR #600B34

HEX: #600B34
RGB: (96,11,52)

Color info

#600B34 contains mainly red and blue colors. Web safe color of #600B34 is #660033 (or #603).

RGB color model

#600B34 color RGB value is (96,11,52).

  • red value is 96;
  • green value is 11;
  • blue value is 52.
RGB:
(96,11,52)
(38%,4%,20%)

RGB channels and saturation

R 96 of 255 = 38%
G 11 of 255 = 4%
B 52 of 255 = 20%

96
11
52

R + G + B ~ 21%. #600B34 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 11 + 52 = 159 (100%)
R 96 of 159 ~ 60.38%
G 11 of 159 ~ 6.92%
B 52 of 159 ~ 32.7%

%60.38
%32.7

CMYK color model

#600B34 color CMYK value is (0,89,46,62).

  • cyan value is 0.00%
  • magenta value is 88.54%
  • yellow value is 45.83%
  • key color value is 62.35%
CMYK:
(0,89,46,62)
C0M89Y46K62 
(0%,89%,46%,62%)
(0.00/0.89/0.46/0.62)	

CMYK percentages

%0
%88.54
%45.83
%62.35

Codes

Color #600B34 in popluar color models

600B34
RGB961152
HSL331°79.44%20.98%
HSB/HSV331°88.54%37.65%
CMYK0.00%88.54%45.83%
62.35%

Color #600B34 in popluar number systems.

HEX600B34
Decimal961152
Binary11000001011110100
Octal1401364

Shades and tints

Shades of #600B34

#600B34
(96,11,52)
#580A30
(88,10,48)
#50092C
(80,9,44)
#480828
(72,8,40)
#400724
(64,7,36)
#380620
(56,6,32)
#30051C
(48,5,28)
#280418
(40,4,24)
#200314
(32,3,20)
#180210
(24,2,16)
#10010C
(16,1,12)
#000000
(0,0,0)

Tints of #600B34

#600B34
(96,11,52)
#6E2146
(110,33,70)
#7C3758
(124,55,88)
#8A4D6A
(138,77,106)
#98637C
(152,99,124)
#A6798E
(166,121,142)
#B48FA0
(180,143,160)
#C2A5B2
(194,165,178)
#D0BBC4
(208,187,196)
#DED1D6
(222,209,214)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600B34 color. Also use rgb(96,11,52) instead hex code.

Text Font Color

.myTextColor { color: #600B34; }

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

This text font color is #600B34.


Background Color

.myBgColor { background-color: #600B34; }

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

This div background color is #600B34.


Border color

.myBorderColor { border: 1px solid #600B34; }

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

This div border color is #600B34.


Opacity

.myOpacity80 { color: #600B34; opacity: 0.8; }

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

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

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

This text has shadow with #600B34 color.

.textShadow {text-shadow: 3px 3px 1px #600B34, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600B34 on black background.


Color preview on white background

This text has color #600B34 on white background.



Black color preview on #600B34 background

This text has black color on #600B34 background.


White color preview on #600B34 background

This text has white color on #600B34 background.