COLOR #61464C

HEX: #61464C
RGB: (97,70,76)

Color info

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

RGB color model

#61464C color RGB value is (97,70,76).

  • red value is 97;
  • green value is 70;
  • blue value is 76.
RGB:
(97,70,76)
(38%,27%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 76 of 255 = 30%

97
70
76

R + G + B ~ 32%. #61464C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 76 = 243 (100%)
R 97 of 243 ~ 39.92%
G 70 of 243 ~ 28.81%
B 76 of 243 ~ 31.28%

%39.92
%28.81
%31.28

CMYK color model

#61464C color CMYK value is (0,28,22,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(0,28,22,62)
C0M28Y22K62 
(0%,28%,22%,62%)
(0.00/0.28/0.22/0.62)	

CMYK percentages

%0
%27.84
%21.65
%61.96

Codes

Color #61464C in popluar color models

61464C
RGB977076
HSL347°16.17%32.75%
HSB/HSV347°27.84%38.04%
CMYK0.00%27.84%21.65%
61.96%

Color #61464C in popluar number systems.

HEX61464C
Decimal977076
Binary110000110001101001100
Octal141106114

Shades and tints

Shades of #61464C

#61464C
(97,70,76)
#594046
(89,64,70)
#513A40
(81,58,64)
#49343A
(73,52,58)
#412E34
(65,46,52)
#39282E
(57,40,46)
#312228
(49,34,40)
#291C22
(41,28,34)
#21161C
(33,22,28)
#191016
(25,16,22)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #61464C

#61464C
(97,70,76)
#6F565C
(111,86,92)
#7D666C
(125,102,108)
#8B767C
(139,118,124)
#99868C
(153,134,140)
#A7969C
(167,150,156)
#B5A6AC
(181,166,172)
#C3B6BC
(195,182,188)
#D1C6CC
(209,198,204)
#DFD6DC
(223,214,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61464C color. Also use rgb(97,70,76) instead hex code.

Text Font Color

.myTextColor { color: #61464C; }

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

This text font color is #61464C.


Background Color

.myBgColor { background-color: #61464C; }

<div style="background-color:#61464C">Inner text</div>

This div background color is #61464C.


Border color

.myBorderColor { border: 1px solid #61464C; }

<div style="border:3px solid #61464C">Div</div>

This div border color is #61464C.


Opacity

.myOpacity80 { color: #61464C; opacity: 0.8; }

<p style="color:#61464C;opacity:0.8;">80%</p>

Text with #61464C 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 #61464C;}

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

This text has shadow with #61464C color.

.textShadow {text-shadow: 3px 3px 1px #61464C, 3px 3px 1px red;}

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

This text has shadow with #61464C primary color and red secondary color.


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

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

This text has shadow with #61464C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61464C on black background.


Color preview on white background

This text has color #61464C on white background.



Black color preview on #61464C background

This text has black color on #61464C background.


White color preview on #61464C background

This text has white color on #61464C background.