COLOR #61463B

HEX: #61463B
RGB: (97,70,59)

Color info

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

RGB color model

#61463B color RGB value is (97,70,59).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 59 of 255 = 23%

97
70
59

R + G + B ~ 29%. #61463B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 59 = 226 (100%)
R 97 of 226 ~ 42.92%
G 70 of 226 ~ 30.97%
B 59 of 226 ~ 26.11%

%42.92
%30.97
%26.11

CMYK color model

#61463B color CMYK value is (0,28,39,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(0,28,39,62)
C0M28Y39K62 
(0%,28%,39%,62%)
(0.00/0.28/0.39/0.62)	

CMYK percentages

%0
%27.84
%39.18
%61.96

Codes

Color #61463B in popluar color models

61463B
RGB977059
HSL17°24.36%30.59%
HSB/HSV17°39.18%38.04%
CMYK0.00%27.84%39.18%
61.96%

Color #61463B in popluar number systems.

HEX61463B
Decimal977059
Binary11000011000110111011
Octal14110673

Shades and tints

Shades of #61463B

#61463B
(97,70,59)
#594036
(89,64,54)
#513A31
(81,58,49)
#49342C
(73,52,44)
#412E27
(65,46,39)
#392822
(57,40,34)
#31221D
(49,34,29)
#291C18
(41,28,24)
#211613
(33,22,19)
#19100E
(25,16,14)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #61463B

#61463B
(97,70,59)
#6F564C
(111,86,76)
#7D665D
(125,102,93)
#8B766E
(139,118,110)
#99867F
(153,134,127)
#A79690
(167,150,144)
#B5A6A1
(181,166,161)
#C3B6B2
(195,182,178)
#D1C6C3
(209,198,195)
#DFD6D4
(223,214,212)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61463B; }

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

This text font color is #61463B.


Background Color

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

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

This div background color is #61463B.


Border color

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

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

This div border color is #61463B.


Opacity

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

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

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

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

This text has shadow with #61463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61463B on black background.


Color preview on white background

This text has color #61463B on white background.



Black color preview on #61463B background

This text has black color on #61463B background.


White color preview on #61463B background

This text has white color on #61463B background.