COLOR #612B3D

HEX: #612B3D
RGB: (97,43,61)

Color info

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

RGB color model

#612B3D color RGB value is (97,43,61).

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

RGB channels and saturation

R 97 of 255 = 38%
G 43 of 255 = 17%
B 61 of 255 = 24%

97
43
61

R + G + B ~ 26%. #612B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 43 + 61 = 201 (100%)
R 97 of 201 ~ 48.26%
G 43 of 201 ~ 21.39%
B 61 of 201 ~ 30.35%

%48.26
%21.39
%30.35

CMYK color model

#612B3D color CMYK value is (0,56,37,62).

  • cyan value is 0.00%
  • magenta value is 55.67%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(0,56,37,62)
C0M56Y37K62 
(0%,56%,37%,62%)
(0.00/0.56/0.37/0.62)	

CMYK percentages

%0
%55.67
%37.11
%61.96

Codes

Color #612B3D in popluar color models

612B3D
RGB974361
HSL340°38.57%27.45%
HSB/HSV340°55.67%38.04%
CMYK0.00%55.67%37.11%
61.96%

Color #612B3D in popluar number systems.

HEX612B3D
Decimal974361
Binary1100001101011111101
Octal1415375

Shades and tints

Shades of #612B3D

#612B3D
(97,43,61)
#592838
(89,40,56)
#512533
(81,37,51)
#49222E
(73,34,46)
#411F29
(65,31,41)
#391C24
(57,28,36)
#31191F
(49,25,31)
#29161A
(41,22,26)
#211315
(33,19,21)
#191010
(25,16,16)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #612B3D

#612B3D
(97,43,61)
#6F3E4E
(111,62,78)
#7D515F
(125,81,95)
#8B6470
(139,100,112)
#997781
(153,119,129)
#A78A92
(167,138,146)
#B59DA3
(181,157,163)
#C3B0B4
(195,176,180)
#D1C3C5
(209,195,197)
#DFD6D6
(223,214,214)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612B3D; }

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

This text font color is #612B3D.


Background Color

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

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

This div background color is #612B3D.


Border color

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

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

This div border color is #612B3D.


Opacity

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

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

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

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

This text has shadow with #612B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612B3D on black background.


Color preview on white background

This text has color #612B3D on white background.



Black color preview on #612B3D background

This text has black color on #612B3D background.


White color preview on #612B3D background

This text has white color on #612B3D background.