COLOR #614D4F

HEX: #614D4F
RGB: (97,77,79)

Color info

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

RGB color model

#614D4F color RGB value is (97,77,79).

  • red value is 97;
  • green value is 77;
  • blue value is 79.
RGB:
(97,77,79)
(38%,30%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 79 of 255 = 31%

97
77
79

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 79 = 253 (100%)
R 97 of 253 ~ 38.34%
G 77 of 253 ~ 30.43%
B 79 of 253 ~ 31.23%

%38.34
%30.43
%31.23

CMYK color model

#614D4F color CMYK value is (0,21,19,62).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(0,21,19,62)
C0M21Y19K62 
(0%,21%,19%,62%)
(0.00/0.21/0.19/0.62)	

CMYK percentages

%0
%20.62
%18.56
%61.96

Codes

Color #614D4F in popluar color models

614D4F
RGB977779
HSL354°11.49%34.12%
HSB/HSV354°20.62%38.04%
CMYK0.00%20.62%18.56%
61.96%

Color #614D4F in popluar number systems.

HEX614D4F
Decimal977779
Binary110000110011011001111
Octal141115117

Shades and tints

Shades of #614D4F

#614D4F
(97,77,79)
#594648
(89,70,72)
#513F41
(81,63,65)
#49383A
(73,56,58)
#413133
(65,49,51)
#392A2C
(57,42,44)
#312325
(49,35,37)
#291C1E
(41,28,30)
#211517
(33,21,23)
#190E10
(25,14,16)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #614D4F

#614D4F
(97,77,79)
#6F5D5F
(111,93,95)
#7D6D6F
(125,109,111)
#8B7D7F
(139,125,127)
#998D8F
(153,141,143)
#A79D9F
(167,157,159)
#B5ADAF
(181,173,175)
#C3BDBF
(195,189,191)
#D1CDCF
(209,205,207)
#DFDDDF
(223,221,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614D4F color. Also use rgb(97,77,79) instead hex code.

Text Font Color

.myTextColor { color: #614D4F; }

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

This text font color is #614D4F.


Background Color

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

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

This div background color is #614D4F.


Border color

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

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

This div border color is #614D4F.


Opacity

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

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

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

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

This text has shadow with #614D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D4F on black background.


Color preview on white background

This text has color #614D4F on white background.



Black color preview on #614D4F background

This text has black color on #614D4F background.


White color preview on #614D4F background

This text has white color on #614D4F background.