COLOR #612516

HEX: #612516
RGB: (97,37,22)

Color info

#612516 contains mainly red color. Web safe color of #612516 is #663300 (or #630).

RGB color model

#612516 color RGB value is (97,37,22).

  • red value is 97;
  • green value is 37;
  • blue value is 22.
RGB:
(97,37,22)
(38%,15%,9%)

RGB channels and saturation

R 97 of 255 = 38%
G 37 of 255 = 15%
B 22 of 255 = 9%

97
37
22

R + G + B ~ 21%. #612516 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 37 + 22 = 156 (100%)
R 97 of 156 ~ 62.18%
G 37 of 156 ~ 23.72%
B 22 of 156 ~ 14.1%

%62.18
%23.72
%14.1

CMYK color model

#612516 color CMYK value is (0,62,77,62).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 77.32%
  • key color value is 61.96%
CMYK:
(0,62,77,62)
C0M62Y77K62 
(0%,62%,77%,62%)
(0.00/0.62/0.77/0.62)	

CMYK percentages

%0
%61.86
%77.32
%61.96

Codes

Color #612516 in popluar color models

612516
RGB973722
HSL12°63.03%23.33%
HSB/HSV12°77.32%38.04%
CMYK0.00%61.86%77.32%
61.96%

Color #612516 in popluar number systems.

HEX612516
Decimal973722
Binary110000110010110110
Octal1414526

Shades and tints

Shades of #612516

#612516
(97,37,22)
#592214
(89,34,20)
#511F12
(81,31,18)
#491C10
(73,28,16)
#41190E
(65,25,14)
#39160C
(57,22,12)
#31130A
(49,19,10)
#291008
(41,16,8)
#210D06
(33,13,6)
#190A04
(25,10,4)
#110702
(17,7,2)
#000000
(0,0,0)

Tints of #612516

#612516
(97,37,22)
#6F382B
(111,56,43)
#7D4B40
(125,75,64)
#8B5E55
(139,94,85)
#99716A
(153,113,106)
#A7847F
(167,132,127)
#B59794
(181,151,148)
#C3AAA9
(195,170,169)
#D1BDBE
(209,189,190)
#DFD0D3
(223,208,211)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612516 color. Also use rgb(97,37,22) instead hex code.

Text Font Color

.myTextColor { color: #612516; }

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

This text font color is #612516.


Background Color

.myBgColor { background-color: #612516; }

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

This div background color is #612516.


Border color

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

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

This div border color is #612516.


Opacity

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

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

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

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

This text has shadow with #612516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612516 on black background.


Color preview on white background

This text has color #612516 on white background.



Black color preview on #612516 background

This text has black color on #612516 background.


White color preview on #612516 background

This text has white color on #612516 background.