COLOR #612C34

HEX: #612C34
RGB: (97,44,52)

Color info

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

RGB color model

#612C34 color RGB value is (97,44,52).

  • red value is 97;
  • green value is 44;
  • blue value is 52.
RGB:
(97,44,52)
(38%,17%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 44 of 255 = 17%
B 52 of 255 = 20%

97
44
52

R + G + B ~ 25%. #612C34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 44 + 52 = 193 (100%)
R 97 of 193 ~ 50.26%
G 44 of 193 ~ 22.8%
B 52 of 193 ~ 26.94%

%50.26
%22.8
%26.94

CMYK color model

#612C34 color CMYK value is (0,55,46,62).

  • cyan value is 0.00%
  • magenta value is 54.64%
  • yellow value is 46.39%
  • key color value is 61.96%
CMYK:
(0,55,46,62)
C0M55Y46K62 
(0%,55%,46%,62%)
(0.00/0.55/0.46/0.62)	

CMYK percentages

%0
%54.64
%46.39
%61.96

Codes

Color #612C34 in popluar color models

612C34
RGB974452
HSL351°37.59%27.65%
HSB/HSV351°54.64%38.04%
CMYK0.00%54.64%46.39%
61.96%

Color #612C34 in popluar number systems.

HEX612C34
Decimal974452
Binary1100001101100110100
Octal1415464

Shades and tints

Shades of #612C34

#612C34
(97,44,52)
#592830
(89,40,48)
#51242C
(81,36,44)
#492028
(73,32,40)
#411C24
(65,28,36)
#391820
(57,24,32)
#31141C
(49,20,28)
#291018
(41,16,24)
#210C14
(33,12,20)
#190810
(25,8,16)
#11040C
(17,4,12)
#000000
(0,0,0)

Tints of #612C34

#612C34
(97,44,52)
#6F3F46
(111,63,70)
#7D5258
(125,82,88)
#8B656A
(139,101,106)
#99787C
(153,120,124)
#A78B8E
(167,139,142)
#B59EA0
(181,158,160)
#C3B1B2
(195,177,178)
#D1C4C4
(209,196,196)
#DFD7D6
(223,215,214)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612C34 color. Also use rgb(97,44,52) instead hex code.

Text Font Color

.myTextColor { color: #612C34; }

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

This text font color is #612C34.


Background Color

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

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

This div background color is #612C34.


Border color

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

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

This div border color is #612C34.


Opacity

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

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

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

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

This text has shadow with #612C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612C34 on black background.


Color preview on white background

This text has color #612C34 on white background.



Black color preview on #612C34 background

This text has black color on #612C34 background.


White color preview on #612C34 background

This text has white color on #612C34 background.