COLOR #61735E

HEX: #61735E
RGB: (97,115,94)

Color info

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

RGB color model

#61735E color RGB value is (97,115,94).

  • red value is 97;
  • green value is 115;
  • blue value is 94.
RGB:
(97,115,94)
(38%,45%,37%)

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 94 of 255 = 37%

97
115
94

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

Portions of RGB colors in percentages

R + G + B =
97 + 115 + 94 = 306 (100%)
R 97 of 306 ~ 31.7%
G 115 of 306 ~ 37.58%
B 94 of 306 ~ 30.72%

%31.7
%37.58
%30.72

CMYK color model

#61735E color CMYK value is (16,0,18,55).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(16,0,18,55)
C16M0Y18K55 
(16%,0%,18%,55%)
(0.16/0.00/0.18/0.55)	

CMYK percentages

%15.65
%0
%18.26
%54.9

Codes

Color #61735E in popluar color models

61735E
RGB9711594
HSL111°10.05%40.98%
HSB/HSV111°18.26%45.10%
CMYK15.65%0.00%18.26%
54.90%

Color #61735E in popluar number systems.

HEX61735E
Decimal9711594
Binary110000111100111011110
Octal141163136

Shades and tints

Shades of #61735E

#61735E
(97,115,94)
#596956
(89,105,86)
#515F4E
(81,95,78)
#495546
(73,85,70)
#414B3E
(65,75,62)
#394136
(57,65,54)
#31372E
(49,55,46)
#292D26
(41,45,38)
#21231E
(33,35,30)
#191916
(25,25,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #61735E

#61735E
(97,115,94)
#6F7F6C
(111,127,108)
#7D8B7A
(125,139,122)
#8B9788
(139,151,136)
#99A396
(153,163,150)
#A7AFA4
(167,175,164)
#B5BBB2
(181,187,178)
#C3C7C0
(195,199,192)
#D1D3CE
(209,211,206)
#DFDFDC
(223,223,220)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61735E color. Also use rgb(97,115,94) instead hex code.

Text Font Color

.myTextColor { color: #61735E; }

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

This text font color is #61735E.


Background Color

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

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

This div background color is #61735E.


Border color

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

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

This div border color is #61735E.


Opacity

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

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

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

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

This text has shadow with #61735E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61735E on black background.


Color preview on white background

This text has color #61735E on white background.



Black color preview on #61735E background

This text has black color on #61735E background.


White color preview on #61735E background

This text has white color on #61735E background.