COLOR #61725A

HEX: #61725A
RGB: (97,114,90)

Color info

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

RGB color model

#61725A color RGB value is (97,114,90).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 90 of 255 = 35%

97
114
90

R + G + B ~ 39%. #61725A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 90 = 301 (100%)
R 97 of 301 ~ 32.23%
G 114 of 301 ~ 37.87%
B 90 of 301 ~ 29.9%

%32.23
%37.87
%29.9

CMYK color model

#61725A color CMYK value is (15,0,21,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK: (15,0,21,55) C15M0Y21K55 (15%,0%,21%,55%) (0.15/0.00/0.21/0.55)

CMYK percentages

%14.91
%0
%21.05
%55.29

Codes

Color #61725A in popluar color models

61725A
RGB9711490
HSL103°11.76%40.00%
HSB/HSV103°21.05%44.71%
CMYK14.91%0.00%21.05%
55.29%

Color #61725A in popluar number systems.

HEX61725A
Decimal9711490
Binary110000111100101011010
Octal141162132

Shades and tints

Shades of #61725A

#61725A
(97,114,90)
#596852
(89,104,82)
#515E4A
(81,94,74)
#495442
(73,84,66)
#414A3A
(65,74,58)
#394032
(57,64,50)
#31362A
(49,54,42)
#292C22
(41,44,34)
#21221A
(33,34,26)
#191812
(25,24,18)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #61725A

#61725A
(97,114,90)
#6F7E69
(111,126,105)
#7D8A78
(125,138,120)
#8B9687
(139,150,135)
#99A296
(153,162,150)
#A7AEA5
(167,174,165)
#B5BAB4
(181,186,180)
#C3C6C3
(195,198,195)
#D1D2D2
(209,210,210)
#DFDEE1
(223,222,225)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61725A; }

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

This text font color is #61725A.


Background Color

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

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

This div background color is #61725A.


Border color

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

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

This div border color is #61725A.


Opacity

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

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

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

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

This text has shadow with #61725A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #61725A on black background.


Color preview on white background

This text has color #61725A on white background.



Black color preview on #61725A background

This text has black color on #61725A background.


White color preview on #61725A background

This text has white color on #61725A background.