COLOR #612D5B

HEX: #612D5B RGB: (97,45,91)

Color info

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

RGB color model

#612D5B color RGB value is (97,45,91).

RGB: (97,45,91) (38%, 18%, 36%)

RGB channels and saturation

R 97 of 255 = 38%
G 45 of 255 = 18%
B 91 of 255 = 36%

97
45
91

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

Portions of RGB colors in percentages

R + G + B = 97 + 45 + 91 = 233 (100%)
R 97 of 233 ~ 41.63%
G 45 of 233 ~ 19.31%
B 91 of 233 ~ 39.06'%

%41.63
%19.31
%39.06

CMYK color model

#612D5B color CMYK value is (0,54,6,62).

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

CMYK: (0,54,6,62)
C0M54Y6K62 (0%, 54%, 6%, 62%)
(0.00 / 0.54 / 0.06 / 0.62)

CMYK percentages

%0
%53.61
%6.19
%61.96

Codes

Color #612D5B in popluar color models

61 2D 5B
RGB 97 45 91
HSL 307° 36.62% 27.84%
HSB/HSV 307° 53.61% 38.04%
CMYK 0.00% 53.61% 6.19%
61.96%

Color #612D5B in popluar number systems.

HEX 61 2D 5B
Decimal 97 45 91
Binary 1100001 101101 1011011
Octal 141 55 133

Shades and tints

Shades of #612D5B

#612D5B
(97,45,91)
#592953
(89,41,83)
#51254B
(81,37,75)
#492143
(73,33,67)
#411D3B
(65,29,59)
#391933
(57,25,51)
#31152B
(49,21,43)
#291123
(41,17,35)
#210D1B
(33,13,27)
#190913
(25,9,19)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #612D5B

#612D5B
(97,45,91)
#6F4069
(111,64,105)
#7D5377
(125,83,119)
#8B6685
(139,102,133)
#997993
(153,121,147)
#A78CA1
(167,140,161)
#B59FAF
(181,159,175)
#C3B2BD
(195,178,189)
#D1C5CB
(209,197,203)
#DFD8D9
(223,216,217)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612D5B; }

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

This text font color is #612D5B.

Background Color

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

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

This div background color is #612D5B.

Border color

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

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

This div border color is #612D5B.

Opacity

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

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

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

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

This text has shadow with #612D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #612D5B.

Preview

Color preview on black background

This text has color #612D5B on black background.


Color preview on white background

This text has color #612D5B on white background.


Black color preview on #612D5B background

This text has black color on #612D5B background.


White color preview on #612D5B background

This text has white color on #612D5B background.


Related colors

Complementary color

Complementary color for #hex is #9ED2A4.


I love getcolorcode.com

Triadic colors

1 #5B612D and #2D5B61 with #612D5B are triadic colors.

2 #5B2D61 and #2D615B with #612D5B are triadic colors.