COLOR #614748

HEX: #614748
RGB: (97,71,72)

Color info

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

RGB color model

#614748 color RGB value is (97,71,72).

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

RGB channels and saturation

R 97 of 255 = 38%
G 71 of 255 = 28%
B 72 of 255 = 28%

97
71
72

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

Portions of RGB colors in percentages

R + G + B =
97 + 71 + 72 = 240 (100%)
R 97 of 240 ~ 40.42%
G 71 of 240 ~ 29.58%
B 72 of 240 ~ 30%

%40.42
%29.58
%30

CMYK color model

#614748 color CMYK value is (0,27,26,62).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 25.77%
  • key color value is 61.96%
CMYK:
(0,27,26,62)
C0M27Y26K62 
(0%,27%,26%,62%)
(0.00/0.27/0.26/0.62)	

CMYK percentages

%0
%26.8
%25.77
%61.96

Codes

Color #614748 in popluar color models

614748
RGB977172
HSL358°15.48%32.94%
HSB/HSV358°26.80%38.04%
CMYK0.00%26.80%25.77%
61.96%

Color #614748 in popluar number systems.

HEX614748
Decimal977172
Binary110000110001111001000
Octal141107110

Shades and tints

Shades of #614748

#614748
(97,71,72)
#594142
(89,65,66)
#513B3C
(81,59,60)
#493536
(73,53,54)
#412F30
(65,47,48)
#39292A
(57,41,42)
#312324
(49,35,36)
#291D1E
(41,29,30)
#211718
(33,23,24)
#191112
(25,17,18)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #614748

#614748
(97,71,72)
#6F5758
(111,87,88)
#7D6768
(125,103,104)
#8B7778
(139,119,120)
#998788
(153,135,136)
#A79798
(167,151,152)
#B5A7A8
(181,167,168)
#C3B7B8
(195,183,184)
#D1C7C8
(209,199,200)
#DFD7D8
(223,215,216)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614748; }

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

This text font color is #614748.


Background Color

.myBgColor { background-color: #614748; }

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

This div background color is #614748.


Border color

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

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

This div border color is #614748.


Opacity

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

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

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

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

This text has shadow with #614748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614748 on black background.


Color preview on white background

This text has color #614748 on white background.



Black color preview on #614748 background

This text has black color on #614748 background.


White color preview on #614748 background

This text has white color on #614748 background.