COLOR #61788B

HEX: #61788B
RGB: (97,120,139)

Color info

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

RGB color model

#61788B color RGB value is (97,120,139).

  • red value is 97;
  • green value is 120;
  • blue value is 139.
RGB:
(97,120,139)
(38%,47%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 120 of 255 = 47%
B 139 of 255 = 55%

97
120
139

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

Portions of RGB colors in percentages

R + G + B =
97 + 120 + 139 = 356 (100%)
R 97 of 356 ~ 27.25%
G 120 of 356 ~ 33.71%
B 139 of 356 ~ 39.04%

%27.25
%33.71
%39.04

CMYK color model

#61788B color CMYK value is (30,14,0,45).

  • cyan value is 30.22%
  • magenta value is 13.67%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(30,14,0,45)
C30M14Y0K45 
(30%,14%,0%,45%)
(0.30/0.14/0.00/0.45)	

CMYK percentages

%30.22
%13.67
%0
%45.49

Codes

Color #61788B in popluar color models

61788B
RGB97120139
HSL207°17.80%46.27%
HSB/HSV207°30.22%54.51%
CMYK30.22%13.67%0.00%
45.49%

Color #61788B in popluar number systems.

HEX61788B
Decimal97120139
Binary1100001111100010001011
Octal141170213

Shades and tints

Shades of #61788B

#61788B
(97,120,139)
#596E7F
(89,110,127)
#516473
(81,100,115)
#495A67
(73,90,103)
#41505B
(65,80,91)
#39464F
(57,70,79)
#313C43
(49,60,67)
#293237
(41,50,55)
#21282B
(33,40,43)
#191E1F
(25,30,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #61788B

#61788B
(97,120,139)
#6F8495
(111,132,149)
#7D909F
(125,144,159)
#8B9CA9
(139,156,169)
#99A8B3
(153,168,179)
#A7B4BD
(167,180,189)
#B5C0C7
(181,192,199)
#C3CCD1
(195,204,209)
#D1D8DB
(209,216,219)
#DFE4E5
(223,228,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61788B color. Also use rgb(97,120,139) instead hex code.

Text Font Color

.myTextColor { color: #61788B; }

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

This text font color is #61788B.


Background Color

.myBgColor { background-color: #61788B; }

<div style="background-color:#61788B">Inner text</div>

This div background color is #61788B.


Border color

.myBorderColor { border: 1px solid #61788B; }

<div style="border:3px solid #61788B">Div</div>

This div border color is #61788B.


Opacity

.myOpacity80 { color: #61788B; opacity: 0.8; }

<p style="color:#61788B;opacity:0.8;">80%</p>

Text with #61788B 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 #61788B;}

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

This text has shadow with #61788B color.

.textShadow {text-shadow: 3px 3px 1px #61788B, 3px 3px 1px red;}

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

This text has shadow with #61788B primary color and red secondary color.


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

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

This text has shadow with #61788B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61788B on black background.


Color preview on white background

This text has color #61788B on white background.



Black color preview on #61788B background

This text has black color on #61788B background.


White color preview on #61788B background

This text has white color on #61788B background.