COLOR #614952

HEX: #614952
RGB: (97,73,82)

Color info

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

RGB color model

#614952 color RGB value is (97,73,82).

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

RGB channels and saturation

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

97
73
82

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

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 82 = 252 (100%)
R 97 of 252 ~ 38.49%
G 73 of 252 ~ 28.97%
B 82 of 252 ~ 32.54%

%38.49
%28.97
%32.54

CMYK color model

#614952 color CMYK value is (0,25,15,62).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 15.46%
  • key color value is 61.96%
CMYK:
(0,25,15,62)
C0M25Y15K62 
(0%,25%,15%,62%)
(0.00/0.25/0.15/0.62)	

CMYK percentages

%0
%24.74
%15.46
%61.96

Codes

Color #614952 in popluar color models

614952
RGB977382
HSL338°14.12%33.33%
HSB/HSV338°24.74%38.04%
CMYK0.00%24.74%15.46%
61.96%

Color #614952 in popluar number systems.

HEX614952
Decimal977382
Binary110000110010011010010
Octal141111122

Shades and tints

Shades of #614952

#614952
(97,73,82)
#59434B
(89,67,75)
#513D44
(81,61,68)
#49373D
(73,55,61)
#413136
(65,49,54)
#392B2F
(57,43,47)
#312528
(49,37,40)
#291F21
(41,31,33)
#21191A
(33,25,26)
#191313
(25,19,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #614952

#614952
(97,73,82)
#6F5961
(111,89,97)
#7D6970
(125,105,112)
#8B797F
(139,121,127)
#99898E
(153,137,142)
#A7999D
(167,153,157)
#B5A9AC
(181,169,172)
#C3B9BB
(195,185,187)
#D1C9CA
(209,201,202)
#DFD9D9
(223,217,217)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614952; }

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

This text font color is #614952.


Background Color

.myBgColor { background-color: #614952; }

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

This div background color is #614952.


Border color

.myBorderColor { border: 1px solid #614952; }

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

This div border color is #614952.


Opacity

.myOpacity80 { color: #614952; opacity: 0.8; }

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

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

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

This text has shadow with #614952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614952 on black background.


Color preview on white background

This text has color #614952 on white background.



Black color preview on #614952 background

This text has black color on #614952 background.


White color preview on #614952 background

This text has white color on #614952 background.