COLOR #614139

HEX: #614139
RGB: (97,65,57)

Color info

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

RGB color model

#614139 color RGB value is (97,65,57).

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

RGB channels and saturation

R 97 of 255 = 38%
G 65 of 255 = 25%
B 57 of 255 = 22%

97
65
57

R + G + B ~ 28%. #614139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 65 + 57 = 219 (100%)
R 97 of 219 ~ 44.29%
G 65 of 219 ~ 29.68%
B 57 of 219 ~ 26.03%

%44.29
%29.68
%26.03

CMYK color model

#614139 color CMYK value is (0,33,41,62).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 41.24%
  • key color value is 61.96%
CMYK:
(0,33,41,62)
C0M33Y41K62 
(0%,33%,41%,62%)
(0.00/0.33/0.41/0.62)	

CMYK percentages

%0
%32.99
%41.24
%61.96

Codes

Color #614139 in popluar color models

614139
RGB976557
HSL12°25.97%30.20%
HSB/HSV12°41.24%38.04%
CMYK0.00%32.99%41.24%
61.96%

Color #614139 in popluar number systems.

HEX614139
Decimal976557
Binary11000011000001111001
Octal14110171

Shades and tints

Shades of #614139

#614139
(97,65,57)
#593C34
(89,60,52)
#51372F
(81,55,47)
#49322A
(73,50,42)
#412D25
(65,45,37)
#392820
(57,40,32)
#31231B
(49,35,27)
#291E16
(41,30,22)
#211911
(33,25,17)
#19140C
(25,20,12)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #614139

#614139
(97,65,57)
#6F524B
(111,82,75)
#7D635D
(125,99,93)
#8B746F
(139,116,111)
#998581
(153,133,129)
#A79693
(167,150,147)
#B5A7A5
(181,167,165)
#C3B8B7
(195,184,183)
#D1C9C9
(209,201,201)
#DFDADB
(223,218,219)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614139; }

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

This text font color is #614139.


Background Color

.myBgColor { background-color: #614139; }

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

This div background color is #614139.


Border color

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

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

This div border color is #614139.


Opacity

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

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

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

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

This text has shadow with #614139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614139 on black background.


Color preview on white background

This text has color #614139 on white background.



Black color preview on #614139 background

This text has black color on #614139 background.


White color preview on #614139 background

This text has white color on #614139 background.