COLOR #61414E

HEX: #61414E
RGB: (97,65,78)

Color info

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

RGB color model

#61414E color RGB value is (97,65,78).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 78 of 255 = 31%

97
65
78

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

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 78 = 240 (100%)
R 97 of 240 ~ 40.42%
G 65 of 240 ~ 27.08%
B 78 of 240 ~ 32.5%

%40.42
%27.08
%32.5

CMYK color model

#61414E color CMYK value is (0,33,20,62).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 19.59%
  • key color value is 61.96%
CMYK:
(0,33,20,62)
C0M33Y20K62 
(0%,33%,20%,62%)
(0.00/0.33/0.20/0.62)	

CMYK percentages

%0
%32.99
%19.59
%61.96

Codes

Color #61414E in popluar color models

61414E
RGB976578
HSL336°19.75%31.76%
HSB/HSV336°32.99%38.04%
CMYK0.00%32.99%19.59%
61.96%

Color #61414E in popluar number systems.

HEX61414E
Decimal976578
Binary110000110000011001110
Octal141101116

Shades and tints

Shades of #61414E

#61414E
(97,65,78)
#593C47
(89,60,71)
#513740
(81,55,64)
#493239
(73,50,57)
#412D32
(65,45,50)
#39282B
(57,40,43)
#312324
(49,35,36)
#291E1D
(41,30,29)
#211916
(33,25,22)
#19140F
(25,20,15)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #61414E

#61414E
(97,65,78)
#6F525E
(111,82,94)
#7D636E
(125,99,110)
#8B747E
(139,116,126)
#99858E
(153,133,142)
#A7969E
(167,150,158)
#B5A7AE
(181,167,174)
#C3B8BE
(195,184,190)
#D1C9CE
(209,201,206)
#DFDADE
(223,218,222)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61414E; }

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

This text font color is #61414E.


Background Color

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

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

This div background color is #61414E.


Border color

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

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

This div border color is #61414E.


Opacity

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

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

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

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

This text has shadow with #61414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61414E on black background.


Color preview on white background

This text has color #61414E on white background.



Black color preview on #61414E background

This text has black color on #61414E background.


White color preview on #61414E background

This text has white color on #61414E background.