COLOR #616643

HEX: #616643
RGB: (97,102,67)

Color info

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

RGB color model

#616643 color RGB value is (97,102,67).

  • red value is 97;
  • green value is 102;
  • blue value is 67.
RGB:
(97,102,67)
(38%,40%,26%)

RGB channels and saturation

R 97 of 255 = 38%
G 102 of 255 = 40%
B 67 of 255 = 26%

97
102
67

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

Portions of RGB colors in percentages

R + G + B =
97 + 102 + 67 = 266 (100%)
R 97 of 266 ~ 36.47%
G 102 of 266 ~ 38.35%
B 67 of 266 ~ 25.19%

%36.47
%38.35
%25.19

CMYK color model

#616643 color CMYK value is (5,0,34,60).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 60.00%
CMYK:
(5,0,34,60)
C5M0Y34K60 
(5%,0%,34%,60%)
(0.05/0.00/0.34/0.60)	

CMYK percentages

%4.9
%0
%34.31
%60

Codes

Color #616643 in popluar color models

616643
RGB9710267
HSL69°20.71%33.14%
HSB/HSV69°34.31%40.00%
CMYK4.90%0.00%34.31%
60.00%

Color #616643 in popluar number systems.

HEX616643
Decimal9710267
Binary110000111001101000011
Octal141146103

Shades and tints

Shades of #616643

#616643
(97,102,67)
#595D3D
(89,93,61)
#515437
(81,84,55)
#494B31
(73,75,49)
#41422B
(65,66,43)
#393925
(57,57,37)
#31301F
(49,48,31)
#292719
(41,39,25)
#211E13
(33,30,19)
#19150D
(25,21,13)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #616643

#616643
(97,102,67)
#6F7354
(111,115,84)
#7D8065
(125,128,101)
#8B8D76
(139,141,118)
#999A87
(153,154,135)
#A7A798
(167,167,152)
#B5B4A9
(181,180,169)
#C3C1BA
(195,193,186)
#D1CECB
(209,206,203)
#DFDBDC
(223,219,220)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616643 color. Also use rgb(97,102,67) instead hex code.

Text Font Color

.myTextColor { color: #616643; }

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

This text font color is #616643.


Background Color

.myBgColor { background-color: #616643; }

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

This div background color is #616643.


Border color

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

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

This div border color is #616643.


Opacity

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

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

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

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

This text has shadow with #616643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616643 on black background.


Color preview on white background

This text has color #616643 on white background.



Black color preview on #616643 background

This text has black color on #616643 background.


White color preview on #616643 background

This text has white color on #616643 background.