COLOR #61434D

HEX: #61434D
RGB: (97,67,77)

Color info

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

RGB color model

#61434D color RGB value is (97,67,77).

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

RGB channels and saturation

R 97 of 255 = 38%
G 67 of 255 = 26%
B 77 of 255 = 30%

97
67
77

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

Portions of RGB colors in percentages

R + G + B =
97 + 67 + 77 = 241 (100%)
R 97 of 241 ~ 40.25%
G 67 of 241 ~ 27.8%
B 77 of 241 ~ 31.95%

%40.25
%27.8
%31.95

CMYK color model

#61434D color CMYK value is (0,31,21,62).

  • cyan value is 0.00%
  • magenta value is 30.93%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(0,31,21,62)
C0M31Y21K62 
(0%,31%,21%,62%)
(0.00/0.31/0.21/0.62)	

CMYK percentages

%0
%30.93
%20.62
%61.96

Codes

Color #61434D in popluar color models

61434D
RGB976777
HSL340°18.29%32.16%
HSB/HSV340°30.93%38.04%
CMYK0.00%30.93%20.62%
61.96%

Color #61434D in popluar number systems.

HEX61434D
Decimal976777
Binary110000110000111001101
Octal141103115

Shades and tints

Shades of #61434D

#61434D
(97,67,77)
#593D46
(89,61,70)
#51373F
(81,55,63)
#493138
(73,49,56)
#412B31
(65,43,49)
#39252A
(57,37,42)
#311F23
(49,31,35)
#29191C
(41,25,28)
#211315
(33,19,21)
#190D0E
(25,13,14)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #61434D

#61434D
(97,67,77)
#6F545D
(111,84,93)
#7D656D
(125,101,109)
#8B767D
(139,118,125)
#99878D
(153,135,141)
#A7989D
(167,152,157)
#B5A9AD
(181,169,173)
#C3BABD
(195,186,189)
#D1CBCD
(209,203,205)
#DFDCDD
(223,220,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61434D; }

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

This text font color is #61434D.


Background Color

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

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

This div background color is #61434D.


Border color

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

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

This div border color is #61434D.


Opacity

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

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

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

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

This text has shadow with #61434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61434D on black background.


Color preview on white background

This text has color #61434D on white background.



Black color preview on #61434D background

This text has black color on #61434D background.


White color preview on #61434D background

This text has white color on #61434D background.