COLOR #614D4A

HEX: #614D4A
RGB: (97,77,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

97
77
74

R + G + B ~ 32%. #614D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 74 = 248 (100%)
R 97 of 248 ~ 39.11%
G 77 of 248 ~ 31.05%
B 74 of 248 ~ 29.84%

%39.11
%31.05
%29.84

CMYK color model

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

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

CMYK percentages

%0
%20.62
%23.71
%61.96

Codes

Color #614D4A in popluar color models

614D4A
RGB977774
HSL13.45%33.53%
HSB/HSV23.71%38.04%
CMYK0.00%20.62%23.71%
61.96%

Color #614D4A in popluar number systems.

HEX614D4A
Decimal977774
Binary110000110011011001010
Octal141115112

Shades and tints

Shades of #614D4A

#614D4A
(97,77,74)
#594644
(89,70,68)
#513F3E
(81,63,62)
#493838
(73,56,56)
#413132
(65,49,50)
#392A2C
(57,42,44)
#312326
(49,35,38)
#291C20
(41,28,32)
#21151A
(33,21,26)
#190E14
(25,14,20)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #614D4A

#614D4A
(97,77,74)
#6F5D5A
(111,93,90)
#7D6D6A
(125,109,106)
#8B7D7A
(139,125,122)
#998D8A
(153,141,138)
#A79D9A
(167,157,154)
#B5ADAA
(181,173,170)
#C3BDBA
(195,189,186)
#D1CDCA
(209,205,202)
#DFDDDA
(223,221,218)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D4A; }

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

This text font color is #614D4A.


Background Color

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

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

This div background color is #614D4A.


Border color

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

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

This div border color is #614D4A.


Opacity

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

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

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

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

This text has shadow with #614D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D4A on black background.


Color preview on white background

This text has color #614D4A on white background.



Black color preview on #614D4A background

This text has black color on #614D4A background.


White color preview on #614D4A background

This text has white color on #614D4A background.