COLOR #614C51

HEX: #614C51
RGB: (97,76,81)

Color info

#614C51 contains red, green and blue colors in about the same proportion. Web safe color of #614C51 is #663366 (or #636).

RGB color model

#614C51 color RGB value is (97,76,81).

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

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 81 of 255 = 32%

97
76
81

R + G + B ~ 33%. #614C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 81 = 254 (100%)
R 97 of 254 ~ 38.19%
G 76 of 254 ~ 29.92%
B 81 of 254 ~ 31.89%

%38.19
%29.92
%31.89

CMYK color model

#614C51 color CMYK value is (0,22,16,62).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 16.49%
  • key color value is 61.96%
CMYK:
(0,22,16,62)
C0M22Y16K62 
(0%,22%,16%,62%)
(0.00/0.22/0.16/0.62)	

CMYK percentages

%0
%21.65
%16.49
%61.96

Codes

Color #614C51 in popluar color models

614C51
RGB977681
HSL346°12.14%33.92%
HSB/HSV346°21.65%38.04%
CMYK0.00%21.65%16.49%
61.96%

Color #614C51 in popluar number systems.

HEX614C51
Decimal977681
Binary110000110011001010001
Octal141114121

Shades and tints

Shades of #614C51

#614C51
(97,76,81)
#59464A
(89,70,74)
#514043
(81,64,67)
#493A3C
(73,58,60)
#413435
(65,52,53)
#392E2E
(57,46,46)
#312827
(49,40,39)
#292220
(41,34,32)
#211C19
(33,28,25)
#191612
(25,22,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #614C51

#614C51
(97,76,81)
#6F5C60
(111,92,96)
#7D6C6F
(125,108,111)
#8B7C7E
(139,124,126)
#998C8D
(153,140,141)
#A79C9C
(167,156,156)
#B5ACAB
(181,172,171)
#C3BCBA
(195,188,186)
#D1CCC9
(209,204,201)
#DFDCD8
(223,220,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614C51; }

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

This text font color is #614C51.


Background Color

.myBgColor { background-color: #614C51; }

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

This div background color is #614C51.


Border color

.myBorderColor { border: 1px solid #614C51; }

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

This div border color is #614C51.


Opacity

.myOpacity80 { color: #614C51; opacity: 0.8; }

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

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

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

This text has shadow with #614C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C51 on black background.


Color preview on white background

This text has color #614C51 on white background.



Black color preview on #614C51 background

This text has black color on #614C51 background.


White color preview on #614C51 background

This text has white color on #614C51 background.