COLOR #61877F

HEX: #61877F
RGB: (97,135,127)

Color info

#61877F contains red, green and blue colors in about the same proportion. Web safe color of #61877F is #669966 (or #696).

RGB color model

#61877F color RGB value is (97,135,127).

  • red value is 97;
  • green value is 135;
  • blue value is 127.
RGB:
(97,135,127)
(38%,53%,50%)

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 127 of 255 = 50%

97
135
127

R + G + B ~ 47%. #61877F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 127 = 359 (100%)
R 97 of 359 ~ 27.02%
G 135 of 359 ~ 37.6%
B 127 of 359 ~ 35.38%

%27.02
%37.6
%35.38

CMYK color model

#61877F color CMYK value is (28,0,6,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(28,0,6,47)
C28M0Y6K47 
(28%,0%,6%,47%)
(0.28/0.00/0.06/0.47)	

CMYK percentages

%28.15
%0
%5.93
%47.06

Codes

Color #61877F in popluar color models

61877F
RGB97135127
HSL167°16.38%45.49%
HSB/HSV167°28.15%52.94%
CMYK28.15%0.00%5.93%
47.06%

Color #61877F in popluar number systems.

HEX61877F
Decimal97135127
Binary1100001100001111111111
Octal141207177

Shades and tints

Shades of #61877F

#61877F
(97,135,127)
#597B74
(89,123,116)
#516F69
(81,111,105)
#49635E
(73,99,94)
#415753
(65,87,83)
#394B48
(57,75,72)
#313F3D
(49,63,61)
#293332
(41,51,50)
#212727
(33,39,39)
#191B1C
(25,27,28)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #61877F

#61877F
(97,135,127)
#6F918A
(111,145,138)
#7D9B95
(125,155,149)
#8BA5A0
(139,165,160)
#99AFAB
(153,175,171)
#A7B9B6
(167,185,182)
#B5C3C1
(181,195,193)
#C3CDCC
(195,205,204)
#D1D7D7
(209,215,215)
#DFE1E2
(223,225,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61877F color. Also use rgb(97,135,127) instead hex code.

Text Font Color

.myTextColor { color: #61877F; }

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

This text font color is #61877F.


Background Color

.myBgColor { background-color: #61877F; }

<div style="background-color:#61877F">Inner text</div>

This div background color is #61877F.


Border color

.myBorderColor { border: 1px solid #61877F; }

<div style="border:3px solid #61877F">Div</div>

This div border color is #61877F.


Opacity

.myOpacity80 { color: #61877F; opacity: 0.8; }

<p style="color:#61877F;opacity:0.8;">80%</p>

Text with #61877F 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 #61877F;}

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

This text has shadow with #61877F color.

.textShadow {text-shadow: 3px 3px 1px #61877F, 3px 3px 1px red;}

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

This text has shadow with #61877F primary color and red secondary color.


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

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

This text has shadow with #61877F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61877F on black background.


Color preview on white background

This text has color #61877F on white background.



Black color preview on #61877F background

This text has black color on #61877F background.


White color preview on #61877F background

This text has white color on #61877F background.