COLOR #614D4D

HEX: #614D4D
RGB: (97,77,77)

Color info

#614D4D contains red, green and blue colors in about the same proportion. Web safe color of #614D4D is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

97
77
77

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 77 = 251 (100%)
R 97 of 251 ~ 38.65%
G 77 of 251 ~ 30.68%
B 77 of 251 ~ 30.68%

%38.65
%30.68
%30.68

CMYK color model

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

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

CMYK percentages

%0
%20.62
%20.62
%61.96

Codes

Color #614D4D in popluar color models

614D4D
RGB977777
HSL11.49%34.12%
HSB/HSV20.62%38.04%
CMYK0.00%20.62%20.62%
61.96%

Color #614D4D in popluar number systems.

HEX614D4D
Decimal977777
Binary110000110011011001101
Octal141115115

Shades and tints

Shades of #614D4D

#614D4D
(97,77,77)
#594646
(89,70,70)
#513F3F
(81,63,63)
#493838
(73,56,56)
#413131
(65,49,49)
#392A2A
(57,42,42)
#312323
(49,35,35)
#291C1C
(41,28,28)
#211515
(33,21,21)
#190E0E
(25,14,14)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #614D4D

#614D4D
(97,77,77)
#6F5D5D
(111,93,93)
#7D6D6D
(125,109,109)
#8B7D7D
(139,125,125)
#998D8D
(153,141,141)
#A79D9D
(167,157,157)
#B5ADAD
(181,173,173)
#C3BDBD
(195,189,189)
#D1CDCD
(209,205,205)
#DFDDDD
(223,221,221)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D4D; }

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

This text font color is #614D4D.


Background Color

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

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

This div background color is #614D4D.


Border color

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

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

This div border color is #614D4D.


Opacity

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

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

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

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

This text has shadow with #614D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D4D on black background.


Color preview on white background

This text has color #614D4D on white background.



Black color preview on #614D4D background

This text has black color on #614D4D background.


White color preview on #614D4D background

This text has white color on #614D4D background.