COLOR #612332

HEX: #612332
RGB: (97,35,50)

Color info

#612332 contains mainly red and blue colors. Web safe color of #612332 is #663333 (or #633).

RGB color model

#612332 color RGB value is (97,35,50).

  • red value is 97;
  • green value is 35;
  • blue value is 50.
RGB:
(97,35,50)
(38%,14%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 35 of 255 = 14%
B 50 of 255 = 20%

97
35
50

R + G + B ~ 24%. #612332 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 35 + 50 = 182 (100%)
R 97 of 182 ~ 53.3%
G 35 of 182 ~ 19.23%
B 50 of 182 ~ 27.47%

%53.3
%19.23
%27.47

CMYK color model

#612332 color CMYK value is (0,64,48,62).

  • cyan value is 0.00%
  • magenta value is 63.92%
  • yellow value is 48.45%
  • key color value is 61.96%
CMYK:
(0,64,48,62)
C0M64Y48K62 
(0%,64%,48%,62%)
(0.00/0.64/0.48/0.62)	

CMYK percentages

%0
%63.92
%48.45
%61.96

Codes

Color #612332 in popluar color models

612332
RGB973550
HSL345°46.97%25.88%
HSB/HSV345°63.92%38.04%
CMYK0.00%63.92%48.45%
61.96%

Color #612332 in popluar number systems.

HEX612332
Decimal973550
Binary1100001100011110010
Octal1414362

Shades and tints

Shades of #612332

#612332
(97,35,50)
#59202E
(89,32,46)
#511D2A
(81,29,42)
#491A26
(73,26,38)
#411722
(65,23,34)
#39141E
(57,20,30)
#31111A
(49,17,26)
#290E16
(41,14,22)
#210B12
(33,11,18)
#19080E
(25,8,14)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #612332

#612332
(97,35,50)
#6F3744
(111,55,68)
#7D4B56
(125,75,86)
#8B5F68
(139,95,104)
#99737A
(153,115,122)
#A7878C
(167,135,140)
#B59B9E
(181,155,158)
#C3AFB0
(195,175,176)
#D1C3C2
(209,195,194)
#DFD7D4
(223,215,212)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612332 color. Also use rgb(97,35,50) instead hex code.

Text Font Color

.myTextColor { color: #612332; }

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

This text font color is #612332.


Background Color

.myBgColor { background-color: #612332; }

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

This div background color is #612332.


Border color

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

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

This div border color is #612332.


Opacity

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

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

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

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

This text has shadow with #612332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612332 on black background.


Color preview on white background

This text has color #612332 on white background.



Black color preview on #612332 background

This text has black color on #612332 background.


White color preview on #612332 background

This text has white color on #612332 background.