COLOR #61404A

HEX: #61404A
RGB: (97,64,74)

Color info

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

RGB color model

#61404A color RGB value is (97,64,74).

  • red value is 97;
  • green value is 64;
  • blue value is 74.
RGB:
(97,64,74)
(38%,25%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 64 of 255 = 25%
B 74 of 255 = 29%

97
64
74

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

Portions of RGB colors in percentages

R + G + B =
97 + 64 + 74 = 235 (100%)
R 97 of 235 ~ 41.28%
G 64 of 235 ~ 27.23%
B 74 of 235 ~ 31.49%

%41.28
%27.23
%31.49

CMYK color model

#61404A color CMYK value is (0,34,24,62).

  • cyan value is 0.00%
  • magenta value is 34.02%
  • yellow value is 23.71%
  • key color value is 61.96%
CMYK:
(0,34,24,62)
C0M34Y24K62 
(0%,34%,24%,62%)
(0.00/0.34/0.24/0.62)	

CMYK percentages

%0
%34.02
%23.71
%61.96

Codes

Color #61404A in popluar color models

61404A
RGB976474
HSL342°20.50%31.57%
HSB/HSV342°34.02%38.04%
CMYK0.00%34.02%23.71%
61.96%

Color #61404A in popluar number systems.

HEX61404A
Decimal976474
Binary110000110000001001010
Octal141100112

Shades and tints

Shades of #61404A

#61404A
(97,64,74)
#593B44
(89,59,68)
#51363E
(81,54,62)
#493138
(73,49,56)
#412C32
(65,44,50)
#39272C
(57,39,44)
#312226
(49,34,38)
#291D20
(41,29,32)
#21181A
(33,24,26)
#191314
(25,19,20)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #61404A

#61404A
(97,64,74)
#6F515A
(111,81,90)
#7D626A
(125,98,106)
#8B737A
(139,115,122)
#99848A
(153,132,138)
#A7959A
(167,149,154)
#B5A6AA
(181,166,170)
#C3B7BA
(195,183,186)
#D1C8CA
(209,200,202)
#DFD9DA
(223,217,218)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61404A color. Also use rgb(97,64,74) instead hex code.

Text Font Color

.myTextColor { color: #61404A; }

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

This text font color is #61404A.


Background Color

.myBgColor { background-color: #61404A; }

<div style="background-color:#61404A">Inner text</div>

This div background color is #61404A.


Border color

.myBorderColor { border: 1px solid #61404A; }

<div style="border:3px solid #61404A">Div</div>

This div border color is #61404A.


Opacity

.myOpacity80 { color: #61404A; opacity: 0.8; }

<p style="color:#61404A;opacity:0.8;">80%</p>

Text with #61404A 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 #61404A;}

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

This text has shadow with #61404A color.

.textShadow {text-shadow: 3px 3px 1px #61404A, 3px 3px 1px red;}

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

This text has shadow with #61404A primary color and red secondary color.


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

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

This text has shadow with #61404A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61404A on black background.


Color preview on white background

This text has color #61404A on white background.



Black color preview on #61404A background

This text has black color on #61404A background.


White color preview on #61404A background

This text has white color on #61404A background.