COLOR #61828B

HEX: #61828B RGB: (97,130,139)

Color info

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

RGB color model

#61828B color RGB value is (97,130,139).

RGB: (97,130,139) (38%, 51%, 55%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 139 of 255 = 55%

97
130
139

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

Portions of RGB colors in percentages

R + G + B = 97 + 130 + 139 = 366 (100%)
R 97 of 366 ~ 26.5%
G 130 of 366 ~ 35.52%
B 139 of 366 ~ 37.98'%

%26.5
%35.52
%37.98

CMYK color model

#61828B color CMYK value is (30,6,0,45).

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

CMYK: (30,6,0,45)
C30M6Y0K45 (30%, 6%, 0%, 45%)
(0.30 / 0.06 / 0.00 / 0.45)

CMYK percentages

%30.22
%6.47
%0
%45.49

Codes

Color #61828B in popluar color models

61 82 8B
RGB 97 130 139
HSL 193° 17.80% 46.27%
HSB/HSV 193° 30.22% 54.51%
CMYK 30.22% 6.47% 0.00%
45.49%

Color #61828B in popluar number systems.

HEX 61 82 8B
Decimal 97 130 139
Binary 1100001 10000010 10001011
Octal 141 202 213

Shades and tints

Shades of #61828B

#61828B
(97,130,139)
#59777F
(89,119,127)
#516C73
(81,108,115)
#496167
(73,97,103)
#41565B
(65,86,91)
#394B4F
(57,75,79)
#314043
(49,64,67)
#293537
(41,53,55)
#212A2B
(33,42,43)
#191F1F
(25,31,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #61828B

#61828B
(97,130,139)
#6F8D95
(111,141,149)
#7D989F
(125,152,159)
#8BA3A9
(139,163,169)
#99AEB3
(153,174,179)
#A7B9BD
(167,185,189)
#B5C4C7
(181,196,199)
#C3CFD1
(195,207,209)
#D1DADB
(209,218,219)
#DFE5E5
(223,229,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61828B; }

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

This text font color is #61828B.

Background Color

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

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

This div background color is #61828B.

Border color

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

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

This div border color is #61828B.

Opacity

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

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

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

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

This text has shadow with #61828B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61828B.

Preview

Color preview on black background

This text has color #61828B on black background.


Color preview on white background

This text has color #61828B on white background.


Black color preview on #61828B background

This text has black color on #61828B background.


White color preview on #61828B background

This text has white color on #61828B background.


Related colors

Complementary color

Complementary color for #hex is #9E7D74.


I love getcolorcode.com

Triadic colors

1 #8B6182 and #828B61 with #61828B are triadic colors.

2 #8B8261 and #82618B with #61828B are triadic colors.