COLOR #61674E

HEX: #61674E
RGB: (97,103,78)

Color info

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

RGB color model

#61674E color RGB value is (97,103,78).

  • red value is 97;
  • green value is 103;
  • blue value is 78.
RGB:
(97,103,78)
(38%,40%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 78 of 255 = 31%

97
103
78

R + G + B ~ 36%. #61674E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 78 = 278 (100%)
R 97 of 278 ~ 34.89%
G 103 of 278 ~ 37.05%
B 78 of 278 ~ 28.06%

%34.89
%37.05
%28.06

CMYK color model

#61674E color CMYK value is (6,0,24,60).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 24.27%
  • key color value is 59.61%
CMYK:
(6,0,24,60)
C6M0Y24K60 
(6%,0%,24%,60%)
(0.06/0.00/0.24/0.60)	

CMYK percentages

%5.83
%0
%24.27
%59.61

Codes

Color #61674E in popluar color models

61674E
RGB9710378
HSL74°13.81%35.49%
HSB/HSV74°24.27%40.39%
CMYK5.83%0.00%24.27%
59.61%

Color #61674E in popluar number systems.

HEX61674E
Decimal9710378
Binary110000111001111001110
Octal141147116

Shades and tints

Shades of #61674E

#61674E
(97,103,78)
#595E47
(89,94,71)
#515540
(81,85,64)
#494C39
(73,76,57)
#414332
(65,67,50)
#393A2B
(57,58,43)
#313124
(49,49,36)
#29281D
(41,40,29)
#211F16
(33,31,22)
#19160F
(25,22,15)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #61674E

#61674E
(97,103,78)
#6F745E
(111,116,94)
#7D816E
(125,129,110)
#8B8E7E
(139,142,126)
#999B8E
(153,155,142)
#A7A89E
(167,168,158)
#B5B5AE
(181,181,174)
#C3C2BE
(195,194,190)
#D1CFCE
(209,207,206)
#DFDCDE
(223,220,222)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61674E color. Also use rgb(97,103,78) instead hex code.

Text Font Color

.myTextColor { color: #61674E; }

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

This text font color is #61674E.


Background Color

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

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

This div background color is #61674E.


Border color

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

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

This div border color is #61674E.


Opacity

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

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

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

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

This text has shadow with #61674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61674E on black background.


Color preview on white background

This text has color #61674E on white background.



Black color preview on #61674E background

This text has black color on #61674E background.


White color preview on #61674E background

This text has white color on #61674E background.