COLOR #61807D

HEX: #61807D
RGB: (97,128,125)

Color info

#61807D contains red, green and blue colors in about the same proportion. Web safe color of #61807D is #666666 (or #666).

RGB color model

#61807D color RGB value is (97,128,125).

  • red value is 97;
  • green value is 128;
  • blue value is 125.
RGB:
(97,128,125)
(38%,50%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 125 of 255 = 49%

97
128
125

R + G + B ~ 46%. #61807D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 128 + 125 = 350 (100%)
R 97 of 350 ~ 27.71%
G 128 of 350 ~ 36.57%
B 125 of 350 ~ 35.71%

%27.71
%36.57
%35.71

CMYK color model

#61807D color CMYK value is (24,0,2,50).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(24,0,2,50)
C24M0Y2K50 
(24%,0%,2%,50%)
(0.24/0.00/0.02/0.50)	

CMYK percentages

%24.22
%0
%2.34
%49.8

Codes

Color #61807D in popluar color models

61807D
RGB97128125
HSL174°13.78%44.12%
HSB/HSV174°24.22%50.20%
CMYK24.22%0.00%2.34%
49.80%

Color #61807D in popluar number systems.

HEX61807D
Decimal97128125
Binary1100001100000001111101
Octal141200175

Shades and tints

Shades of #61807D

#61807D
(97,128,125)
#597572
(89,117,114)
#516A67
(81,106,103)
#495F5C
(73,95,92)
#415451
(65,84,81)
#394946
(57,73,70)
#313E3B
(49,62,59)
#293330
(41,51,48)
#212825
(33,40,37)
#191D1A
(25,29,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #61807D

#61807D
(97,128,125)
#6F8B88
(111,139,136)
#7D9693
(125,150,147)
#8BA19E
(139,161,158)
#99ACA9
(153,172,169)
#A7B7B4
(167,183,180)
#B5C2BF
(181,194,191)
#C3CDCA
(195,205,202)
#D1D8D5
(209,216,213)
#DFE3E0
(223,227,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61807D color. Also use rgb(97,128,125) instead hex code.

Text Font Color

.myTextColor { color: #61807D; }

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

This text font color is #61807D.


Background Color

.myBgColor { background-color: #61807D; }

<div style="background-color:#61807D">Inner text</div>

This div background color is #61807D.


Border color

.myBorderColor { border: 1px solid #61807D; }

<div style="border:3px solid #61807D">Div</div>

This div border color is #61807D.


Opacity

.myOpacity80 { color: #61807D; opacity: 0.8; }

<p style="color:#61807D;opacity:0.8;">80%</p>

Text with #61807D 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 #61807D;}

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

This text has shadow with #61807D color.

.textShadow {text-shadow: 3px 3px 1px #61807D, 3px 3px 1px red;}

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

This text has shadow with #61807D primary color and red secondary color.


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

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

This text has shadow with #61807D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61807D on black background.


Color preview on white background

This text has color #61807D on white background.



Black color preview on #61807D background

This text has black color on #61807D background.


White color preview on #61807D background

This text has white color on #61807D background.