COLOR #61806D

HEX: #61806D RGB: (97,128,109)

Color info

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

RGB color model

#61806D color RGB value is (97,128,109).

RGB: (97,128,109) (38%, 50%, 43%)

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 109 of 255 = 43%

97
128
109

R + G + B ~ 44%. #61806D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 128 + 109 = 334 (100%)
R 97 of 334 ~ 29.04%
G 128 of 334 ~ 38.32%
B 109 of 334 ~ 32.63'%

%29.04
%38.32
%32.63

CMYK color model

#61806D color CMYK value is (24,0,15,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%

CMYK: (24,0,15,50)
C24M0Y15K50 (24%, 0%, 15%, 50%)
(0.24 / 0.00 / 0.15 / 0.50)

CMYK percentages

%24.22
%0
%14.84
%49.8

Codes

Color #61806D in popluar color models

61 80 6D
RGB 97 128 109
HSL 143° 13.78% 44.12%
HSB/HSV 143° 24.22% 50.20%
CMYK 24.22% 0.00% 14.84%
49.80%

Color #61806D in popluar number systems.

HEX 61 80 6D
Decimal 97 128 109
Binary 1100001 10000000 1101101
Octal 141 200 155

Shades and tints

Shades of #61806D

#61806D
(97,128,109)
#597564
(89,117,100)
#516A5B
(81,106,91)
#495F52
(73,95,82)
#415449
(65,84,73)
#394940
(57,73,64)
#313E37
(49,62,55)
#29332E
(41,51,46)
#212825
(33,40,37)
#191D1C
(25,29,28)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #61806D

#61806D
(97,128,109)
#6F8B7A
(111,139,122)
#7D9687
(125,150,135)
#8BA194
(139,161,148)
#99ACA1
(153,172,161)
#A7B7AE
(167,183,174)
#B5C2BB
(181,194,187)
#C3CDC8
(195,205,200)
#D1D8D5
(209,216,213)
#DFE3E2
(223,227,226)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61806D color. Also use rgb(97,128,109) instead hex code.

Text Font Color

.myTextColor { color: #61806D; }

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

This text font color is #61806D.

Background Color

.myBgColor { background-color: #61806D; }

<div style="background-color:#61806D">Inner text</div>

This div background color is #61806D.

Border color

.myBorderColor { border: 1px solid #61806D; }

<div style="border:3px solid #61806D">Div</div>

This div border color is #61806D.

Opacity

.myOpacity80 { color: #61806D; opacity: 0.8; }

<p style="color:#61806D;opacity:0.8;">80%</p>

Text with #61806D 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 #61806D;}

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

This text has shadow with #61806D color.


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

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

This text has shadow with #61806D primary color and red secondary color.


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

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

This text has shadow with #61806D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #61806D.

Preview

Color preview on black background

This text has color #61806D on black background.


Color preview on white background

This text has color #61806D on white background.


Black color preview on #61806D background

This text has black color on #61806D background.


White color preview on #61806D background

This text has white color on #61806D background.


Related colors

Complementary color

Complementary color for #hex is #9E7F92.


I love getcolorcode.com

Triadic colors

1 #6D6180 and #806D61 with #61806D are triadic colors.

2 #6D8061 and #80616D with #61806D are triadic colors.