COLOR #61888C

HEX: #61888C
RGB: (97,136,140)

Color info

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

RGB color model

#61888C color RGB value is (97,136,140).

  • red value is 97;
  • green value is 136;
  • blue value is 140.
RGB:
(97,136,140)
(38%,53%,55%)

RGB channels and saturation

R 97 of 255 = 38%
G 136 of 255 = 53%
B 140 of 255 = 55%

97
136
140

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

Portions of RGB colors in percentages

R + G + B =
97 + 136 + 140 = 373 (100%)
R 97 of 373 ~ 26.01%
G 136 of 373 ~ 36.46%
B 140 of 373 ~ 37.53%

%26.01
%36.46
%37.53

CMYK color model

#61888C color CMYK value is (31,3,0,45).

  • cyan value is 30.71%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(31,3,0,45)
C31M3Y0K45 
(31%,3%,0%,45%)
(0.31/0.03/0.00/0.45)	

CMYK percentages

%30.71
%2.86
%0
%45.1

Codes

Color #61888C in popluar color models

61888C
RGB97136140
HSL186°18.14%46.47%
HSB/HSV186°30.71%54.90%
CMYK30.71%2.86%0.00%
45.10%

Color #61888C in popluar number systems.

HEX61888C
Decimal97136140
Binary11000011000100010001100
Octal141210214

Shades and tints

Shades of #61888C

#61888C
(97,136,140)
#597C80
(89,124,128)
#517074
(81,112,116)
#496468
(73,100,104)
#41585C
(65,88,92)
#394C50
(57,76,80)
#314044
(49,64,68)
#293438
(41,52,56)
#21282C
(33,40,44)
#191C20
(25,28,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #61888C

#61888C
(97,136,140)
#6F9296
(111,146,150)
#7D9CA0
(125,156,160)
#8BA6AA
(139,166,170)
#99B0B4
(153,176,180)
#A7BABE
(167,186,190)
#B5C4C8
(181,196,200)
#C3CED2
(195,206,210)
#D1D8DC
(209,216,220)
#DFE2E6
(223,226,230)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61888C color. Also use rgb(97,136,140) instead hex code.

Text Font Color

.myTextColor { color: #61888C; }

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

This text font color is #61888C.


Background Color

.myBgColor { background-color: #61888C; }

<div style="background-color:#61888C">Inner text</div>

This div background color is #61888C.


Border color

.myBorderColor { border: 1px solid #61888C; }

<div style="border:3px solid #61888C">Div</div>

This div border color is #61888C.


Opacity

.myOpacity80 { color: #61888C; opacity: 0.8; }

<p style="color:#61888C;opacity:0.8;">80%</p>

Text with #61888C 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 #61888C;}

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

This text has shadow with #61888C color.

.textShadow {text-shadow: 3px 3px 1px #61888C, 3px 3px 1px red;}

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

This text has shadow with #61888C primary color and red secondary color.


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

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

This text has shadow with #61888C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61888C on black background.


Color preview on white background

This text has color #61888C on white background.



Black color preview on #61888C background

This text has black color on #61888C background.


White color preview on #61888C background

This text has white color on #61888C background.