COLOR #61726F

HEX: #61726F
RGB: (97,114,111)

Color info

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

RGB color model

#61726F color RGB value is (97,114,111).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 111 of 255 = 44%

97
114
111

R + G + B ~ 42%. #61726F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 111 = 322 (100%)
R 97 of 322 ~ 30.12%
G 114 of 322 ~ 35.4%
B 111 of 322 ~ 34.47%

%30.12
%35.4
%34.47

CMYK color model

#61726F color CMYK value is (15,0,3,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 55.29%
CMYK:
(15,0,3,55)
C15M0Y3K55 
(15%,0%,3%,55%)
(0.15/0.00/0.03/0.55)	

CMYK percentages

%14.91
%0
%2.63
%55.29

Codes

Color #61726F in popluar color models

61726F
RGB97114111
HSL169°8.06%41.37%
HSB/HSV169°14.91%44.71%
CMYK14.91%0.00%2.63%
55.29%

Color #61726F in popluar number systems.

HEX61726F
Decimal97114111
Binary110000111100101101111
Octal141162157

Shades and tints

Shades of #61726F

#61726F
(97,114,111)
#596865
(89,104,101)
#515E5B
(81,94,91)
#495451
(73,84,81)
#414A47
(65,74,71)
#39403D
(57,64,61)
#313633
(49,54,51)
#292C29
(41,44,41)
#21221F
(33,34,31)
#191815
(25,24,21)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #61726F

#61726F
(97,114,111)
#6F7E7C
(111,126,124)
#7D8A89
(125,138,137)
#8B9696
(139,150,150)
#99A2A3
(153,162,163)
#A7AEB0
(167,174,176)
#B5BABD
(181,186,189)
#C3C6CA
(195,198,202)
#D1D2D7
(209,210,215)
#DFDEE4
(223,222,228)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61726F color. Also use rgb(97,114,111) instead hex code.

Text Font Color

.myTextColor { color: #61726F; }

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

This text font color is #61726F.


Background Color

.myBgColor { background-color: #61726F; }

<div style="background-color:#61726F">Inner text</div>

This div background color is #61726F.


Border color

.myBorderColor { border: 1px solid #61726F; }

<div style="border:3px solid #61726F">Div</div>

This div border color is #61726F.


Opacity

.myOpacity80 { color: #61726F; opacity: 0.8; }

<p style="color:#61726F;opacity:0.8;">80%</p>

Text with #61726F 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 #61726F;}

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

This text has shadow with #61726F color.

.textShadow {text-shadow: 3px 3px 1px #61726F, 3px 3px 1px red;}

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

This text has shadow with #61726F primary color and red secondary color.


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

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

This text has shadow with #61726F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61726F on black background.


Color preview on white background

This text has color #61726F on white background.



Black color preview on #61726F background

This text has black color on #61726F background.


White color preview on #61726F background

This text has white color on #61726F background.