COLOR #614158

HEX: #614158
RGB: (97,65,88)

Color info

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

RGB color model

#614158 color RGB value is (97,65,88).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 88 of 255 = 35%

97
65
88

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

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 88 = 250 (100%)
R 97 of 250 ~ 38.8%
G 65 of 250 ~ 26%
B 88 of 250 ~ 35.2%

%38.8
%26
%35.2

CMYK color model

#614158 color CMYK value is (0,33,9,62).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 9.28%
  • key color value is 61.96%
CMYK:
(0,33,9,62)
C0M33Y9K62 
(0%,33%,9%,62%)
(0.00/0.33/0.09/0.62)	

CMYK percentages

%0
%32.99
%9.28
%61.96

Codes

Color #614158 in popluar color models

614158
RGB976588
HSL317°19.75%31.76%
HSB/HSV317°32.99%38.04%
CMYK0.00%32.99%9.28%
61.96%

Color #614158 in popluar number systems.

HEX614158
Decimal976588
Binary110000110000011011000
Octal141101130

Shades and tints

Shades of #614158

#614158
(97,65,88)
#593C50
(89,60,80)
#513748
(81,55,72)
#493240
(73,50,64)
#412D38
(65,45,56)
#392830
(57,40,48)
#312328
(49,35,40)
#291E20
(41,30,32)
#211918
(33,25,24)
#191410
(25,20,16)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #614158

#614158
(97,65,88)
#6F5267
(111,82,103)
#7D6376
(125,99,118)
#8B7485
(139,116,133)
#998594
(153,133,148)
#A796A3
(167,150,163)
#B5A7B2
(181,167,178)
#C3B8C1
(195,184,193)
#D1C9D0
(209,201,208)
#DFDADF
(223,218,223)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614158; }

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

This text font color is #614158.


Background Color

.myBgColor { background-color: #614158; }

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

This div background color is #614158.


Border color

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

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

This div border color is #614158.


Opacity

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

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

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

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

This text has shadow with #614158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614158 on black background.


Color preview on white background

This text has color #614158 on white background.



Black color preview on #614158 background

This text has black color on #614158 background.


White color preview on #614158 background

This text has white color on #614158 background.