COLOR #616451

HEX: #616451
RGB: (97,100,81)

Color info

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

RGB color model

#616451 color RGB value is (97,100,81).

  • red value is 97;
  • green value is 100;
  • blue value is 81.
RGB:
(97,100,81)
(38%,39%,32%)

RGB channels and saturation

R 97 of 255 = 38%
G 100 of 255 = 39%
B 81 of 255 = 32%

97
100
81

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

Portions of RGB colors in percentages

R + G + B =
97 + 100 + 81 = 278 (100%)
R 97 of 278 ~ 34.89%
G 100 of 278 ~ 35.97%
B 81 of 278 ~ 29.14%

%34.89
%35.97
%29.14

CMYK color model

#616451 color CMYK value is (3,0,19,61).

  • cyan value is 3.00%
  • magenta value is 0.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK:
(3,0,19,61)
C3M0Y19K61 
(3%,0%,19%,61%)
(0.03/0.00/0.19/0.61)	

CMYK percentages

%3
%0
%19
%60.78

Codes

Color #616451 in popluar color models

616451
RGB9710081
HSL69°10.50%35.49%
HSB/HSV69°19.00%39.22%
CMYK3.00%0.00%19.00%
60.78%

Color #616451 in popluar number systems.

HEX616451
Decimal9710081
Binary110000111001001010001
Octal141144121

Shades and tints

Shades of #616451

#616451
(97,100,81)
#595B4A
(89,91,74)
#515243
(81,82,67)
#49493C
(73,73,60)
#414035
(65,64,53)
#39372E
(57,55,46)
#312E27
(49,46,39)
#292520
(41,37,32)
#211C19
(33,28,25)
#191312
(25,19,18)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #616451

#616451
(97,100,81)
#6F7260
(111,114,96)
#7D806F
(125,128,111)
#8B8E7E
(139,142,126)
#999C8D
(153,156,141)
#A7AA9C
(167,170,156)
#B5B8AB
(181,184,171)
#C3C6BA
(195,198,186)
#D1D4C9
(209,212,201)
#DFE2D8
(223,226,216)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #616451 color. Also use rgb(97,100,81) instead hex code.

Text Font Color

.myTextColor { color: #616451; }

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

This text font color is #616451.


Background Color

.myBgColor { background-color: #616451; }

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

This div background color is #616451.


Border color

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

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

This div border color is #616451.


Opacity

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

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

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

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

This text has shadow with #616451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #616451 on black background.


Color preview on white background

This text has color #616451 on white background.



Black color preview on #616451 background

This text has black color on #616451 background.


White color preview on #616451 background

This text has white color on #616451 background.