COLOR #61464B

HEX: #61464B
RGB: (97,70,75)

Color info

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

RGB color model

#61464B color RGB value is (97,70,75).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 75 of 255 = 29%

97
70
75

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

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 75 = 242 (100%)
R 97 of 242 ~ 40.08%
G 70 of 242 ~ 28.93%
B 75 of 242 ~ 30.99%

%40.08
%28.93
%30.99

CMYK color model

#61464B color CMYK value is (0,28,23,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(0,28,23,62)
C0M28Y23K62 
(0%,28%,23%,62%)
(0.00/0.28/0.23/0.62)	

CMYK percentages

%0
%27.84
%22.68
%61.96

Codes

Color #61464B in popluar color models

61464B
RGB977075
HSL349°16.17%32.75%
HSB/HSV349°27.84%38.04%
CMYK0.00%27.84%22.68%
61.96%

Color #61464B in popluar number systems.

HEX61464B
Decimal977075
Binary110000110001101001011
Octal141106113

Shades and tints

Shades of #61464B

#61464B
(97,70,75)
#594045
(89,64,69)
#513A3F
(81,58,63)
#493439
(73,52,57)
#412E33
(65,46,51)
#39282D
(57,40,45)
#312227
(49,34,39)
#291C21
(41,28,33)
#21161B
(33,22,27)
#191015
(25,16,21)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #61464B

#61464B
(97,70,75)
#6F565B
(111,86,91)
#7D666B
(125,102,107)
#8B767B
(139,118,123)
#99868B
(153,134,139)
#A7969B
(167,150,155)
#B5A6AB
(181,166,171)
#C3B6BB
(195,182,187)
#D1C6CB
(209,198,203)
#DFD6DB
(223,214,219)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61464B; }

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

This text font color is #61464B.


Background Color

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

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

This div background color is #61464B.


Border color

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

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

This div border color is #61464B.


Opacity

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

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

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

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

This text has shadow with #61464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61464B on black background.


Color preview on white background

This text has color #61464B on white background.



Black color preview on #61464B background

This text has black color on #61464B background.


White color preview on #61464B background

This text has white color on #61464B background.