COLOR #612E2D

HEX: #612E2D
RGB: (97,46,45)

Color info

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

RGB color model

#612E2D color RGB value is (97,46,45).

  • red value is 97;
  • green value is 46;
  • blue value is 45.
RGB:
(97,46,45)
(38%,18%,18%)

RGB channels and saturation

R 97 of 255 = 38%
G 46 of 255 = 18%
B 45 of 255 = 18%

97
46
45

R + G + B ~ 25%. #612E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 46 + 45 = 188 (100%)
R 97 of 188 ~ 51.6%
G 46 of 188 ~ 24.47%
B 45 of 188 ~ 23.94%

%51.6
%24.47
%23.94

CMYK color model

#612E2D color CMYK value is (0,53,54,62).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 53.61%
  • key color value is 61.96%
CMYK:
(0,53,54,62)
C0M53Y54K62 
(0%,53%,54%,62%)
(0.00/0.53/0.54/0.62)	

CMYK percentages

%0
%52.58
%53.61
%61.96

Codes

Color #612E2D in popluar color models

612E2D
RGB974645
HSL36.62%27.84%
HSB/HSV53.61%38.04%
CMYK0.00%52.58%53.61%
61.96%

Color #612E2D in popluar number systems.

HEX612E2D
Decimal974645
Binary1100001101110101101
Octal1415655

Shades and tints

Shades of #612E2D

#612E2D
(97,46,45)
#592A29
(89,42,41)
#512625
(81,38,37)
#492221
(73,34,33)
#411E1D
(65,30,29)
#391A19
(57,26,25)
#311615
(49,22,21)
#291211
(41,18,17)
#210E0D
(33,14,13)
#190A09
(25,10,9)
#110605
(17,6,5)
#000000
(0,0,0)

Tints of #612E2D

#612E2D
(97,46,45)
#6F4140
(111,65,64)
#7D5453
(125,84,83)
#8B6766
(139,103,102)
#997A79
(153,122,121)
#A78D8C
(167,141,140)
#B5A09F
(181,160,159)
#C3B3B2
(195,179,178)
#D1C6C5
(209,198,197)
#DFD9D8
(223,217,216)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #612E2D color. Also use rgb(97,46,45) instead hex code.

Text Font Color

.myTextColor { color: #612E2D; }

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

This text font color is #612E2D.


Background Color

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

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

This div background color is #612E2D.


Border color

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

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

This div border color is #612E2D.


Opacity

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

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

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

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

This text has shadow with #612E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #612E2D on black background.


Color preview on white background

This text has color #612E2D on white background.



Black color preview on #612E2D background

This text has black color on #612E2D background.


White color preview on #612E2D background

This text has white color on #612E2D background.