COLOR #61635E

HEX: #61635E
RGB: (97,99,94)

Color info

#61635E contains red, green and blue colors in about the same proportion. Web safe color of #61635E is #666666 (or #666).

RGB color model

#61635E color RGB value is (97,99,94).

  • red value is 97;
  • green value is 99;
  • blue value is 94.
RGB:
(97,99,94)
(38%,39%,37%)

RGB channels and saturation

R 97 of 255 = 38%
G 99 of 255 = 39%
B 94 of 255 = 37%

97
99
94

R + G + B ~ 38%. #61635E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 99 + 94 = 290 (100%)
R 97 of 290 ~ 33.45%
G 99 of 290 ~ 34.14%
B 94 of 290 ~ 32.41%

%33.45
%34.14
%32.41

CMYK color model

#61635E color CMYK value is (2,0,5,61).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(2,0,5,61)
C2M0Y5K61 
(2%,0%,5%,61%)
(0.02/0.00/0.05/0.61)	

CMYK percentages

%2.02
%0
%5.05
%61.18

Codes

Color #61635E in popluar color models

61635E
RGB979994
HSL84°2.59%37.84%
HSB/HSV84°5.05%38.82%
CMYK2.02%0.00%5.05%
61.18%

Color #61635E in popluar number systems.

HEX61635E
Decimal979994
Binary110000111000111011110
Octal141143136

Shades and tints

Shades of #61635E

#61635E
(97,99,94)
#595A56
(89,90,86)
#51514E
(81,81,78)
#494846
(73,72,70)
#413F3E
(65,63,62)
#393636
(57,54,54)
#312D2E
(49,45,46)
#292426
(41,36,38)
#211B1E
(33,27,30)
#191216
(25,18,22)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #61635E

#61635E
(97,99,94)
#6F716C
(111,113,108)
#7D7F7A
(125,127,122)
#8B8D88
(139,141,136)
#999B96
(153,155,150)
#A7A9A4
(167,169,164)
#B5B7B2
(181,183,178)
#C3C5C0
(195,197,192)
#D1D3CE
(209,211,206)
#DFE1DC
(223,225,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61635E color. Also use rgb(97,99,94) instead hex code.

Text Font Color

.myTextColor { color: #61635E; }

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

This text font color is #61635E.


Background Color

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

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

This div background color is #61635E.


Border color

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

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

This div border color is #61635E.


Opacity

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

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

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

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

This text has shadow with #61635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61635E on black background.


Color preview on white background

This text has color #61635E on white background.



Black color preview on #61635E background

This text has black color on #61635E background.


White color preview on #61635E background

This text has white color on #61635E background.