COLOR #61876B

HEX: #61876B
RGB: (97,135,107)

Color info

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

RGB color model

#61876B color RGB value is (97,135,107).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 107 of 255 = 42%

97
135
107

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

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 107 = 339 (100%)
R 97 of 339 ~ 28.61%
G 135 of 339 ~ 39.82%
B 107 of 339 ~ 31.56%

%28.61
%39.82
%31.56

CMYK color model

#61876B color CMYK value is (28,0,21,47).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 20.74%
  • key color value is 47.06%
CMYK:
(28,0,21,47)
C28M0Y21K47 
(28%,0%,21%,47%)
(0.28/0.00/0.21/0.47)	

CMYK percentages

%28.15
%0
%20.74
%47.06

Codes

Color #61876B in popluar color models

61876B
RGB97135107
HSL136°16.38%45.49%
HSB/HSV136°28.15%52.94%
CMYK28.15%0.00%20.74%
47.06%

Color #61876B in popluar number systems.

HEX61876B
Decimal97135107
Binary1100001100001111101011
Octal141207153

Shades and tints

Shades of #61876B

#61876B
(97,135,107)
#597B62
(89,123,98)
#516F59
(81,111,89)
#496350
(73,99,80)
#415747
(65,87,71)
#394B3E
(57,75,62)
#313F35
(49,63,53)
#29332C
(41,51,44)
#212723
(33,39,35)
#191B1A
(25,27,26)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #61876B

#61876B
(97,135,107)
#6F9178
(111,145,120)
#7D9B85
(125,155,133)
#8BA592
(139,165,146)
#99AF9F
(153,175,159)
#A7B9AC
(167,185,172)
#B5C3B9
(181,195,185)
#C3CDC6
(195,205,198)
#D1D7D3
(209,215,211)
#DFE1E0
(223,225,224)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61876B; }

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

This text font color is #61876B.


Background Color

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

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

This div background color is #61876B.


Border color

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

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

This div border color is #61876B.


Opacity

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

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

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

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

This text has shadow with #61876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61876B on black background.


Color preview on white background

This text has color #61876B on white background.



Black color preview on #61876B background

This text has black color on #61876B background.


White color preview on #61876B background

This text has white color on #61876B background.