COLOR #61525B

HEX: #61525B
RGB: (97,82,91)

Color info

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

RGB color model

#61525B color RGB value is (97,82,91).

  • red value is 97;
  • green value is 82;
  • blue value is 91.
RGB:
(97,82,91)
(38%,32%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 91 of 255 = 36%

97
82
91

R + G + B ~ 35%. #61525B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 91 = 270 (100%)
R 97 of 270 ~ 35.93%
G 82 of 270 ~ 30.37%
B 91 of 270 ~ 33.7%

%35.93
%30.37
%33.7

CMYK color model

#61525B color CMYK value is (0,15,6,62).

  • cyan value is 0.00%
  • magenta value is 15.46%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(0,15,6,62)
C0M15Y6K62 
(0%,15%,6%,62%)
(0.00/0.15/0.06/0.62)	

CMYK percentages

%0
%15.46
%6.19
%61.96

Codes

Color #61525B in popluar color models

61525B
RGB978291
HSL324°8.38%35.10%
HSB/HSV324°15.46%38.04%
CMYK0.00%15.46%6.19%
61.96%

Color #61525B in popluar number systems.

HEX61525B
Decimal978291
Binary110000110100101011011
Octal141122133

Shades and tints

Shades of #61525B

#61525B
(97,82,91)
#594B53
(89,75,83)
#51444B
(81,68,75)
#493D43
(73,61,67)
#41363B
(65,54,59)
#392F33
(57,47,51)
#31282B
(49,40,43)
#292123
(41,33,35)
#211A1B
(33,26,27)
#191313
(25,19,19)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #61525B

#61525B
(97,82,91)
#6F6169
(111,97,105)
#7D7077
(125,112,119)
#8B7F85
(139,127,133)
#998E93
(153,142,147)
#A79DA1
(167,157,161)
#B5ACAF
(181,172,175)
#C3BBBD
(195,187,189)
#D1CACB
(209,202,203)
#DFD9D9
(223,217,217)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61525B color. Also use rgb(97,82,91) instead hex code.

Text Font Color

.myTextColor { color: #61525B; }

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

This text font color is #61525B.


Background Color

.myBgColor { background-color: #61525B; }

<div style="background-color:#61525B">Inner text</div>

This div background color is #61525B.


Border color

.myBorderColor { border: 1px solid #61525B; }

<div style="border:3px solid #61525B">Div</div>

This div border color is #61525B.


Opacity

.myOpacity80 { color: #61525B; opacity: 0.8; }

<p style="color:#61525B;opacity:0.8;">80%</p>

Text with #61525B 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 #61525B;}

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

This text has shadow with #61525B color.

.textShadow {text-shadow: 3px 3px 1px #61525B, 3px 3px 1px red;}

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

This text has shadow with #61525B primary color and red secondary color.


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

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

This text has shadow with #61525B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61525B on black background.


Color preview on white background

This text has color #61525B on white background.



Black color preview on #61525B background

This text has black color on #61525B background.


White color preview on #61525B background

This text has white color on #61525B background.