COLOR #61735A

HEX: #61735A
RGB: (97,115,90)

Color info

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

RGB color model

#61735A color RGB value is (97,115,90).

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

RGB channels and saturation

R 97 of 255 = 38%
G 115 of 255 = 45%
B 90 of 255 = 35%

97
115
90

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

Portions of RGB colors in percentages

R + G + B =
97 + 115 + 90 = 302 (100%)
R 97 of 302 ~ 32.12%
G 115 of 302 ~ 38.08%
B 90 of 302 ~ 29.8%

%32.12
%38.08
%29.8

CMYK color model

#61735A color CMYK value is (16,0,22,55).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(16,0,22,55)
C16M0Y22K55 
(16%,0%,22%,55%)
(0.16/0.00/0.22/0.55)	

CMYK percentages

%15.65
%0
%21.74
%54.9

Codes

Color #61735A in popluar color models

61735A
RGB9711590
HSL103°12.20%40.20%
HSB/HSV103°21.74%45.10%
CMYK15.65%0.00%21.74%
54.90%

Color #61735A in popluar number systems.

HEX61735A
Decimal9711590
Binary110000111100111011010
Octal141163132

Shades and tints

Shades of #61735A

#61735A
(97,115,90)
#596952
(89,105,82)
#515F4A
(81,95,74)
#495542
(73,85,66)
#414B3A
(65,75,58)
#394132
(57,65,50)
#31372A
(49,55,42)
#292D22
(41,45,34)
#21231A
(33,35,26)
#191912
(25,25,18)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #61735A

#61735A
(97,115,90)
#6F7F69
(111,127,105)
#7D8B78
(125,139,120)
#8B9787
(139,151,135)
#99A396
(153,163,150)
#A7AFA5
(167,175,165)
#B5BBB4
(181,187,180)
#C3C7C3
(195,199,195)
#D1D3D2
(209,211,210)
#DFDFE1
(223,223,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61735A; }

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

This text font color is #61735A.


Background Color

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

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

This div background color is #61735A.


Border color

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

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

This div border color is #61735A.


Opacity

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

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

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

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

This text has shadow with #61735A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61735A on black background.


Color preview on white background

This text has color #61735A on white background.



Black color preview on #61735A background

This text has black color on #61735A background.


White color preview on #61735A background

This text has white color on #61735A background.