COLOR #614A52

HEX: #614A52
RGB: (97,74,82)

Color info

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

RGB color model

#614A52 color RGB value is (97,74,82).

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

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 82 of 255 = 32%

97
74
82

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

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 82 = 253 (100%)
R 97 of 253 ~ 38.34%
G 74 of 253 ~ 29.25%
B 82 of 253 ~ 32.41%

%38.34
%29.25
%32.41

CMYK color model

#614A52 color CMYK value is (0,24,15,62).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 15.46%
  • key color value is 61.96%
CMYK:
(0,24,15,62)
C0M24Y15K62 
(0%,24%,15%,62%)
(0.00/0.24/0.15/0.62)	

CMYK percentages

%0
%23.71
%15.46
%61.96

Codes

Color #614A52 in popluar color models

614A52
RGB977482
HSL339°13.45%33.53%
HSB/HSV339°23.71%38.04%
CMYK0.00%23.71%15.46%
61.96%

Color #614A52 in popluar number systems.

HEX614A52
Decimal977482
Binary110000110010101010010
Octal141112122

Shades and tints

Shades of #614A52

#614A52
(97,74,82)
#59444B
(89,68,75)
#513E44
(81,62,68)
#49383D
(73,56,61)
#413236
(65,50,54)
#392C2F
(57,44,47)
#312628
(49,38,40)
#292021
(41,32,33)
#211A1A
(33,26,26)
#191413
(25,20,19)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #614A52

#614A52
(97,74,82)
#6F5A61
(111,90,97)
#7D6A70
(125,106,112)
#8B7A7F
(139,122,127)
#998A8E
(153,138,142)
#A79A9D
(167,154,157)
#B5AAAC
(181,170,172)
#C3BABB
(195,186,187)
#D1CACA
(209,202,202)
#DFDAD9
(223,218,217)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614A52; }

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

This text font color is #614A52.


Background Color

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

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

This div background color is #614A52.


Border color

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

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

This div border color is #614A52.


Opacity

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

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

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

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

This text has shadow with #614A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A52 on black background.


Color preview on white background

This text has color #614A52 on white background.



Black color preview on #614A52 background

This text has black color on #614A52 background.


White color preview on #614A52 background

This text has white color on #614A52 background.