COLOR #612828

HEX: #612828
RGB: (97,40,40)

Color info

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

RGB color model

#612828 color RGB value is (97,40,40).

  • red value is 97;
  • green value is 40;
  • blue value is 40.
RGB:
(97,40,40)
(38%,16%,16%)

RGB channels and saturation

R 97 of 255 = 38%
G 40 of 255 = 16%
B 40 of 255 = 16%

97
40
40

R + G + B ~ 23%. #612828 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 40 + 40 = 177 (100%)
R 97 of 177 ~ 54.8%
G 40 of 177 ~ 22.6%
B 40 of 177 ~ 22.6%

%54.8
%22.6
%22.6

CMYK color model

#612828 color CMYK value is (0,59,59,62).

  • cyan value is 0.00%
  • magenta value is 58.76%
  • yellow value is 58.76%
  • key color value is 61.96%
CMYK:
(0,59,59,62)
C0M59Y59K62 
(0%,59%,59%,62%)
(0.00/0.59/0.59/0.62)	

CMYK percentages

%0
%58.76
%58.76
%61.96

Codes

Color #612828 in popluar color models

612828
RGB974040
HSL41.61%26.86%
HSB/HSV58.76%38.04%
CMYK0.00%58.76%58.76%
61.96%

Color #612828 in popluar number systems.

HEX612828
Decimal974040
Binary1100001101000101000
Octal1415050

Shades and tints

Shades of #612828

#612828
(97,40,40)
#592525
(89,37,37)
#512222
(81,34,34)
#491F1F
(73,31,31)
#411C1C
(65,28,28)
#391919
(57,25,25)
#311616
(49,22,22)
#291313
(41,19,19)
#211010
(33,16,16)
#190D0D
(25,13,13)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #612828

#612828
(97,40,40)
#6F3B3B
(111,59,59)
#7D4E4E
(125,78,78)
#8B6161
(139,97,97)
#997474
(153,116,116)
#A78787
(167,135,135)
#B59A9A
(181,154,154)
#C3ADAD
(195,173,173)
#D1C0C0
(209,192,192)
#DFD3D3
(223,211,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612828; }

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

This text font color is #612828.


Background Color

.myBgColor { background-color: #612828; }

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

This div background color is #612828.


Border color

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

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

This div border color is #612828.


Opacity

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

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

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

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

This text has shadow with #612828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612828 on black background.


Color preview on white background

This text has color #612828 on white background.



Black color preview on #612828 background

This text has black color on #612828 background.


White color preview on #612828 background

This text has white color on #612828 background.