COLOR #61997B

HEX: #61997B RGB: (97,153,123)

Color info

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

RGB color model

#61997B color RGB value is (97,153,123).

RGB: (97,153,123) (38%, 60%, 48%)

RGB channels and saturation

R 97 of 255 = 38%
G 153 of 255 = 60%
B 123 of 255 = 48%

97
153
123

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

Portions of RGB colors in percentages

R + G + B = 97 + 153 + 123 = 373 (100%)
R 97 of 373 ~ 26.01%
G 153 of 373 ~ 41.02%
B 123 of 373 ~ 32.98'%

%26.01
%41.02
%32.98

CMYK color model

#61997B color CMYK value is (37,0,20,40).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK: (37,0,20,40) C37M0Y20K40 (37%,0%,20%,40%) (0.37/0.00/0.20/0.40) 

CMYK percentages

%36.6
%0
%19.61
%40

Codes

Color #61997B in popluar color models

61 99 7B
RGB 97 153 123
HSL 148° 22.40% 49.02%
HSB/HSV 148° 36.60% 60.00%
CMYK 36.60% 0.00% 19.61%
40.00%

Color #61997B in popluar number systems.

HEX 61 99 7B
Decimal 97 153 123
Binary 1100001 10011001 1111011
Octal 141 231 173

Shades and tints

Shades of #61997B

#61997B
(97,153,123)
#598C70
(89,140,112)
#517F65
(81,127,101)
#49725A
(73,114,90)
#41654F
(65,101,79)
#395844
(57,88,68)
#314B39
(49,75,57)
#293E2E
(41,62,46)
#213123
(33,49,35)
#192418
(25,36,24)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #61997B

#61997B
(97,153,123)
#6FA287
(111,162,135)
#7DAB93
(125,171,147)
#8BB49F
(139,180,159)
#99BDAB
(153,189,171)
#A7C6B7
(167,198,183)
#B5CFC3
(181,207,195)
#C3D8CF
(195,216,207)
#D1E1DB
(209,225,219)
#DFEAE7
(223,234,231)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61997B; }

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

This text font color is #61997B.

Background Color

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

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

This div background color is #61997B.

Border color

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

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

This div border color is #61997B.

Opacity

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

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

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

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

This text has shadow with #61997B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61997B.

Preview

Color preview on black background

This text has color #61997B on black background.


Color preview on white background

This text has color #61997B on white background.


Black color preview on #61997B background

This text has black color on #61997B background.


White color preview on #61997B background

This text has white color on #61997B background.


Related colors

Complementary color

Complementary color for #hex is #9E6684.


I love getcolorcode.com

Triadic colors

1 #7B6199 and #997B61 with #61997B are triadic colors.

2 #7B9961 and #99617B with #61997B are triadic colors.