COLOR #612A29

HEX: #612A29
RGB: (97,42,41)

Color info

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

RGB color model

#612A29 color RGB value is (97,42,41).

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

RGB channels and saturation

R 97 of 255 = 38%
G 42 of 255 = 16%
B 41 of 255 = 16%

97
42
41

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

Portions of RGB colors in percentages

R + G + B =
97 + 42 + 41 = 180 (100%)
R 97 of 180 ~ 53.89%
G 42 of 180 ~ 23.33%
B 41 of 180 ~ 22.78%

%53.89
%23.33
%22.78

CMYK color model

#612A29 color CMYK value is (0,57,58,62).

  • cyan value is 0.00%
  • magenta value is 56.70%
  • yellow value is 57.73%
  • key color value is 61.96%
CMYK: (0,57,58,62) C0M57Y58K62 (0%,57%,58%,62%) (0.00/0.57/0.58/0.62)

CMYK percentages

%0
%56.7
%57.73
%61.96

Codes

Color #612A29 in popluar color models

612A29
RGB974241
HSL40.58%27.06%
HSB/HSV57.73%38.04%
CMYK0.00%56.70%57.73%
61.96%

Color #612A29 in popluar number systems.

HEX612A29
Decimal974241
Binary1100001101010101001
Octal1415251

Shades and tints

Shades of #612A29

#612A29
(97,42,41)
#592726
(89,39,38)
#512423
(81,36,35)
#492120
(73,33,32)
#411E1D
(65,30,29)
#391B1A
(57,27,26)
#311817
(49,24,23)
#291514
(41,21,20)
#211211
(33,18,17)
#190F0E
(25,15,14)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #612A29

#612A29
(97,42,41)
#6F3D3C
(111,61,60)
#7D504F
(125,80,79)
#8B6362
(139,99,98)
#997675
(153,118,117)
#A78988
(167,137,136)
#B59C9B
(181,156,155)
#C3AFAE
(195,175,174)
#D1C2C1
(209,194,193)
#DFD5D4
(223,213,212)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612A29 color. Also use rgb(97,42,41) instead hex code.

Text Font Color

.myTextColor { color: #612A29; }

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

This text font color is #612A29.


Background Color

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

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

This div background color is #612A29.


Border color

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

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

This div border color is #612A29.


Opacity

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

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

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

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

This text has shadow with #612A29 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #612A29 on black background.


Color preview on white background

This text has color #612A29 on white background.



Black color preview on #612A29 background

This text has black color on #612A29 background.


White color preview on #612A29 background

This text has white color on #612A29 background.