COLOR #612616

HEX: #612616
RGB: (97,38,22)

Color info

#612616 contains mainly red and green colors. Web safe color of #612616 is #663300 (or #630).

RGB color model

#612616 color RGB value is (97,38,22).

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

RGB channels and saturation

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

97
38
22

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

Portions of RGB colors in percentages

R + G + B =
97 + 38 + 22 = 157 (100%)
R 97 of 157 ~ 61.78%
G 38 of 157 ~ 24.2%
B 22 of 157 ~ 14.01%

%61.78
%24.2
%14.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 77.32%
  • key color value is 61.96%
CMYK:
(0,61,77,62)
C0M61Y77K62 
(0%,61%,77%,62%)
(0.00/0.61/0.77/0.62)	

CMYK percentages

%0
%60.82
%77.32
%61.96

Codes

Color #612616 in popluar color models

612616
RGB973822
HSL13°63.03%23.33%
HSB/HSV13°77.32%38.04%
CMYK0.00%60.82%77.32%
61.96%

Color #612616 in popluar number systems.

HEX612616
Decimal973822
Binary110000110011010110
Octal1414626

Shades and tints

Shades of #612616

#612616
(97,38,22)
#592314
(89,35,20)
#512012
(81,32,18)
#491D10
(73,29,16)
#411A0E
(65,26,14)
#39170C
(57,23,12)
#31140A
(49,20,10)
#291108
(41,17,8)
#210E06
(33,14,6)
#190B04
(25,11,4)
#110802
(17,8,2)
#000000
(0,0,0)

Tints of #612616

#612616
(97,38,22)
#6F392B
(111,57,43)
#7D4C40
(125,76,64)
#8B5F55
(139,95,85)
#99726A
(153,114,106)
#A7857F
(167,133,127)
#B59894
(181,152,148)
#C3ABA9
(195,171,169)
#D1BEBE
(209,190,190)
#DFD1D3
(223,209,211)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612616; }

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

This text font color is #612616.


Background Color

.myBgColor { background-color: #612616; }

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

This div background color is #612616.


Border color

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

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

This div border color is #612616.


Opacity

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

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

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

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

This text has shadow with #612616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612616 on black background.


Color preview on white background

This text has color #612616 on white background.



Black color preview on #612616 background

This text has black color on #612616 background.


White color preview on #612616 background

This text has white color on #612616 background.