COLOR #61575A

HEX: #61575A
RGB: (97,87,90)

Color info

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

RGB color model

#61575A color RGB value is (97,87,90).

  • red value is 97;
  • green value is 87;
  • blue value is 90.
RGB:
(97,87,90)
(38%,34%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 87 of 255 = 34%
B 90 of 255 = 35%

97
87
90

R + G + B ~ 36%. #61575A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 87 + 90 = 274 (100%)
R 97 of 274 ~ 35.4%
G 87 of 274 ~ 31.75%
B 90 of 274 ~ 32.85%

%35.4
%31.75
%32.85

CMYK color model

#61575A color CMYK value is (0,10,7,62).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(0,10,7,62)
C0M10Y7K62 
(0%,10%,7%,62%)
(0.00/0.10/0.07/0.62)	

CMYK percentages

%0
%10.31
%7.22
%61.96

Codes

Color #61575A in popluar color models

61575A
RGB978790
HSL342°5.43%36.08%
HSB/HSV342°10.31%38.04%
CMYK0.00%10.31%7.22%
61.96%

Color #61575A in popluar number systems.

HEX61575A
Decimal978790
Binary110000110101111011010
Octal141127132

Shades and tints

Shades of #61575A

#61575A
(97,87,90)
#595052
(89,80,82)
#51494A
(81,73,74)
#494242
(73,66,66)
#413B3A
(65,59,58)
#393432
(57,52,50)
#312D2A
(49,45,42)
#292622
(41,38,34)
#211F1A
(33,31,26)
#191812
(25,24,18)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #61575A

#61575A
(97,87,90)
#6F6669
(111,102,105)
#7D7578
(125,117,120)
#8B8487
(139,132,135)
#999396
(153,147,150)
#A7A2A5
(167,162,165)
#B5B1B4
(181,177,180)
#C3C0C3
(195,192,195)
#D1CFD2
(209,207,210)
#DFDEE1
(223,222,225)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61575A color. Also use rgb(97,87,90) instead hex code.

Text Font Color

.myTextColor { color: #61575A; }

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

This text font color is #61575A.


Background Color

.myBgColor { background-color: #61575A; }

<div style="background-color:#61575A">Inner text</div>

This div background color is #61575A.


Border color

.myBorderColor { border: 1px solid #61575A; }

<div style="border:3px solid #61575A">Div</div>

This div border color is #61575A.


Opacity

.myOpacity80 { color: #61575A; opacity: 0.8; }

<p style="color:#61575A;opacity:0.8;">80%</p>

Text with #61575A 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 #61575A;}

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

This text has shadow with #61575A color.

.textShadow {text-shadow: 3px 3px 1px #61575A, 3px 3px 1px red;}

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

This text has shadow with #61575A primary color and red secondary color.


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

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

This text has shadow with #61575A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61575A on black background.


Color preview on white background

This text has color #61575A on white background.



Black color preview on #61575A background

This text has black color on #61575A background.


White color preview on #61575A background

This text has white color on #61575A background.