COLOR #614248

HEX: #614248
RGB: (97,66,72)

Color info

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

RGB color model

#614248 color RGB value is (97,66,72).

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

RGB channels and saturation

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

97
66
72

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

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 72 = 235 (100%)
R 97 of 235 ~ 41.28%
G 66 of 235 ~ 28.09%
B 72 of 235 ~ 30.64%

%41.28
%28.09
%30.64

CMYK color model

#614248 color CMYK value is (0,32,26,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 25.77%
  • key color value is 61.96%
CMYK:
(0,32,26,62)
C0M32Y26K62 
(0%,32%,26%,62%)
(0.00/0.32/0.26/0.62)	

CMYK percentages

%0
%31.96
%25.77
%61.96

Codes

Color #614248 in popluar color models

614248
RGB976672
HSL348°19.02%31.96%
HSB/HSV348°31.96%38.04%
CMYK0.00%31.96%25.77%
61.96%

Color #614248 in popluar number systems.

HEX614248
Decimal976672
Binary110000110000101001000
Octal141102110

Shades and tints

Shades of #614248

#614248
(97,66,72)
#593C42
(89,60,66)
#51363C
(81,54,60)
#493036
(73,48,54)
#412A30
(65,42,48)
#39242A
(57,36,42)
#311E24
(49,30,36)
#29181E
(41,24,30)
#211218
(33,18,24)
#190C12
(25,12,18)
#11060C
(17,6,12)
#000000
(0,0,0)

Tints of #614248

#614248
(97,66,72)
#6F5358
(111,83,88)
#7D6468
(125,100,104)
#8B7578
(139,117,120)
#998688
(153,134,136)
#A79798
(167,151,152)
#B5A8A8
(181,168,168)
#C3B9B8
(195,185,184)
#D1CAC8
(209,202,200)
#DFDBD8
(223,219,216)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614248; }

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

This text font color is #614248.


Background Color

.myBgColor { background-color: #614248; }

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

This div background color is #614248.


Border color

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

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

This div border color is #614248.


Opacity

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

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

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

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

This text has shadow with #614248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614248 on black background.


Color preview on white background

This text has color #614248 on white background.



Black color preview on #614248 background

This text has black color on #614248 background.


White color preview on #614248 background

This text has white color on #614248 background.