COLOR #61808D

HEX: #61808D
RGB: (97,128,141)

Color info

#61808D contains red, green and blue colors in about the same proportion. Web safe color of #61808D is #666699 (or #669).

RGB color model

#61808D color RGB value is (97,128,141).

  • red value is 97;
  • green value is 128;
  • blue value is 141.
RGB:
(97,128,141)
(38%,50%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 141 of 255 = 55%

97
128
141

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 141 = 366 (100%)
R 97 of 366 ~ 26.5%
G 128 of 366 ~ 34.97%
B 141 of 366 ~ 38.52%

%26.5
%34.97
%38.52

CMYK color model

#61808D color CMYK value is (31,9,0,45).

  • cyan value is 31.21%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(31,9,0,45)
C31M9Y0K45 
(31%,9%,0%,45%)
(0.31/0.09/0.00/0.45)	

CMYK percentages

%31.21
%9.22
%0
%44.71

Codes

Color #61808D in popluar color models

61808D
RGB97128141
HSL198°18.49%46.67%
HSB/HSV198°31.21%55.29%
CMYK31.21%9.22%0.00%
44.71%

Color #61808D in popluar number systems.

HEX61808D
Decimal97128141
Binary11000011000000010001101
Octal141200215

Shades and tints

Shades of #61808D

#61808D
(97,128,141)
#597581
(89,117,129)
#516A75
(81,106,117)
#495F69
(73,95,105)
#41545D
(65,84,93)
#394951
(57,73,81)
#313E45
(49,62,69)
#293339
(41,51,57)
#21282D
(33,40,45)
#191D21
(25,29,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #61808D

#61808D
(97,128,141)
#6F8B97
(111,139,151)
#7D96A1
(125,150,161)
#8BA1AB
(139,161,171)
#99ACB5
(153,172,181)
#A7B7BF
(167,183,191)
#B5C2C9
(181,194,201)
#C3CDD3
(195,205,211)
#D1D8DD
(209,216,221)
#DFE3E7
(223,227,231)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61808D; }

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

This text font color is #61808D.


Background Color

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

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

This div background color is #61808D.


Border color

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

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

This div border color is #61808D.


Opacity

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

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

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

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

This text has shadow with #61808D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61808D on black background.


Color preview on white background

This text has color #61808D on white background.



Black color preview on #61808D background

This text has black color on #61808D background.


White color preview on #61808D background

This text has white color on #61808D background.