COLOR #612D46

HEX: #612D46
RGB: (97,45,70)

Color info

#612D46 contains red, green and blue colors in about the same proportion. Web safe color of #612D46 is #663333 (or #633).

RGB color model

#612D46 color RGB value is (97,45,70).

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

RGB channels and saturation

R 97 of 255 = 38%
G 45 of 255 = 18%
B 70 of 255 = 27%

97
45
70

R + G + B ~ 28%. #612D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 45 + 70 = 212 (100%)
R 97 of 212 ~ 45.75%
G 45 of 212 ~ 21.23%
B 70 of 212 ~ 33.02%

%45.75
%21.23
%33.02

CMYK color model

#612D46 color CMYK value is (0,54,28,62).

  • cyan value is 0.00%
  • magenta value is 53.61%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,54,28,62)
C0M54Y28K62 
(0%,54%,28%,62%)
(0.00/0.54/0.28/0.62)	

CMYK percentages

%0
%53.61
%27.84
%61.96

Codes

Color #612D46 in popluar color models

612D46
RGB974570
HSL331°36.62%27.84%
HSB/HSV331°53.61%38.04%
CMYK0.00%53.61%27.84%
61.96%

Color #612D46 in popluar number systems.

HEX612D46
Decimal974570
Binary11000011011011000110
Octal14155106

Shades and tints

Shades of #612D46

#612D46
(97,45,70)
#592940
(89,41,64)
#51253A
(81,37,58)
#492134
(73,33,52)
#411D2E
(65,29,46)
#391928
(57,25,40)
#311522
(49,21,34)
#29111C
(41,17,28)
#210D16
(33,13,22)
#190910
(25,9,16)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #612D46

#612D46
(97,45,70)
#6F4056
(111,64,86)
#7D5366
(125,83,102)
#8B6676
(139,102,118)
#997986
(153,121,134)
#A78C96
(167,140,150)
#B59FA6
(181,159,166)
#C3B2B6
(195,178,182)
#D1C5C6
(209,197,198)
#DFD8D6
(223,216,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612D46; }

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

This text font color is #612D46.


Background Color

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

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

This div background color is #612D46.


Border color

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

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

This div border color is #612D46.


Opacity

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

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

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

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

This text has shadow with #612D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612D46 on black background.


Color preview on white background

This text has color #612D46 on white background.



Black color preview on #612D46 background

This text has black color on #612D46 background.


White color preview on #612D46 background

This text has white color on #612D46 background.