COLOR #600149

HEX: #600149
RGB: (96,1,73)

Renk bilgisi

#600149 contains mainly red and blue colors. #600149 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#600149 color RGB value is (96,1,73).

  • kırmız ton 96;
  • yeşil ton 1;
  • mavi ton 73.
RGB:
(96,1,73)
(38%,0%,29%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 1 of 255 = 0%
B 73 of 255 = 29%

96
1
73

R + G + B ~ 22%. #600149 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 1 + 73 = 170 (100%)
R 96 of 170 ~ 56.47%
G 1 of 170 ~ 0.59%
B 73 of 170 ~ 42.94%

%56.47
%42.94

CMYK RENK MODELİ

#600149 rengi CMYK tonu (0,99,24,62).

  • camgöbeği tonu 0.00%
  • eflatun tonu 98.96%
  • sarı tonu 23.96%
  • ana renk tonu 62.35%
CMYK:
(0,99,24,62)
C0M99Y24K62 
(0%,99%,24%,62%)
(0.00/0.99/0.24/0.62)	

CMYK yüzdeleri

%0
%98.96
%23.96
%62.35

Codes

Color #600149 in popluar color models

600149
RGB96173
HSL315°97.94%19.02%
HSB/HSV315°98.96%37.65%
CMYK0.00%98.96%23.96%
62.35%

Color #600149 in popluar number systems.

HEX600149
Decimal96173
Binary110000011001001
Octal1401111

Shades and tints

Shades of #600149

#600149
(96,1,73)
#580143
(88,1,67)
#50013D
(80,1,61)
#480137
(72,1,55)
#400131
(64,1,49)
#38012B
(56,1,43)
#300125
(48,1,37)
#28011F
(40,1,31)
#200119
(32,1,25)
#180113
(24,1,19)
#10010D
(16,1,13)
#000000
(0,0,0)

Tints of #600149

#600149
(96,1,73)
#6E1859
(110,24,89)
#7C2F69
(124,47,105)
#8A4679
(138,70,121)
#985D89
(152,93,137)
#A67499
(166,116,153)
#B48BA9
(180,139,169)
#C2A2B9
(194,162,185)
#D0B9C9
(208,185,201)
#DED0D9
(222,208,217)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600149 color. Also use rgb(96,1,73) instead hex code.

Text Font Color

.myTextColor { color: #600149; }

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

This text font color is #600149.


Background Color

.myBgColor { background-color: #600149; }

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

This div background color is #600149.


Border color

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

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

This div border color is #600149.


Opacity

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

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

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

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

This text has shadow with #600149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600149 on black background.


Color preview on white background

This text has color #600149 on white background.



Black color preview on #600149 background

This text has black color on #600149 background.


White color preview on #600149 background

This text has white color on #600149 background.