COLOR #612F39

HEX: #612F39
RGB: (97,47,57)

Color info

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

RGB color model

#612F39 color RGB value is (97,47,57).

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

RGB channels and saturation

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

97
47
57

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

Portions of RGB colors in percentages

R + G + B =
97 + 47 + 57 = 201 (100%)
R 97 of 201 ~ 48.26%
G 47 of 201 ~ 23.38%
B 57 of 201 ~ 28.36%

%48.26
%23.38
%28.36

CMYK color model

#612F39 color CMYK value is (0,52,41,62).

  • cyan value is 0.00%
  • magenta value is 51.55%
  • yellow value is 41.24%
  • key color value is 61.96%
CMYK:
(0,52,41,62)
C0M52Y41K62 
(0%,52%,41%,62%)
(0.00/0.52/0.41/0.62)	

CMYK percentages

%0
%51.55
%41.24
%61.96

Codes

Color #612F39 in popluar color models

612F39
RGB974757
HSL348°34.72%28.24%
HSB/HSV348°51.55%38.04%
CMYK0.00%51.55%41.24%
61.96%

Color #612F39 in popluar number systems.

HEX612F39
Decimal974757
Binary1100001101111111001
Octal1415771

Shades and tints

Shades of #612F39

#612F39
(97,47,57)
#592B34
(89,43,52)
#51272F
(81,39,47)
#49232A
(73,35,42)
#411F25
(65,31,37)
#391B20
(57,27,32)
#31171B
(49,23,27)
#291316
(41,19,22)
#210F11
(33,15,17)
#190B0C
(25,11,12)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #612F39

#612F39
(97,47,57)
#6F414B
(111,65,75)
#7D535D
(125,83,93)
#8B656F
(139,101,111)
#997781
(153,119,129)
#A78993
(167,137,147)
#B59BA5
(181,155,165)
#C3ADB7
(195,173,183)
#D1BFC9
(209,191,201)
#DFD1DB
(223,209,219)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612F39; }

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

This text font color is #612F39.


Background Color

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

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

This div background color is #612F39.


Border color

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

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

This div border color is #612F39.


Opacity

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

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

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

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

This text has shadow with #612F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612F39 on black background.


Color preview on white background

This text has color #612F39 on white background.



Black color preview on #612F39 background

This text has black color on #612F39 background.


White color preview on #612F39 background

This text has white color on #612F39 background.