COLOR #612E52

HEX: #612E52
RGB: (97,46,82)

Color info

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

RGB color model

#612E52 color RGB value is (97,46,82).

  • red value is 97;
  • green value is 46;
  • blue value is 82.
RGB:
(97,46,82)
(38%,18%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 46 of 255 = 18%
B 82 of 255 = 32%

97
46
82

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

Portions of RGB colors in percentages

R + G + B =
97 + 46 + 82 = 225 (100%)
R 97 of 225 ~ 43.11%
G 46 of 225 ~ 20.44%
B 82 of 225 ~ 36.44%

%43.11
%20.44
%36.44

CMYK color model

#612E52 color CMYK value is (0,53,15,62).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 15.46%
  • key color value is 61.96%
CMYK:
(0,53,15,62)
C0M53Y15K62 
(0%,53%,15%,62%)
(0.00/0.53/0.15/0.62)	

CMYK percentages

%0
%52.58
%15.46
%61.96

Codes

Color #612E52 in popluar color models

612E52
RGB974682
HSL318°35.66%28.04%
HSB/HSV318°52.58%38.04%
CMYK0.00%52.58%15.46%
61.96%

Color #612E52 in popluar number systems.

HEX612E52
Decimal974682
Binary11000011011101010010
Octal14156122

Shades and tints

Shades of #612E52

#612E52
(97,46,82)
#592A4B
(89,42,75)
#512644
(81,38,68)
#49223D
(73,34,61)
#411E36
(65,30,54)
#391A2F
(57,26,47)
#311628
(49,22,40)
#291221
(41,18,33)
#210E1A
(33,14,26)
#190A13
(25,10,19)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #612E52

#612E52
(97,46,82)
#6F4161
(111,65,97)
#7D5470
(125,84,112)
#8B677F
(139,103,127)
#997A8E
(153,122,142)
#A78D9D
(167,141,157)
#B5A0AC
(181,160,172)
#C3B3BB
(195,179,187)
#D1C6CA
(209,198,202)
#DFD9D9
(223,217,217)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612E52 color. Also use rgb(97,46,82) instead hex code.

Text Font Color

.myTextColor { color: #612E52; }

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

This text font color is #612E52.


Background Color

.myBgColor { background-color: #612E52; }

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

This div background color is #612E52.


Border color

.myBorderColor { border: 1px solid #612E52; }

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

This div border color is #612E52.


Opacity

.myOpacity80 { color: #612E52; opacity: 0.8; }

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

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

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

This text has shadow with #612E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612E52 on black background.


Color preview on white background

This text has color #612E52 on white background.



Black color preview on #612E52 background

This text has black color on #612E52 background.


White color preview on #612E52 background

This text has white color on #612E52 background.