COLOR #612645

HEX: #612645
RGB: (97,38,69)

Color info

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

RGB color model

#612645 color RGB value is (97,38,69).

  • red value is 97;
  • green value is 38;
  • blue value is 69.
RGB:
(97,38,69)
(38%,15%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 38 of 255 = 15%
B 69 of 255 = 27%

97
38
69

R + G + B ~ 27%. #612645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 38 + 69 = 204 (100%)
R 97 of 204 ~ 47.55%
G 38 of 204 ~ 18.63%
B 69 of 204 ~ 33.82%

%47.55
%18.63
%33.82

CMYK color model

#612645 color CMYK value is (0,61,29,62).

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 28.87%
  • key color value is 61.96%
CMYK:
(0,61,29,62)
C0M61Y29K62 
(0%,61%,29%,62%)
(0.00/0.61/0.29/0.62)	

CMYK percentages

%0
%60.82
%28.87
%61.96

Codes

Color #612645 in popluar color models

612645
RGB973869
HSL328°43.70%26.47%
HSB/HSV328°60.82%38.04%
CMYK0.00%60.82%28.87%
61.96%

Color #612645 in popluar number systems.

HEX612645
Decimal973869
Binary11000011001101000101
Octal14146105

Shades and tints

Shades of #612645

#612645
(97,38,69)
#59233F
(89,35,63)
#512039
(81,32,57)
#491D33
(73,29,51)
#411A2D
(65,26,45)
#391727
(57,23,39)
#311421
(49,20,33)
#29111B
(41,17,27)
#210E15
(33,14,21)
#190B0F
(25,11,15)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #612645

#612645
(97,38,69)
#6F3955
(111,57,85)
#7D4C65
(125,76,101)
#8B5F75
(139,95,117)
#997285
(153,114,133)
#A78595
(167,133,149)
#B598A5
(181,152,165)
#C3ABB5
(195,171,181)
#D1BEC5
(209,190,197)
#DFD1D5
(223,209,213)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612645 color. Also use rgb(97,38,69) instead hex code.

Text Font Color

.myTextColor { color: #612645; }

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

This text font color is #612645.


Background Color

.myBgColor { background-color: #612645; }

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

This div background color is #612645.


Border color

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

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

This div border color is #612645.


Opacity

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

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

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

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

This text has shadow with #612645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612645 on black background.


Color preview on white background

This text has color #612645 on white background.



Black color preview on #612645 background

This text has black color on #612645 background.


White color preview on #612645 background

This text has white color on #612645 background.