COLOR #61424E

HEX: #61424E
RGB: (97,66,78)

Color info

#61424E contains red, green and blue colors in about the same proportion. Web safe color of #61424E is #663366 (or #636).

RGB color model

#61424E color RGB value is (97,66,78).

  • red value is 97;
  • green value is 66;
  • blue value is 78.
RGB:
(97,66,78)
(38%,26%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 78 of 255 = 31%

97
66
78

R + G + B ~ 32%. #61424E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 78 = 241 (100%)
R 97 of 241 ~ 40.25%
G 66 of 241 ~ 27.39%
B 78 of 241 ~ 32.37%

%40.25
%27.39
%32.37

CMYK color model

#61424E color CMYK value is (0,32,20,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 19.59%
  • key color value is 61.96%
CMYK:
(0,32,20,62)
C0M32Y20K62 
(0%,32%,20%,62%)
(0.00/0.32/0.20/0.62)	

CMYK percentages

%0
%31.96
%19.59
%61.96

Codes

Color #61424E in popluar color models

61424E
RGB976678
HSL337°19.02%31.96%
HSB/HSV337°31.96%38.04%
CMYK0.00%31.96%19.59%
61.96%

Color #61424E in popluar number systems.

HEX61424E
Decimal976678
Binary110000110000101001110
Octal141102116

Shades and tints

Shades of #61424E

#61424E
(97,66,78)
#593C47
(89,60,71)
#513640
(81,54,64)
#493039
(73,48,57)
#412A32
(65,42,50)
#39242B
(57,36,43)
#311E24
(49,30,36)
#29181D
(41,24,29)
#211216
(33,18,22)
#190C0F
(25,12,15)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #61424E

#61424E
(97,66,78)
#6F535E
(111,83,94)
#7D646E
(125,100,110)
#8B757E
(139,117,126)
#99868E
(153,134,142)
#A7979E
(167,151,158)
#B5A8AE
(181,168,174)
#C3B9BE
(195,185,190)
#D1CACE
(209,202,206)
#DFDBDE
(223,219,222)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61424E color. Also use rgb(97,66,78) instead hex code.

Text Font Color

.myTextColor { color: #61424E; }

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

This text font color is #61424E.


Background Color

.myBgColor { background-color: #61424E; }

<div style="background-color:#61424E">Inner text</div>

This div background color is #61424E.


Border color

.myBorderColor { border: 1px solid #61424E; }

<div style="border:3px solid #61424E">Div</div>

This div border color is #61424E.


Opacity

.myOpacity80 { color: #61424E; opacity: 0.8; }

<p style="color:#61424E;opacity:0.8;">80%</p>

Text with #61424E 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 #61424E;}

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

This text has shadow with #61424E color.

.textShadow {text-shadow: 3px 3px 1px #61424E, 3px 3px 1px red;}

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

This text has shadow with #61424E primary color and red secondary color.


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

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

This text has shadow with #61424E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61424E on black background.


Color preview on white background

This text has color #61424E on white background.



Black color preview on #61424E background

This text has black color on #61424E background.


White color preview on #61424E background

This text has white color on #61424E background.