COLOR #61808A

HEX: #61808A
RGB: (97,128,138)

Color info

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

RGB color model

#61808A color RGB value is (97,128,138).

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

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 138 of 255 = 54%

97
128
138

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

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 138 = 363 (100%)
R 97 of 363 ~ 26.72%
G 128 of 363 ~ 35.26%
B 138 of 363 ~ 38.02%

%26.72
%35.26
%38.02

CMYK color model

#61808A color CMYK value is (30,7,0,46).

  • cyan value is 29.71%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,7,0,46)
C30M7Y0K46 
(30%,7%,0%,46%)
(0.30/0.07/0.00/0.46)	

CMYK percentages

%29.71
%7.25
%0
%45.88

Codes

Color #61808A in popluar color models

61808A
RGB97128138
HSL195°17.45%46.08%
HSB/HSV195°29.71%54.12%
CMYK29.71%7.25%0.00%
45.88%

Color #61808A in popluar number systems.

HEX61808A
Decimal97128138
Binary11000011000000010001010
Octal141200212

Shades and tints

Shades of #61808A

#61808A
(97,128,138)
#59757E
(89,117,126)
#516A72
(81,106,114)
#495F66
(73,95,102)
#41545A
(65,84,90)
#39494E
(57,73,78)
#313E42
(49,62,66)
#293336
(41,51,54)
#21282A
(33,40,42)
#191D1E
(25,29,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #61808A

#61808A
(97,128,138)
#6F8B94
(111,139,148)
#7D969E
(125,150,158)
#8BA1A8
(139,161,168)
#99ACB2
(153,172,178)
#A7B7BC
(167,183,188)
#B5C2C6
(181,194,198)
#C3CDD0
(195,205,208)
#D1D8DA
(209,216,218)
#DFE3E4
(223,227,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61808A; }

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

This text font color is #61808A.


Background Color

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

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

This div background color is #61808A.


Border color

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

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

This div border color is #61808A.


Opacity

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

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

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

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

This text has shadow with #61808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61808A on black background.


Color preview on white background

This text has color #61808A on white background.



Black color preview on #61808A background

This text has black color on #61808A background.


White color preview on #61808A background

This text has white color on #61808A background.