COLOR #612D39

HEX: #612D39
RGB: (97,45,57)

Color info

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

RGB color model

#612D39 color RGB value is (97,45,57).

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

RGB channels and saturation

R 97 of 255 = 38%
G 45 of 255 = 18%
B 57 of 255 = 22%

97
45
57

R + G + B ~ 26%. #612D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 45 + 57 = 199 (100%)
R 97 of 199 ~ 48.74%
G 45 of 199 ~ 22.61%
B 57 of 199 ~ 28.64%

%48.74
%22.61
%28.64

CMYK color model

#612D39 color CMYK value is (0,54,41,62).

  • cyan value is 0.00%
  • magenta value is 53.61%
  • yellow value is 41.24%
  • key color value is 61.96%
CMYK:
(0,54,41,62)
C0M54Y41K62 
(0%,54%,41%,62%)
(0.00/0.54/0.41/0.62)	

CMYK percentages

%0
%53.61
%41.24
%61.96

Codes

Color #612D39 in popluar color models

612D39
RGB974557
HSL346°36.62%27.84%
HSB/HSV346°53.61%38.04%
CMYK0.00%53.61%41.24%
61.96%

Color #612D39 in popluar number systems.

HEX612D39
Decimal974557
Binary1100001101101111001
Octal1415571

Shades and tints

Shades of #612D39

#612D39
(97,45,57)
#592934
(89,41,52)
#51252F
(81,37,47)
#49212A
(73,33,42)
#411D25
(65,29,37)
#391920
(57,25,32)
#31151B
(49,21,27)
#291116
(41,17,22)
#210D11
(33,13,17)
#19090C
(25,9,12)
#110507
(17,5,7)
#000000
(0,0,0)

Tints of #612D39

#612D39
(97,45,57)
#6F404B
(111,64,75)
#7D535D
(125,83,93)
#8B666F
(139,102,111)
#997981
(153,121,129)
#A78C93
(167,140,147)
#B59FA5
(181,159,165)
#C3B2B7
(195,178,183)
#D1C5C9
(209,197,201)
#DFD8DB
(223,216,219)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612D39; }

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

This text font color is #612D39.


Background Color

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

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

This div background color is #612D39.


Border color

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

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

This div border color is #612D39.


Opacity

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

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

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

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

This text has shadow with #612D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612D39 on black background.


Color preview on white background

This text has color #612D39 on white background.



Black color preview on #612D39 background

This text has black color on #612D39 background.


White color preview on #612D39 background

This text has white color on #612D39 background.