COLOR #612057

HEX: #612057
RGB: (97,32,87)

Color info

#612057 contains mainly red and blue colors. Web safe color of #612057 is #663366 (or #636).

RGB color model

#612057 color RGB value is (97,32,87).

  • red value is 97;
  • green value is 32;
  • blue value is 87.
RGB:
(97,32,87)
(38%,13%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 32 of 255 = 13%
B 87 of 255 = 34%

97
32
87

R + G + B ~ 28%. #612057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 32 + 87 = 216 (100%)
R 97 of 216 ~ 44.91%
G 32 of 216 ~ 14.81%
B 87 of 216 ~ 40.28%

%44.91
%14.81
%40.28

CMYK color model

#612057 color CMYK value is (0,67,10,62).

  • cyan value is 0.00%
  • magenta value is 67.01%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(0,67,10,62)
C0M67Y10K62 
(0%,67%,10%,62%)
(0.00/0.67/0.10/0.62)	

CMYK percentages

%0
%67.01
%10.31
%61.96

Codes

Color #612057 in popluar color models

612057
RGB973287
HSL309°50.39%25.29%
HSB/HSV309°67.01%38.04%
CMYK0.00%67.01%10.31%
61.96%

Color #612057 in popluar number systems.

HEX612057
Decimal973287
Binary11000011000001010111
Octal14140127

Shades and tints

Shades of #612057

#612057
(97,32,87)
#591E50
(89,30,80)
#511C49
(81,28,73)
#491A42
(73,26,66)
#41183B
(65,24,59)
#391634
(57,22,52)
#31142D
(49,20,45)
#291226
(41,18,38)
#21101F
(33,16,31)
#190E18
(25,14,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #612057

#612057
(97,32,87)
#6F3466
(111,52,102)
#7D4875
(125,72,117)
#8B5C84
(139,92,132)
#997093
(153,112,147)
#A784A2
(167,132,162)
#B598B1
(181,152,177)
#C3ACC0
(195,172,192)
#D1C0CF
(209,192,207)
#DFD4DE
(223,212,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612057 color. Also use rgb(97,32,87) instead hex code.

Text Font Color

.myTextColor { color: #612057; }

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

This text font color is #612057.


Background Color

.myBgColor { background-color: #612057; }

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

This div background color is #612057.


Border color

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

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

This div border color is #612057.


Opacity

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

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

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

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

This text has shadow with #612057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612057 on black background.


Color preview on white background

This text has color #612057 on white background.



Black color preview on #612057 background

This text has black color on #612057 background.


White color preview on #612057 background

This text has white color on #612057 background.