COLOR #61848B

HEX: #61848B
RGB: (97,132,139)

Color info

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

RGB color model

#61848B color RGB value is (97,132,139).

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

RGB channels and saturation

R 97 of 255 = 38%
G 132 of 255 = 52%
B 139 of 255 = 55%

97
132
139

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

Portions of RGB colors in percentages

R + G + B =
97 + 132 + 139 = 368 (100%)
R 97 of 368 ~ 26.36%
G 132 of 368 ~ 35.87%
B 139 of 368 ~ 37.77%

%26.36
%35.87
%37.77

CMYK color model

#61848B color CMYK value is (30,5,0,45).

  • cyan value is 30.22%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(30,5,0,45)
C30M5Y0K45 
(30%,5%,0%,45%)
(0.30/0.05/0.00/0.45)	

CMYK percentages

%30.22
%5.04
%0
%45.49

Codes

Color #61848B in popluar color models

61848B
RGB97132139
HSL190°17.80%46.27%
HSB/HSV190°30.22%54.51%
CMYK30.22%5.04%0.00%
45.49%

Color #61848B in popluar number systems.

HEX61848B
Decimal97132139
Binary11000011000010010001011
Octal141204213

Shades and tints

Shades of #61848B

#61848B
(97,132,139)
#59787F
(89,120,127)
#516C73
(81,108,115)
#496067
(73,96,103)
#41545B
(65,84,91)
#39484F
(57,72,79)
#313C43
(49,60,67)
#293037
(41,48,55)
#21242B
(33,36,43)
#19181F
(25,24,31)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #61848B

#61848B
(97,132,139)
#6F8F95
(111,143,149)
#7D9A9F
(125,154,159)
#8BA5A9
(139,165,169)
#99B0B3
(153,176,179)
#A7BBBD
(167,187,189)
#B5C6C7
(181,198,199)
#C3D1D1
(195,209,209)
#D1DCDB
(209,220,219)
#DFE7E5
(223,231,229)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61848B; }

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

This text font color is #61848B.


Background Color

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

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

This div background color is #61848B.


Border color

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

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

This div border color is #61848B.


Opacity

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

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

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

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

This text has shadow with #61848B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61848B on black background.


Color preview on white background

This text has color #61848B on white background.



Black color preview on #61848B background

This text has black color on #61848B background.


White color preview on #61848B background

This text has white color on #61848B background.