COLOR #61726A

HEX: #61726A
RGB: (97,114,106)

Color info

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

RGB color model

#61726A color RGB value is (97,114,106).

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

RGB channels and saturation

R 97 of 255 = 38%
G 114 of 255 = 45%
B 106 of 255 = 42%

97
114
106

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

Portions of RGB colors in percentages

R + G + B =
97 + 114 + 106 = 317 (100%)
R 97 of 317 ~ 30.6%
G 114 of 317 ~ 35.96%
B 106 of 317 ~ 33.44%

%30.6
%35.96
%33.44

CMYK color model

#61726A color CMYK value is (15,0,7,55).

  • cyan value is 14.91%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(15,0,7,55)
C15M0Y7K55 
(15%,0%,7%,55%)
(0.15/0.00/0.07/0.55)	

CMYK percentages

%14.91
%0
%7.02
%55.29

Codes

Color #61726A in popluar color models

61726A
RGB97114106
HSL152°8.06%41.37%
HSB/HSV152°14.91%44.71%
CMYK14.91%0.00%7.02%
55.29%

Color #61726A in popluar number systems.

HEX61726A
Decimal97114106
Binary110000111100101101010
Octal141162152

Shades and tints

Shades of #61726A

#61726A
(97,114,106)
#596861
(89,104,97)
#515E58
(81,94,88)
#49544F
(73,84,79)
#414A46
(65,74,70)
#39403D
(57,64,61)
#313634
(49,54,52)
#292C2B
(41,44,43)
#212222
(33,34,34)
#191819
(25,24,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #61726A

#61726A
(97,114,106)
#6F7E77
(111,126,119)
#7D8A84
(125,138,132)
#8B9691
(139,150,145)
#99A29E
(153,162,158)
#A7AEAB
(167,174,171)
#B5BAB8
(181,186,184)
#C3C6C5
(195,198,197)
#D1D2D2
(209,210,210)
#DFDEDF
(223,222,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61726A; }

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

This text font color is #61726A.


Background Color

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

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

This div background color is #61726A.


Border color

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

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

This div border color is #61726A.


Opacity

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

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

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

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

This text has shadow with #61726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61726A on black background.


Color preview on white background

This text has color #61726A on white background.



Black color preview on #61726A background

This text has black color on #61726A background.


White color preview on #61726A background

This text has white color on #61726A background.