COLOR #61876D

HEX: #61876D RGB: (97,135,109)

Color info

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

RGB color model

#61876D color RGB value is (97,135,109).

RGB: (97,135,109) (38%, 53%, 43%)

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 109 of 255 = 43%

97
135
109

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

Portions of RGB colors in percentages

R + G + B = 97 + 135 + 109 = 341 (100%)
R 97 of 341 ~ 28.45%
G 135 of 341 ~ 39.59%
B 109 of 341 ~ 31.96'%

%28.45
%39.59
%31.96

CMYK color model

#61876D color CMYK value is (28,0,19,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK: (28,0,19,47) C28M0Y19K47 (28%,0%,19%,47%) (0.28/0.00/0.19/0.47) 

CMYK percentages

%28.15
%0
%19.26
%47.06

Codes

Color #61876D in popluar color models

61 87 6D
RGB 97 135 109
HSL 139° 16.38% 45.49%
HSB/HSV 139° 28.15% 52.94%
CMYK 28.15% 0.00% 19.26%
47.06%

Color #61876D in popluar number systems.

HEX 61 87 6D
Decimal 97 135 109
Binary 1100001 10000111 1101101
Octal 141 207 155

Shades and tints

Shades of #61876D

#61876D
(97,135,109)
#597B64
(89,123,100)
#516F5B
(81,111,91)
#496352
(73,99,82)
#415749
(65,87,73)
#394B40
(57,75,64)
#313F37
(49,63,55)
#29332E
(41,51,46)
#212725
(33,39,37)
#191B1C
(25,27,28)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #61876D

#61876D
(97,135,109)
#6F917A
(111,145,122)
#7D9B87
(125,155,135)
#8BA594
(139,165,148)
#99AFA1
(153,175,161)
#A7B9AE
(167,185,174)
#B5C3BB
(181,195,187)
#C3CDC8
(195,205,200)
#D1D7D5
(209,215,213)
#DFE1E2
(223,225,226)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61876D color. Also use rgb(97,135,109) instead hex code.

Text Font Color

.myTextColor { color: #61876D; }

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

This text font color is #61876D.

Background Color

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

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

This div background color is #61876D.

Border color

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

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

This div border color is #61876D.

Opacity

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

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

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

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

This text has shadow with #61876D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61876D.

Preview

Color preview on black background

This text has color #61876D on black background.


Color preview on white background

This text has color #61876D on white background.


Black color preview on #61876D background

This text has black color on #61876D background.


White color preview on #61876D background

This text has white color on #61876D background.


Related colors

Complementary color

Complementary color for #hex is #9E7892.


I love getcolorcode.com

Triadic colors

1 #6D6187 and #876D61 with #61876D are triadic colors.

2 #6D8761 and #87616D with #61876D are triadic colors.