COLOR #61896E

HEX: #61896E
RGB: (97,137,110)

Color info

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

RGB color model

#61896E color RGB value is (97,137,110).

  • red value is 97;
  • green value is 137;
  • blue value is 110.
RGB:
(97,137,110)
(38%,54%,43%)

RGB channels and saturation

R 97 of 255 = 38%
G 137 of 255 = 54%
B 110 of 255 = 43%

97
137
110

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

Portions of RGB colors in percentages

R + G + B =
97 + 137 + 110 = 344 (100%)
R 97 of 344 ~ 28.2%
G 137 of 344 ~ 39.83%
B 110 of 344 ~ 31.98%

%28.2
%39.83
%31.98

CMYK color model

#61896E color CMYK value is (29,0,20,46).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(29,0,20,46)
C29M0Y20K46 
(29%,0%,20%,46%)
(0.29/0.00/0.20/0.46)	

CMYK percentages

%29.2
%0
%19.71
%46.27

Codes

Color #61896E in popluar color models

61896E
RGB97137110
HSL140°17.09%45.88%
HSB/HSV140°29.20%53.73%
CMYK29.20%0.00%19.71%
46.27%

Color #61896E in popluar number systems.

HEX61896E
Decimal97137110
Binary1100001100010011101110
Octal141211156

Shades and tints

Shades of #61896E

#61896E
(97,137,110)
#597D64
(89,125,100)
#51715A
(81,113,90)
#496550
(73,101,80)
#415946
(65,89,70)
#394D3C
(57,77,60)
#314132
(49,65,50)
#293528
(41,53,40)
#21291E
(33,41,30)
#191D14
(25,29,20)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #61896E

#61896E
(97,137,110)
#6F937B
(111,147,123)
#7D9D88
(125,157,136)
#8BA795
(139,167,149)
#99B1A2
(153,177,162)
#A7BBAF
(167,187,175)
#B5C5BC
(181,197,188)
#C3CFC9
(195,207,201)
#D1D9D6
(209,217,214)
#DFE3E3
(223,227,227)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61896E color. Also use rgb(97,137,110) instead hex code.

Text Font Color

.myTextColor { color: #61896E; }

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

This text font color is #61896E.


Background Color

.myBgColor { background-color: #61896E; }

<div style="background-color:#61896E">Inner text</div>

This div background color is #61896E.


Border color

.myBorderColor { border: 1px solid #61896E; }

<div style="border:3px solid #61896E">Div</div>

This div border color is #61896E.


Opacity

.myOpacity80 { color: #61896E; opacity: 0.8; }

<p style="color:#61896E;opacity:0.8;">80%</p>

Text with #61896E 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 #61896E;}

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

This text has shadow with #61896E color.

.textShadow {text-shadow: 3px 3px 1px #61896E, 3px 3px 1px red;}

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

This text has shadow with #61896E primary color and red secondary color.


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

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

This text has shadow with #61896E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61896E on black background.


Color preview on white background

This text has color #61896E on white background.



Black color preview on #61896E background

This text has black color on #61896E background.


White color preview on #61896E background

This text has white color on #61896E background.