COLOR #61878B

HEX: #61878B RGB: (97,135,139)

Color info

#61878B contains red, green and blue colors in about the same proportion. Web safe color of #61878B is #669999 (or #699).

RGB color model

#61878B color RGB value is (97,135,139).

RGB: (97,135,139) (38%, 53%, 55%)

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 139 of 255 = 55%

97
135
139

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

Portions of RGB colors in percentages

R + G + B = 97 + 135 + 139 = 371 (100%)
R 97 of 371 ~ 26.15%
G 135 of 371 ~ 36.39%
B 139 of 371 ~ 37.47'%

%26.15
%36.39
%37.47

CMYK color model

#61878B color CMYK value is (30,3,0,45).

  • cyan value is 30.22%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (30,3,0,45)
C30M3Y0K45 (30%, 3%, 0%, 45%)
(0.30 / 0.03 / 0.00 / 0.45)

CMYK percentages

%30.22
%2.88
%0
%45.49

Codes

Color #61878B in popluar color models

61 87 8B
RGB 97 135 139
HSL 186° 17.80% 46.27%
HSB/HSV 186° 30.22% 54.51%
CMYK 30.22% 2.88% 0.00%
45.49%

Color #61878B in popluar number systems.

HEX 61 87 8B
Decimal 97 135 139
Binary 1100001 10000111 10001011
Octal 141 207 213

Shades and tints

Shades of #61878B

#61878B
(97,135,139)
#597B7F
(89,123,127)
#516F73
(81,111,115)
#496367
(73,99,103)
#41575B
(65,87,91)
#394B4F
(57,75,79)
#313F43
(49,63,67)
#293337
(41,51,55)
#21272B
(33,39,43)
#191B1F
(25,27,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #61878B

#61878B
(97,135,139)
#6F9195
(111,145,149)
#7D9B9F
(125,155,159)
#8BA5A9
(139,165,169)
#99AFB3
(153,175,179)
#A7B9BD
(167,185,189)
#B5C3C7
(181,195,199)
#C3CDD1
(195,205,209)
#D1D7DB
(209,215,219)
#DFE1E5
(223,225,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61878B; }

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

This text font color is #61878B.

Background Color

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

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

This div background color is #61878B.

Border color

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

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

This div border color is #61878B.

Opacity

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

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

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

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

This text has shadow with #61878B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61878B.

Preview

Color preview on black background

This text has color #61878B on black background.


Color preview on white background

This text has color #61878B on white background.


Black color preview on #61878B background

This text has black color on #61878B background.


White color preview on #61878B background

This text has white color on #61878B background.


Related colors

Complementary color

Complementary color for #hex is #9E7874.


I love getcolorcode.com

Triadic colors

1 #8B6187 and #878B61 with #61878B are triadic colors.

2 #8B8761 and #87618B with #61878B are triadic colors.