COLOR #616C45

HEX: #616C45
RGB: (97,108,69)

Color info

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

RGB color model

#616C45 color RGB value is (97,108,69).

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

RGB channels and saturation

R 97 of 255 = 38%
G 108 of 255 = 42%
B 69 of 255 = 27%

97
108
69

R + G + B ~ 36%. #616C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 108 + 69 = 274 (100%)
R 97 of 274 ~ 35.4%
G 108 of 274 ~ 39.42%
B 69 of 274 ~ 25.18%

%35.4
%39.42
%25.18

CMYK color model

#616C45 color CMYK value is (10,0,36,58).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 57.65%
CMYK:
(10,0,36,58)
C10M0Y36K58 
(10%,0%,36%,58%)
(0.10/0.00/0.36/0.58)	

CMYK percentages

%10.19
%0
%36.11
%57.65

Codes

Color #616C45 in popluar color models

616C45
RGB9710869
HSL77°22.03%34.71%
HSB/HSV77°36.11%42.35%
CMYK10.19%0.00%36.11%
57.65%

Color #616C45 in popluar number systems.

HEX616C45
Decimal9710869
Binary110000111011001000101
Octal141154105

Shades and tints

Shades of #616C45

#616C45
(97,108,69)
#59633F
(89,99,63)
#515A39
(81,90,57)
#495133
(73,81,51)
#41482D
(65,72,45)
#393F27
(57,63,39)
#313621
(49,54,33)
#292D1B
(41,45,27)
#212415
(33,36,21)
#191B0F
(25,27,15)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #616C45

#616C45
(97,108,69)
#6F7955
(111,121,85)
#7D8665
(125,134,101)
#8B9375
(139,147,117)
#99A085
(153,160,133)
#A7AD95
(167,173,149)
#B5BAA5
(181,186,165)
#C3C7B5
(195,199,181)
#D1D4C5
(209,212,197)
#DFE1D5
(223,225,213)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #616C45; }

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

This text font color is #616C45.


Background Color

.myBgColor { background-color: #616C45; }

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

This div background color is #616C45.


Border color

.myBorderColor { border: 1px solid #616C45; }

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

This div border color is #616C45.


Opacity

.myOpacity80 { color: #616C45; opacity: 0.8; }

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

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

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

This text has shadow with #616C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616C45 on black background.


Color preview on white background

This text has color #616C45 on white background.



Black color preview on #616C45 background

This text has black color on #616C45 background.


White color preview on #616C45 background

This text has white color on #616C45 background.