COLOR #614258

HEX: #614258
RGB: (97,66,88)

Color info

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

RGB color model

#614258 color RGB value is (97,66,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 88 of 255 = 35%

97
66
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 88 = 251 (100%)
R 97 of 251 ~ 38.65%
G 66 of 251 ~ 26.29%
B 88 of 251 ~ 35.06%

%38.65
%26.29
%35.06

CMYK color model

#614258 color CMYK value is (0,32,9,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(0,32,9,62)
C0M32Y9K62 
(0%,32%,9%,62%)
(0.00/0.32/0.09/0.62)	

CMYK percentages

%0
%31.96
%9.28
%61.96

Codes

Color #614258 in popluar color models

614258
RGB976688
HSL317°19.02%31.96%
HSB/HSV317°31.96%38.04%
CMYK0.00%31.96%9.28%
61.96%

Color #614258 in popluar number systems.

HEX614258
Decimal976688
Binary110000110000101011000
Octal141102130

Shades and tints

Shades of #614258

#614258
(97,66,88)
#593C50
(89,60,80)
#513648
(81,54,72)
#493040
(73,48,64)
#412A38
(65,42,56)
#392430
(57,36,48)
#311E28
(49,30,40)
#291820
(41,24,32)
#211218
(33,18,24)
#190C10
(25,12,16)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #614258

#614258
(97,66,88)
#6F5367
(111,83,103)
#7D6476
(125,100,118)
#8B7585
(139,117,133)
#998694
(153,134,148)
#A797A3
(167,151,163)
#B5A8B2
(181,168,178)
#C3B9C1
(195,185,193)
#D1CAD0
(209,202,208)
#DFDBDF
(223,219,223)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614258; }

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

This text font color is #614258.


Background Color

.myBgColor { background-color: #614258; }

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

This div background color is #614258.


Border color

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

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

This div border color is #614258.


Opacity

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

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

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

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

This text has shadow with #614258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614258 on black background.


Color preview on white background

This text has color #614258 on white background.



Black color preview on #614258 background

This text has black color on #614258 background.


White color preview on #614258 background

This text has white color on #614258 background.