COLOR #61837B

HEX: #61837B
RGB: (97,131,123)

Color info

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

RGB color model

#61837B color RGB value is (97,131,123).

  • red value is 97;
  • green value is 131;
  • blue value is 123.
RGB:
(97,131,123)
(38%,51%,48%)

RGB channels and saturation

R 97 of 255 = 38%
G 131 of 255 = 51%
B 123 of 255 = 48%

97
131
123

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

Portions of RGB colors in percentages

R + G + B =
97 + 131 + 123 = 351 (100%)
R 97 of 351 ~ 27.64%
G 131 of 351 ~ 37.32%
B 123 of 351 ~ 35.04%

%27.64
%37.32
%35.04

CMYK color model

#61837B color CMYK value is (26,0,6,49).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(26,0,6,49)
C26M0Y6K49 
(26%,0%,6%,49%)
(0.26/0.00/0.06/0.49)	

CMYK percentages

%25.95
%0
%6.11
%48.63

Codes

Color #61837B in popluar color models

61837B
RGB97131123
HSL166°14.91%44.71%
HSB/HSV166°25.95%51.37%
CMYK25.95%0.00%6.11%
48.63%

Color #61837B in popluar number systems.

HEX61837B
Decimal97131123
Binary1100001100000111111011
Octal141203173

Shades and tints

Shades of #61837B

#61837B
(97,131,123)
#597870
(89,120,112)
#516D65
(81,109,101)
#49625A
(73,98,90)
#41574F
(65,87,79)
#394C44
(57,76,68)
#314139
(49,65,57)
#29362E
(41,54,46)
#212B23
(33,43,35)
#192018
(25,32,24)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #61837B

#61837B
(97,131,123)
#6F8E87
(111,142,135)
#7D9993
(125,153,147)
#8BA49F
(139,164,159)
#99AFAB
(153,175,171)
#A7BAB7
(167,186,183)
#B5C5C3
(181,197,195)
#C3D0CF
(195,208,207)
#D1DBDB
(209,219,219)
#DFE6E7
(223,230,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61837B color. Also use rgb(97,131,123) instead hex code.

Text Font Color

.myTextColor { color: #61837B; }

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

This text font color is #61837B.


Background Color

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

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

This div background color is #61837B.


Border color

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

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

This div border color is #61837B.


Opacity

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

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

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

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

This text has shadow with #61837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61837B on black background.


Color preview on white background

This text has color #61837B on white background.



Black color preview on #61837B background

This text has black color on #61837B background.


White color preview on #61837B background

This text has white color on #61837B background.