COLOR #612F61

HEX: #612F61
RGB: (97,47,97)

Color info

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

RGB color model

#612F61 color RGB value is (97,47,97).

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

RGB channels and saturation

R 97 of 255 = 38%
G 47 of 255 = 18%
B 97 of 255 = 38%

97
47
97

R + G + B ~ 31%. #612F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 47 + 97 = 241 (100%)
R 97 of 241 ~ 40.25%
G 47 of 241 ~ 19.5%
B 97 of 241 ~ 40.25%

%40.25
%19.5
%40.25

CMYK color model

#612F61 color CMYK value is (0,52,0,62).

  • cyan value is 0.00%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(0,52,0,62)
C0M52Y0K62 
(0%,52%,0%,62%)
(0.00/0.52/0.00/0.62)	

CMYK percentages

%0
%51.55
%0
%61.96

Codes

Color #612F61 in popluar color models

612F61
RGB974797
HSL300°34.72%28.24%
HSB/HSV300°51.55%38.04%
CMYK0.00%51.55%0.00%
61.96%

Color #612F61 in popluar number systems.

HEX612F61
Decimal974797
Binary11000011011111100001
Octal14157141

Shades and tints

Shades of #612F61

#612F61
(97,47,97)
#592B59
(89,43,89)
#512751
(81,39,81)
#492349
(73,35,73)
#411F41
(65,31,65)
#391B39
(57,27,57)
#311731
(49,23,49)
#291329
(41,19,41)
#210F21
(33,15,33)
#190B19
(25,11,25)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #612F61

#612F61
(97,47,97)
#6F416F
(111,65,111)
#7D537D
(125,83,125)
#8B658B
(139,101,139)
#997799
(153,119,153)
#A789A7
(167,137,167)
#B59BB5
(181,155,181)
#C3ADC3
(195,173,195)
#D1BFD1
(209,191,209)
#DFD1DF
(223,209,223)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612F61; }

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

This text font color is #612F61.


Background Color

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

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

This div background color is #612F61.


Border color

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

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

This div border color is #612F61.


Opacity

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

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

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

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

This text has shadow with #612F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612F61 on black background.


Color preview on white background

This text has color #612F61 on white background.



Black color preview on #612F61 background

This text has black color on #612F61 background.


White color preview on #612F61 background

This text has white color on #612F61 background.