COLOR #614146

HEX: #614146
RGB: (97,65,70)

Color info

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

RGB color model

#614146 color RGB value is (97,65,70).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 70 of 255 = 27%

97
65
70

R + G + B ~ 30%. #614146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 70 = 232 (100%)
R 97 of 232 ~ 41.81%
G 65 of 232 ~ 28.02%
B 70 of 232 ~ 30.17%

%41.81
%28.02
%30.17

CMYK color model

#614146 color CMYK value is (0,33,28,62).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,33,28,62)
C0M33Y28K62 
(0%,33%,28%,62%)
(0.00/0.33/0.28/0.62)	

CMYK percentages

%0
%32.99
%27.84
%61.96

Codes

Color #614146 in popluar color models

614146
RGB976570
HSL351°19.75%31.76%
HSB/HSV351°32.99%38.04%
CMYK0.00%32.99%27.84%
61.96%

Color #614146 in popluar number systems.

HEX614146
Decimal976570
Binary110000110000011000110
Octal141101106

Shades and tints

Shades of #614146

#614146
(97,65,70)
#593C40
(89,60,64)
#51373A
(81,55,58)
#493234
(73,50,52)
#412D2E
(65,45,46)
#392828
(57,40,40)
#312322
(49,35,34)
#291E1C
(41,30,28)
#211916
(33,25,22)
#191410
(25,20,16)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #614146

#614146
(97,65,70)
#6F5256
(111,82,86)
#7D6366
(125,99,102)
#8B7476
(139,116,118)
#998586
(153,133,134)
#A79696
(167,150,150)
#B5A7A6
(181,167,166)
#C3B8B6
(195,184,182)
#D1C9C6
(209,201,198)
#DFDAD6
(223,218,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614146; }

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

This text font color is #614146.


Background Color

.myBgColor { background-color: #614146; }

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

This div background color is #614146.


Border color

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

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

This div border color is #614146.


Opacity

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

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

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

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

This text has shadow with #614146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614146 on black background.


Color preview on white background

This text has color #614146 on white background.



Black color preview on #614146 background

This text has black color on #614146 background.


White color preview on #614146 background

This text has white color on #614146 background.