COLOR #61715A

HEX: #61715A
RGB: (97,113,90)

Color info

#61715A contains red, green and blue colors in about the same proportion. Web safe color of #61715A is #666666 (or #666).

RGB color model

#61715A color RGB value is (97,113,90).

  • red value is 97;
  • green value is 113;
  • blue value is 90.
RGB:
(97,113,90)
(38%,44%,35%)

RGB channels and saturation

R 97 of 255 = 38%
G 113 of 255 = 44%
B 90 of 255 = 35%

97
113
90

R + G + B ~ 39%. #61715A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 113 + 90 = 300 (100%)
R 97 of 300 ~ 32.33%
G 113 of 300 ~ 37.67%
B 90 of 300 ~ 30%

%32.33
%37.67
%30

CMYK color model

#61715A color CMYK value is (14,0,20,56).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 55.69%
CMYK:
(14,0,20,56)
C14M0Y20K56 
(14%,0%,20%,56%)
(0.14/0.00/0.20/0.56)	

CMYK percentages

%14.16
%0
%20.35
%55.69

Codes

Color #61715A in popluar color models

61715A
RGB9711390
HSL102°11.33%39.80%
HSB/HSV102°20.35%44.31%
CMYK14.16%0.00%20.35%
55.69%

Color #61715A in popluar number systems.

HEX61715A
Decimal9711390
Binary110000111100011011010
Octal141161132

Shades and tints

Shades of #61715A

#61715A
(97,113,90)
#596752
(89,103,82)
#515D4A
(81,93,74)
#495342
(73,83,66)
#41493A
(65,73,58)
#393F32
(57,63,50)
#31352A
(49,53,42)
#292B22
(41,43,34)
#21211A
(33,33,26)
#191712
(25,23,18)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #61715A

#61715A
(97,113,90)
#6F7D69
(111,125,105)
#7D8978
(125,137,120)
#8B9587
(139,149,135)
#99A196
(153,161,150)
#A7ADA5
(167,173,165)
#B5B9B4
(181,185,180)
#C3C5C3
(195,197,195)
#D1D1D2
(209,209,210)
#DFDDE1
(223,221,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61715A color. Also use rgb(97,113,90) instead hex code.

Text Font Color

.myTextColor { color: #61715A; }

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

This text font color is #61715A.


Background Color

.myBgColor { background-color: #61715A; }

<div style="background-color:#61715A">Inner text</div>

This div background color is #61715A.


Border color

.myBorderColor { border: 1px solid #61715A; }

<div style="border:3px solid #61715A">Div</div>

This div border color is #61715A.


Opacity

.myOpacity80 { color: #61715A; opacity: 0.8; }

<p style="color:#61715A;opacity:0.8;">80%</p>

Text with #61715A 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 #61715A;}

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

This text has shadow with #61715A color.

.textShadow {text-shadow: 3px 3px 1px #61715A, 3px 3px 1px red;}

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

This text has shadow with #61715A primary color and red secondary color.


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

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

This text has shadow with #61715A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61715A on black background.


Color preview on white background

This text has color #61715A on white background.



Black color preview on #61715A background

This text has black color on #61715A background.


White color preview on #61715A background

This text has white color on #61715A background.