COLOR #614253

HEX: #614253
RGB: (97,66,83)

Color info

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

RGB color model

#614253 color RGB value is (97,66,83).

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

RGB channels and saturation

R 97 of 255 = 38%
G 66 of 255 = 26%
B 83 of 255 = 33%

97
66
83

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

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 83 = 246 (100%)
R 97 of 246 ~ 39.43%
G 66 of 246 ~ 26.83%
B 83 of 246 ~ 33.74%

%39.43
%26.83
%33.74

CMYK color model

#614253 color CMYK value is (0,32,14,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(0,32,14,62)
C0M32Y14K62 
(0%,32%,14%,62%)
(0.00/0.32/0.14/0.62)	

CMYK percentages

%0
%31.96
%14.43
%61.96

Codes

Color #614253 in popluar color models

614253
RGB976683
HSL327°19.02%31.96%
HSB/HSV327°31.96%38.04%
CMYK0.00%31.96%14.43%
61.96%

Color #614253 in popluar number systems.

HEX614253
Decimal976683
Binary110000110000101010011
Octal141102123

Shades and tints

Shades of #614253

#614253
(97,66,83)
#593C4C
(89,60,76)
#513645
(81,54,69)
#49303E
(73,48,62)
#412A37
(65,42,55)
#392430
(57,36,48)
#311E29
(49,30,41)
#291822
(41,24,34)
#21121B
(33,18,27)
#190C14
(25,12,20)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #614253

#614253
(97,66,83)
#6F5362
(111,83,98)
#7D6471
(125,100,113)
#8B7580
(139,117,128)
#99868F
(153,134,143)
#A7979E
(167,151,158)
#B5A8AD
(181,168,173)
#C3B9BC
(195,185,188)
#D1CACB
(209,202,203)
#DFDBDA
(223,219,218)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614253; }

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

This text font color is #614253.


Background Color

.myBgColor { background-color: #614253; }

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

This div background color is #614253.


Border color

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

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

This div border color is #614253.


Opacity

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

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

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

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

This text has shadow with #614253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614253 on black background.


Color preview on white background

This text has color #614253 on white background.



Black color preview on #614253 background

This text has black color on #614253 background.


White color preview on #614253 background

This text has white color on #614253 background.