COLOR #614247

HEX: #614247
RGB: (97,66,71)

Color info

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

RGB color model

#614247 color RGB value is (97,66,71).

  • red value is 97;
  • green value is 66;
  • blue value is 71.
RGB:
(97,66,71)
(38%,26%,28%)

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 71 of 255 = 28%

97
66
71

R + G + B ~ 31%. #614247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 71 = 234 (100%)
R 97 of 234 ~ 41.45%
G 66 of 234 ~ 28.21%
B 71 of 234 ~ 30.34%

%41.45
%28.21
%30.34

CMYK color model

#614247 color CMYK value is (0,32,27,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 26.80%
  • key color value is 61.96%
CMYK:
(0,32,27,62)
C0M32Y27K62 
(0%,32%,27%,62%)
(0.00/0.32/0.27/0.62)	

CMYK percentages

%0
%31.96
%26.8
%61.96

Codes

Color #614247 in popluar color models

614247
RGB976671
HSL350°19.02%31.96%
HSB/HSV350°31.96%38.04%
CMYK0.00%31.96%26.80%
61.96%

Color #614247 in popluar number systems.

HEX614247
Decimal976671
Binary110000110000101000111
Octal141102107

Shades and tints

Shades of #614247

#614247
(97,66,71)
#593C41
(89,60,65)
#51363B
(81,54,59)
#493035
(73,48,53)
#412A2F
(65,42,47)
#392429
(57,36,41)
#311E23
(49,30,35)
#29181D
(41,24,29)
#211217
(33,18,23)
#190C11
(25,12,17)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #614247

#614247
(97,66,71)
#6F5357
(111,83,87)
#7D6467
(125,100,103)
#8B7577
(139,117,119)
#998687
(153,134,135)
#A79797
(167,151,151)
#B5A8A7
(181,168,167)
#C3B9B7
(195,185,183)
#D1CAC7
(209,202,199)
#DFDBD7
(223,219,215)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614247 color. Also use rgb(97,66,71) instead hex code.

Text Font Color

.myTextColor { color: #614247; }

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

This text font color is #614247.


Background Color

.myBgColor { background-color: #614247; }

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

This div background color is #614247.


Border color

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

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

This div border color is #614247.


Opacity

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

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

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

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

This text has shadow with #614247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614247 on black background.


Color preview on white background

This text has color #614247 on white background.



Black color preview on #614247 background

This text has black color on #614247 background.


White color preview on #614247 background

This text has white color on #614247 background.