COLOR #614350

HEX: #614350
RGB: (97,67,80)

Color info

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

RGB color model

#614350 color RGB value is (97,67,80).

  • red value is 97;
  • green value is 67;
  • blue value is 80.
RGB:
(97,67,80)
(38%,26%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 67 of 255 = 26%
B 80 of 255 = 31%

97
67
80

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

Portions of RGB colors in percentages

R + G + B =
97 + 67 + 80 = 244 (100%)
R 97 of 244 ~ 39.75%
G 67 of 244 ~ 27.46%
B 80 of 244 ~ 32.79%

%39.75
%27.46
%32.79

CMYK color model

#614350 color CMYK value is (0,31,18,62).

  • cyan value is 0.00%
  • magenta value is 30.93%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(0,31,18,62)
C0M31Y18K62 
(0%,31%,18%,62%)
(0.00/0.31/0.18/0.62)	

CMYK percentages

%0
%30.93
%17.53
%61.96

Codes

Color #614350 in popluar color models

614350
RGB976780
HSL334°18.29%32.16%
HSB/HSV334°30.93%38.04%
CMYK0.00%30.93%17.53%
61.96%

Color #614350 in popluar number systems.

HEX614350
Decimal976780
Binary110000110000111010000
Octal141103120

Shades and tints

Shades of #614350

#614350
(97,67,80)
#593D49
(89,61,73)
#513742
(81,55,66)
#49313B
(73,49,59)
#412B34
(65,43,52)
#39252D
(57,37,45)
#311F26
(49,31,38)
#29191F
(41,25,31)
#211318
(33,19,24)
#190D11
(25,13,17)
#11070A
(17,7,10)
#000000
(0,0,0)

Tints of #614350

#614350
(97,67,80)
#6F545F
(111,84,95)
#7D656E
(125,101,110)
#8B767D
(139,118,125)
#99878C
(153,135,140)
#A7989B
(167,152,155)
#B5A9AA
(181,169,170)
#C3BAB9
(195,186,185)
#D1CBC8
(209,203,200)
#DFDCD7
(223,220,215)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614350 color. Also use rgb(97,67,80) instead hex code.

Text Font Color

.myTextColor { color: #614350; }

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

This text font color is #614350.


Background Color

.myBgColor { background-color: #614350; }

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

This div background color is #614350.


Border color

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

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

This div border color is #614350.


Opacity

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

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

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

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

This text has shadow with #614350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614350 on black background.


Color preview on white background

This text has color #614350 on white background.



Black color preview on #614350 background

This text has black color on #614350 background.


White color preview on #614350 background

This text has white color on #614350 background.