COLOR #61414D

HEX: #61414D
RGB: (97,65,77)

Color info

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

RGB color model

#61414D color RGB value is (97,65,77).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 77 of 255 = 30%

97
65
77

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

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 77 = 239 (100%)
R 97 of 239 ~ 40.59%
G 65 of 239 ~ 27.2%
B 77 of 239 ~ 32.22%

%40.59
%27.2
%32.22

CMYK color model

#61414D color CMYK value is (0,33,21,62).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(0,33,21,62)
C0M33Y21K62 
(0%,33%,21%,62%)
(0.00/0.33/0.21/0.62)	

CMYK percentages

%0
%32.99
%20.62
%61.96

Codes

Color #61414D in popluar color models

61414D
RGB976577
HSL338°19.75%31.76%
HSB/HSV338°32.99%38.04%
CMYK0.00%32.99%20.62%
61.96%

Color #61414D in popluar number systems.

HEX61414D
Decimal976577
Binary110000110000011001101
Octal141101115

Shades and tints

Shades of #61414D

#61414D
(97,65,77)
#593C46
(89,60,70)
#51373F
(81,55,63)
#493238
(73,50,56)
#412D31
(65,45,49)
#39282A
(57,40,42)
#312323
(49,35,35)
#291E1C
(41,30,28)
#211915
(33,25,21)
#19140E
(25,20,14)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #61414D

#61414D
(97,65,77)
#6F525D
(111,82,93)
#7D636D
(125,99,109)
#8B747D
(139,116,125)
#99858D
(153,133,141)
#A7969D
(167,150,157)
#B5A7AD
(181,167,173)
#C3B8BD
(195,184,189)
#D1C9CD
(209,201,205)
#DFDADD
(223,218,221)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61414D; }

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

This text font color is #61414D.


Background Color

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

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

This div background color is #61414D.


Border color

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

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

This div border color is #61414D.


Opacity

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

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

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

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

This text has shadow with #61414D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61414D on black background.


Color preview on white background

This text has color #61414D on white background.



Black color preview on #61414D background

This text has black color on #61414D background.


White color preview on #61414D background

This text has white color on #61414D background.