COLOR #614C46

HEX: #614C46
RGB: (97,76,70)

Color info

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

RGB color model

#614C46 color RGB value is (97,76,70).

  • red value is 97;
  • green value is 76;
  • blue value is 70.
RGB:
(97,76,70)
(38%,30%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 70 of 255 = 27%

97
76
70

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

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 70 = 243 (100%)
R 97 of 243 ~ 39.92%
G 76 of 243 ~ 31.28%
B 70 of 243 ~ 28.81%

%39.92
%31.28
%28.81

CMYK color model

#614C46 color CMYK value is (0,22,28,62).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,22,28,62)
C0M22Y28K62 
(0%,22%,28%,62%)
(0.00/0.22/0.28/0.62)	

CMYK percentages

%0
%21.65
%27.84
%61.96

Codes

Color #614C46 in popluar color models

614C46
RGB977670
HSL13°16.17%32.75%
HSB/HSV13°27.84%38.04%
CMYK0.00%21.65%27.84%
61.96%

Color #614C46 in popluar number systems.

HEX614C46
Decimal977670
Binary110000110011001000110
Octal141114106

Shades and tints

Shades of #614C46

#614C46
(97,76,70)
#594640
(89,70,64)
#51403A
(81,64,58)
#493A34
(73,58,52)
#41342E
(65,52,46)
#392E28
(57,46,40)
#312822
(49,40,34)
#29221C
(41,34,28)
#211C16
(33,28,22)
#191610
(25,22,16)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #614C46

#614C46
(97,76,70)
#6F5C56
(111,92,86)
#7D6C66
(125,108,102)
#8B7C76
(139,124,118)
#998C86
(153,140,134)
#A79C96
(167,156,150)
#B5ACA6
(181,172,166)
#C3BCB6
(195,188,182)
#D1CCC6
(209,204,198)
#DFDCD6
(223,220,214)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614C46 color. Also use rgb(97,76,70) instead hex code.

Text Font Color

.myTextColor { color: #614C46; }

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

This text font color is #614C46.


Background Color

.myBgColor { background-color: #614C46; }

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

This div background color is #614C46.


Border color

.myBorderColor { border: 1px solid #614C46; }

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

This div border color is #614C46.


Opacity

.myOpacity80 { color: #614C46; opacity: 0.8; }

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

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

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

This text has shadow with #614C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C46 on black background.


Color preview on white background

This text has color #614C46 on white background.



Black color preview on #614C46 background

This text has black color on #614C46 background.


White color preview on #614C46 background

This text has white color on #614C46 background.