COLOR #612B28

HEX: #612B28
RGB: (97,43,40)

Color info

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

RGB color model

#612B28 color RGB value is (97,43,40).

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

RGB channels and saturation

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

97
43
40

R + G + B ~ 24%. #612B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 43 + 40 = 180 (100%)
R 97 of 180 ~ 53.89%
G 43 of 180 ~ 23.89%
B 40 of 180 ~ 22.22%

%53.89
%23.89
%22.22

CMYK color model

#612B28 color CMYK value is (0,56,59,62).

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

CMYK percentages

%0
%55.67
%58.76
%61.96

Codes

Color #612B28 in popluar color models

612B28
RGB974340
HSL41.61%26.86%
HSB/HSV58.76%38.04%
CMYK0.00%55.67%58.76%
61.96%

Color #612B28 in popluar number systems.

HEX612B28
Decimal974340
Binary1100001101011101000
Octal1415350

Shades and tints

Shades of #612B28

#612B28
(97,43,40)
#592825
(89,40,37)
#512522
(81,37,34)
#49221F
(73,34,31)
#411F1C
(65,31,28)
#391C19
(57,28,25)
#311916
(49,25,22)
#291613
(41,22,19)
#211310
(33,19,16)
#19100D
(25,16,13)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #612B28

#612B28
(97,43,40)
#6F3E3B
(111,62,59)
#7D514E
(125,81,78)
#8B6461
(139,100,97)
#997774
(153,119,116)
#A78A87
(167,138,135)
#B59D9A
(181,157,154)
#C3B0AD
(195,176,173)
#D1C3C0
(209,195,192)
#DFD6D3
(223,214,211)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612B28; }

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

This text font color is #612B28.


Background Color

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

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

This div background color is #612B28.


Border color

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

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

This div border color is #612B28.


Opacity

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

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

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

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

This text has shadow with #612B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612B28 on black background.


Color preview on white background

This text has color #612B28 on white background.



Black color preview on #612B28 background

This text has black color on #612B28 background.


White color preview on #612B28 background

This text has white color on #612B28 background.