COLOR #612B43

HEX: #612B43
RGB: (97,43,67)

Color info

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

RGB color model

#612B43 color RGB value is (97,43,67).

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

RGB channels and saturation

R 97 of 255 = 38%
G 43 of 255 = 17%
B 67 of 255 = 26%

97
43
67

R + G + B ~ 27%. #612B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 43 + 67 = 207 (100%)
R 97 of 207 ~ 46.86%
G 43 of 207 ~ 20.77%
B 67 of 207 ~ 32.37%

%46.86
%20.77
%32.37

CMYK color model

#612B43 color CMYK value is (0,56,31,62).

  • cyan value is 0.00%
  • magenta value is 55.67%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(0,56,31,62)
C0M56Y31K62 
(0%,56%,31%,62%)
(0.00/0.56/0.31/0.62)	

CMYK percentages

%0
%55.67
%30.93
%61.96

Codes

Color #612B43 in popluar color models

612B43
RGB974367
HSL333°38.57%27.45%
HSB/HSV333°55.67%38.04%
CMYK0.00%55.67%30.93%
61.96%

Color #612B43 in popluar number systems.

HEX612B43
Decimal974367
Binary11000011010111000011
Octal14153103

Shades and tints

Shades of #612B43

#612B43
(97,43,67)
#59283D
(89,40,61)
#512537
(81,37,55)
#492231
(73,34,49)
#411F2B
(65,31,43)
#391C25
(57,28,37)
#31191F
(49,25,31)
#291619
(41,22,25)
#211313
(33,19,19)
#19100D
(25,16,13)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #612B43

#612B43
(97,43,67)
#6F3E54
(111,62,84)
#7D5165
(125,81,101)
#8B6476
(139,100,118)
#997787
(153,119,135)
#A78A98
(167,138,152)
#B59DA9
(181,157,169)
#C3B0BA
(195,176,186)
#D1C3CB
(209,195,203)
#DFD6DC
(223,214,220)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #612B43; }

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

This text font color is #612B43.


Background Color

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

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

This div background color is #612B43.


Border color

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

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

This div border color is #612B43.


Opacity

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

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

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

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

This text has shadow with #612B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612B43 on black background.


Color preview on white background

This text has color #612B43 on white background.



Black color preview on #612B43 background

This text has black color on #612B43 background.


White color preview on #612B43 background

This text has white color on #612B43 background.