COLOR #612D50

HEX: #612D50 RGB: (97,45,80)

Color info

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

RGB color model

#612D50 color RGB value is (97,45,80).

RGB: (97,45,80) (38%, 18%, 31%)

RGB channels and saturation

R 97 of 255 = 38%
G 45 of 255 = 18%
B 80 of 255 = 31%

97
45
80

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

Portions of RGB colors in percentages

R + G + B = 97 + 45 + 80 = 222 (100%)
R 97 of 222 ~ 43.69%
G 45 of 222 ~ 20.27%
B 80 of 222 ~ 36.04'%

%43.69
%20.27
%36.04

CMYK color model

#612D50 color CMYK value is (0,54,18,62).

  • cyan value is 0.00%
  • magenta value is 53.61%
  • yellow value is 17.53%
  • key color value is 61.96%

CMYK: (0,54,18,62)
C0M54Y18K62 (0%, 54%, 18%, 62%)
(0.00 / 0.54 / 0.18 / 0.62)

CMYK percentages

%0
%53.61
%17.53
%61.96

Codes

Color #612D50 in popluar color models

61 2D 50
RGB 97 45 80
HSL 320° 36.62% 27.84%
HSB/HSV 320° 53.61% 38.04%
CMYK 0.00% 53.61% 17.53%
61.96%

Color #612D50 in popluar number systems.

HEX 61 2D 50
Decimal 97 45 80
Binary 1100001 101101 1010000
Octal 141 55 120

Shades and tints

Shades of #612D50

#612D50
(97,45,80)
#592949
(89,41,73)
#512542
(81,37,66)
#49213B
(73,33,59)
#411D34
(65,29,52)
#39192D
(57,25,45)
#311526
(49,21,38)
#29111F
(41,17,31)
#210D18
(33,13,24)
#190911
(25,9,17)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #612D50

#612D50
(97,45,80)
#6F405F
(111,64,95)
#7D536E
(125,83,110)
#8B667D
(139,102,125)
#99798C
(153,121,140)
#A78C9B
(167,140,155)
#B59FAA
(181,159,170)
#C3B2B9
(195,178,185)
#D1C5C8
(209,197,200)
#DFD8D7
(223,216,215)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612D50; }

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

This text font color is #612D50.

Background Color

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

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

This div background color is #612D50.

Border color

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

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

This div border color is #612D50.

Opacity

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

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

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

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

This text has shadow with #612D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #612D50.

Preview

Color preview on black background

This text has color #612D50 on black background.


Color preview on white background

This text has color #612D50 on white background.


Black color preview on #612D50 background

This text has black color on #612D50 background.


White color preview on #612D50 background

This text has white color on #612D50 background.


Related colors

Complementary color

Complementary color for #hex is #9ED2AF.


I love getcolorcode.com

Triadic colors

1 #50612D and #2D5061 with #612D50 are triadic colors.

2 #502D61 and #2D6150 with #612D50 are triadic colors.