COLOR #61626F

HEX: #61626F RGB: (97,98,111)

Color info

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

RGB color model

#61626F color RGB value is (97,98,111).

RGB: (97,98,111) (38%, 38%, 44%)

RGB channels and saturation

R 97 of 255 = 38%
G 98 of 255 = 38%
B 111 of 255 = 44%

97
98
111

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

Portions of RGB colors in percentages

R + G + B = 97 + 98 + 111 = 306 (100%)
R 97 of 306 ~ 31.7%
G 98 of 306 ~ 32.03%
B 111 of 306 ~ 36.27'%

%31.7
%32.03
%36.27

CMYK color model

#61626F color CMYK value is (13,12,0,56).

  • cyan value is 12.61%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (13,12,0,56)
C13M12Y0K56 (13%, 12%, 0%, 56%)
(0.13 / 0.12 / 0.00 / 0.56)

CMYK percentages

%12.61
%11.71
%0
%56.47

Codes

Color #61626F in popluar color models

61 62 6F
RGB 97 98 111
HSL 236° 6.73% 40.78%
HSB/HSV 236° 12.61% 43.53%
CMYK 12.61% 11.71% 0.00%
56.47%

Color #61626F in popluar number systems.

HEX 61 62 6F
Decimal 97 98 111
Binary 1100001 1100010 1101111
Octal 141 142 157

Shades and tints

Shades of #61626F

#61626F
(97,98,111)
#595A65
(89,90,101)
#51525B
(81,82,91)
#494A51
(73,74,81)
#414247
(65,66,71)
#393A3D
(57,58,61)
#313233
(49,50,51)
#292A29
(41,42,41)
#21221F
(33,34,31)
#191A15
(25,26,21)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #61626F

#61626F
(97,98,111)
#6F707C
(111,112,124)
#7D7E89
(125,126,137)
#8B8C96
(139,140,150)
#999AA3
(153,154,163)
#A7A8B0
(167,168,176)
#B5B6BD
(181,182,189)
#C3C4CA
(195,196,202)
#D1D2D7
(209,210,215)
#DFE0E4
(223,224,228)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61626F; }

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

This text font color is #61626F.

Background Color

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

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

This div background color is #61626F.

Border color

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

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

This div border color is #61626F.

Opacity

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

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

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

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

This text has shadow with #61626F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61626F.

Preview

Color preview on black background

This text has color #61626F on black background.


Color preview on white background

This text has color #61626F on white background.


Black color preview on #61626F background

This text has black color on #61626F background.


White color preview on #61626F background

This text has white color on #61626F background.


Related colors

Complementary color

Complementary color for #hex is #9E9D90.


I love getcolorcode.com

Triadic colors

1 #6F6162 and #626F61 with #61626F are triadic colors.

2 #6F6261 and #62616F with #61626F are triadic colors.