COLOR #61736C

HEX: #61736C RGB: (97,115,108)

Color info

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

RGB color model

#61736C color RGB value is (97,115,108).

RGB: (97,115,108) (38%, 45%, 42%)

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 108 of 255 = 42%

97
115
108

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

Portions of RGB colors in percentages

R + G + B = 97 + 115 + 108 = 320 (100%)
R 97 of 320 ~ 30.31%
G 115 of 320 ~ 35.94%
B 108 of 320 ~ 33.75'%

%30.31
%35.94
%33.75

CMYK color model

#61736C color CMYK value is (16,0,6,55).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 54.90%

CMYK: (16,0,6,55)
C16M0Y6K55 (16%, 0%, 6%, 55%)
(0.16 / 0.00 / 0.06 / 0.55)

CMYK percentages

%15.65
%0
%6.09
%54.9

Codes

Color #61736C in popluar color models

61 73 6C
RGB 97 115 108
HSL 157° 8.49% 41.57%
HSB/HSV 157° 15.65% 45.10%
CMYK 15.65% 0.00% 6.09%
54.90%

Color #61736C in popluar number systems.

HEX 61 73 6C
Decimal 97 115 108
Binary 1100001 1110011 1101100
Octal 141 163 154

Shades and tints

Shades of #61736C

#61736C
(97,115,108)
#596963
(89,105,99)
#515F5A
(81,95,90)
#495551
(73,85,81)
#414B48
(65,75,72)
#39413F
(57,65,63)
#313736
(49,55,54)
#292D2D
(41,45,45)
#212324
(33,35,36)
#19191B
(25,25,27)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #61736C

#61736C
(97,115,108)
#6F7F79
(111,127,121)
#7D8B86
(125,139,134)
#8B9793
(139,151,147)
#99A3A0
(153,163,160)
#A7AFAD
(167,175,173)
#B5BBBA
(181,187,186)
#C3C7C7
(195,199,199)
#D1D3D4
(209,211,212)
#DFDFE1
(223,223,225)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61736C color. Also use rgb(97,115,108) instead hex code.

Text Font Color

.myTextColor { color: #61736C; }

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

This text font color is #61736C.

Background Color

.myBgColor { background-color: #61736C; }

<div style="background-color:#61736C">Inner text</div>

This div background color is #61736C.

Border color

.myBorderColor { border: 1px solid #61736C; }

<div style="border:3px solid #61736C">Div</div>

This div border color is #61736C.

Opacity

.myOpacity80 { color: #61736C; opacity: 0.8; }

<p style="color:#61736C;opacity:0.8;">80%</p>

Text with #61736C 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 #61736C;}

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

This text has shadow with #61736C color.


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

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

This text has shadow with #61736C primary color and red secondary color.


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

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

This text has shadow with #61736C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #61736C.

Preview

Color preview on black background

This text has color #61736C on black background.


Color preview on white background

This text has color #61736C on white background.


Black color preview on #61736C background

This text has black color on #61736C background.


White color preview on #61736C background

This text has white color on #61736C background.


Related colors

Complementary color

Complementary color for #hex is #9E8C93.


I love getcolorcode.com

Triadic colors

1 #6C6173 and #736C61 with #61736C are triadic colors.

2 #6C7361 and #73616C with #61736C are triadic colors.