COLOR #614636

HEX: #614636
RGB: (97,70,54)

Color info

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

RGB color model

#614636 color RGB value is (97,70,54).

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

RGB channels and saturation

R 97 of 255 = 38%
G 70 of 255 = 27%
B 54 of 255 = 21%

97
70
54

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

Portions of RGB colors in percentages

R + G + B =
97 + 70 + 54 = 221 (100%)
R 97 of 221 ~ 43.89%
G 70 of 221 ~ 31.67%
B 54 of 221 ~ 24.43%

%43.89
%31.67
%24.43

CMYK color model

#614636 color CMYK value is (0,28,44,62).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(0,28,44,62)
C0M28Y44K62 
(0%,28%,44%,62%)
(0.00/0.28/0.44/0.62)	

CMYK percentages

%0
%27.84
%44.33
%61.96

Codes

Color #614636 in popluar color models

614636
RGB977054
HSL22°28.48%29.61%
HSB/HSV22°44.33%38.04%
CMYK0.00%27.84%44.33%
61.96%

Color #614636 in popluar number systems.

HEX614636
Decimal977054
Binary11000011000110110110
Octal14110666

Shades and tints

Shades of #614636

#614636
(97,70,54)
#594032
(89,64,50)
#513A2E
(81,58,46)
#49342A
(73,52,42)
#412E26
(65,46,38)
#392822
(57,40,34)
#31221E
(49,34,30)
#291C1A
(41,28,26)
#211616
(33,22,22)
#191012
(25,16,18)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #614636

#614636
(97,70,54)
#6F5648
(111,86,72)
#7D665A
(125,102,90)
#8B766C
(139,118,108)
#99867E
(153,134,126)
#A79690
(167,150,144)
#B5A6A2
(181,166,162)
#C3B6B4
(195,182,180)
#D1C6C6
(209,198,198)
#DFD6D8
(223,214,216)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614636; }

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

This text font color is #614636.


Background Color

.myBgColor { background-color: #614636; }

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

This div background color is #614636.


Border color

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

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

This div border color is #614636.


Opacity

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

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

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

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

This text has shadow with #614636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614636 on black background.


Color preview on white background

This text has color #614636 on white background.



Black color preview on #614636 background

This text has black color on #614636 background.


White color preview on #614636 background

This text has white color on #614636 background.