COLOR #616745

HEX: #616745
RGB: (97,103,69)

Color info

#616745 contains red, green and blue colors in about the same proportion. Web safe color of #616745 is #666633 (or #663).

RGB color model

#616745 color RGB value is (97,103,69).

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

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 69 of 255 = 27%

97
103
69

R + G + B ~ 35%. #616745 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 69 = 269 (100%)
R 97 of 269 ~ 36.06%
G 103 of 269 ~ 38.29%
B 69 of 269 ~ 25.65%

%36.06
%38.29
%25.65

CMYK color model

#616745 color CMYK value is (6,0,33,60).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 59.61%
CMYK:
(6,0,33,60)
C6M0Y33K60 
(6%,0%,33%,60%)
(0.06/0.00/0.33/0.60)	

CMYK percentages

%5.83
%0
%33.01
%59.61

Codes

Color #616745 in popluar color models

616745
RGB9710369
HSL71°19.77%33.73%
HSB/HSV71°33.01%40.39%
CMYK5.83%0.00%33.01%
59.61%

Color #616745 in popluar number systems.

HEX616745
Decimal9710369
Binary110000111001111000101
Octal141147105

Shades and tints

Shades of #616745

#616745
(97,103,69)
#595E3F
(89,94,63)
#515539
(81,85,57)
#494C33
(73,76,51)
#41432D
(65,67,45)
#393A27
(57,58,39)
#313121
(49,49,33)
#29281B
(41,40,27)
#211F15
(33,31,21)
#19160F
(25,22,15)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #616745

#616745
(97,103,69)
#6F7455
(111,116,85)
#7D8165
(125,129,101)
#8B8E75
(139,142,117)
#999B85
(153,155,133)
#A7A895
(167,168,149)
#B5B5A5
(181,181,165)
#C3C2B5
(195,194,181)
#D1CFC5
(209,207,197)
#DFDCD5
(223,220,213)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616745; }

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

This text font color is #616745.


Background Color

.myBgColor { background-color: #616745; }

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

This div background color is #616745.


Border color

.myBorderColor { border: 1px solid #616745; }

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

This div border color is #616745.


Opacity

.myOpacity80 { color: #616745; opacity: 0.8; }

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

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

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

This text has shadow with #616745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616745 on black background.


Color preview on white background

This text has color #616745 on white background.



Black color preview on #616745 background

This text has black color on #616745 background.


White color preview on #616745 background

This text has white color on #616745 background.