COLOR #612756

HEX: #612756
RGB: (97,39,86)

Color info

#612756 contains red, green and blue colors in about the same proportion. Web safe color of #612756 is #663366 (or #636).

RGB color model

#612756 color RGB value is (97,39,86).

  • red value is 97;
  • green value is 39;
  • blue value is 86.
RGB:
(97,39,86)
(38%,15%,34%)

RGB channels and saturation

R 97 of 255 = 38%
G 39 of 255 = 15%
B 86 of 255 = 34%

97
39
86

R + G + B ~ 29%. #612756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 39 + 86 = 222 (100%)
R 97 of 222 ~ 43.69%
G 39 of 222 ~ 17.57%
B 86 of 222 ~ 38.74%

%43.69
%17.57
%38.74

CMYK color model

#612756 color CMYK value is (0,60,11,62).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 11.34%
  • key color value is 61.96%
CMYK:
(0,60,11,62)
C0M60Y11K62 
(0%,60%,11%,62%)
(0.00/0.60/0.11/0.62)	

CMYK percentages

%0
%59.79
%11.34
%61.96

Codes

Color #612756 in popluar color models

612756
RGB973986
HSL311°42.65%26.67%
HSB/HSV311°59.79%38.04%
CMYK0.00%59.79%11.34%
61.96%

Color #612756 in popluar number systems.

HEX612756
Decimal973986
Binary11000011001111010110
Octal14147126

Shades and tints

Shades of #612756

#612756
(97,39,86)
#59244F
(89,36,79)
#512148
(81,33,72)
#491E41
(73,30,65)
#411B3A
(65,27,58)
#391833
(57,24,51)
#31152C
(49,21,44)
#291225
(41,18,37)
#210F1E
(33,15,30)
#190C17
(25,12,23)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #612756

#612756
(97,39,86)
#6F3A65
(111,58,101)
#7D4D74
(125,77,116)
#8B6083
(139,96,131)
#997392
(153,115,146)
#A786A1
(167,134,161)
#B599B0
(181,153,176)
#C3ACBF
(195,172,191)
#D1BFCE
(209,191,206)
#DFD2DD
(223,210,221)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612756 color. Also use rgb(97,39,86) instead hex code.

Text Font Color

.myTextColor { color: #612756; }

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

This text font color is #612756.


Background Color

.myBgColor { background-color: #612756; }

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

This div background color is #612756.


Border color

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

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

This div border color is #612756.


Opacity

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

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

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

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

This text has shadow with #612756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612756 on black background.


Color preview on white background

This text has color #612756 on white background.



Black color preview on #612756 background

This text has black color on #612756 background.


White color preview on #612756 background

This text has white color on #612756 background.