COLOR #61725B

HEX: #61725B
RGB: (97,114,91)

Color info

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

RGB color model

#61725B color RGB value is (97,114,91).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 91 of 255 = 36%

97
114
91

R + G + B ~ 40%. #61725B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 91 = 302 (100%)
R 97 of 302 ~ 32.12%
G 114 of 302 ~ 37.75%
B 91 of 302 ~ 30.13%

%32.12
%37.75
%30.13

CMYK color model

#61725B color CMYK value is (15,0,20,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK:
(15,0,20,55)
C15M0Y20K55 
(15%,0%,20%,55%)
(0.15/0.00/0.20/0.55)	

CMYK percentages

%14.91
%0
%20.18
%55.29

Codes

Color #61725B in popluar color models

61725B
RGB9711491
HSL104°11.22%40.20%
HSB/HSV104°20.18%44.71%
CMYK14.91%0.00%20.18%
55.29%

Color #61725B in popluar number systems.

HEX61725B
Decimal9711491
Binary110000111100101011011
Octal141162133

Shades and tints

Shades of #61725B

#61725B
(97,114,91)
#596853
(89,104,83)
#515E4B
(81,94,75)
#495443
(73,84,67)
#414A3B
(65,74,59)
#394033
(57,64,51)
#31362B
(49,54,43)
#292C23
(41,44,35)
#21221B
(33,34,27)
#191813
(25,24,19)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #61725B

#61725B
(97,114,91)
#6F7E69
(111,126,105)
#7D8A77
(125,138,119)
#8B9685
(139,150,133)
#99A293
(153,162,147)
#A7AEA1
(167,174,161)
#B5BAAF
(181,186,175)
#C3C6BD
(195,198,189)
#D1D2CB
(209,210,203)
#DFDED9
(223,222,217)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61725B; }

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

This text font color is #61725B.


Background Color

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

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

This div background color is #61725B.


Border color

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

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

This div border color is #61725B.


Opacity

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

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

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

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

This text has shadow with #61725B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61725B on black background.


Color preview on white background

This text has color #61725B on white background.



Black color preview on #61725B background

This text has black color on #61725B background.


White color preview on #61725B background

This text has white color on #61725B background.