COLOR #614639

HEX: #614639
RGB: (97,70,57)

Color info

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

RGB color model

#614639 color RGB value is (97,70,57).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 57 of 255 = 22%

97
70
57

R + G + B ~ 29%. #614639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 57 = 224 (100%)
R 97 of 224 ~ 43.3%
G 70 of 224 ~ 31.25%
B 57 of 224 ~ 25.45%

%43.3
%31.25
%25.45

CMYK color model

#614639 color CMYK value is (0,28,41,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 41.24%
  • key color value is 61.96%
CMYK:
(0,28,41,62)
C0M28Y41K62 
(0%,28%,41%,62%)
(0.00/0.28/0.41/0.62)	

CMYK percentages

%0
%27.84
%41.24
%61.96

Codes

Color #614639 in popluar color models

614639
RGB977057
HSL20°25.97%30.20%
HSB/HSV20°41.24%38.04%
CMYK0.00%27.84%41.24%
61.96%

Color #614639 in popluar number systems.

HEX614639
Decimal977057
Binary11000011000110111001
Octal14110671

Shades and tints

Shades of #614639

#614639
(97,70,57)
#594034
(89,64,52)
#513A2F
(81,58,47)
#49342A
(73,52,42)
#412E25
(65,46,37)
#392820
(57,40,32)
#31221B
(49,34,27)
#291C16
(41,28,22)
#211611
(33,22,17)
#19100C
(25,16,12)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #614639

#614639
(97,70,57)
#6F564B
(111,86,75)
#7D665D
(125,102,93)
#8B766F
(139,118,111)
#998681
(153,134,129)
#A79693
(167,150,147)
#B5A6A5
(181,166,165)
#C3B6B7
(195,182,183)
#D1C6C9
(209,198,201)
#DFD6DB
(223,214,219)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614639; }

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

This text font color is #614639.


Background Color

.myBgColor { background-color: #614639; }

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

This div background color is #614639.


Border color

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

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

This div border color is #614639.


Opacity

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

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

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

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

This text has shadow with #614639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614639 on black background.


Color preview on white background

This text has color #614639 on white background.



Black color preview on #614639 background

This text has black color on #614639 background.


White color preview on #614639 background

This text has white color on #614639 background.