COLOR #614552

HEX: #614552
RGB: (97,69,82)

Color info

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

RGB color model

#614552 color RGB value is (97,69,82).

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

RGB channels and saturation

R 97 of 255 = 38%
G 69 of 255 = 27%
B 82 of 255 = 32%

97
69
82

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

Portions of RGB colors in percentages

R + G + B =
97 + 69 + 82 = 248 (100%)
R 97 of 248 ~ 39.11%
G 69 of 248 ~ 27.82%
B 82 of 248 ~ 33.06%

%39.11
%27.82
%33.06

CMYK color model

#614552 color CMYK value is (0,29,15,62).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 15.46%
  • key color value is 61.96%
CMYK:
(0,29,15,62)
C0M29Y15K62 
(0%,29%,15%,62%)
(0.00/0.29/0.15/0.62)	

CMYK percentages

%0
%28.87
%15.46
%61.96

Codes

Color #614552 in popluar color models

614552
RGB976982
HSL332°16.87%32.55%
HSB/HSV332°28.87%38.04%
CMYK0.00%28.87%15.46%
61.96%

Color #614552 in popluar number systems.

HEX614552
Decimal976982
Binary110000110001011010010
Octal141105122

Shades and tints

Shades of #614552

#614552
(97,69,82)
#593F4B
(89,63,75)
#513944
(81,57,68)
#49333D
(73,51,61)
#412D36
(65,45,54)
#39272F
(57,39,47)
#312128
(49,33,40)
#291B21
(41,27,33)
#21151A
(33,21,26)
#190F13
(25,15,19)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #614552

#614552
(97,69,82)
#6F5561
(111,85,97)
#7D6570
(125,101,112)
#8B757F
(139,117,127)
#99858E
(153,133,142)
#A7959D
(167,149,157)
#B5A5AC
(181,165,172)
#C3B5BB
(195,181,187)
#D1C5CA
(209,197,202)
#DFD5D9
(223,213,217)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614552; }

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

This text font color is #614552.


Background Color

.myBgColor { background-color: #614552; }

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

This div background color is #614552.


Border color

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

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

This div border color is #614552.


Opacity

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

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

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

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

This text has shadow with #614552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614552 on black background.


Color preview on white background

This text has color #614552 on white background.



Black color preview on #614552 background

This text has black color on #614552 background.


White color preview on #614552 background

This text has white color on #614552 background.