COLOR #614D41

HEX: #614D41
RGB: (97,77,65)

Color info

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

RGB color model

#614D41 color RGB value is (97,77,65).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 65 of 255 = 25%

97
77
65

R + G + B ~ 31%. #614D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 65 = 239 (100%)
R 97 of 239 ~ 40.59%
G 77 of 239 ~ 32.22%
B 65 of 239 ~ 27.2%

%40.59
%32.22
%27.2

CMYK color model

#614D41 color CMYK value is (0,21,33,62).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,21,33,62)
C0M21Y33K62 
(0%,21%,33%,62%)
(0.00/0.21/0.33/0.62)	

CMYK percentages

%0
%20.62
%32.99
%61.96

Codes

Color #614D41 in popluar color models

614D41
RGB977765
HSL23°19.75%31.76%
HSB/HSV23°32.99%38.04%
CMYK0.00%20.62%32.99%
61.96%

Color #614D41 in popluar number systems.

HEX614D41
Decimal977765
Binary110000110011011000001
Octal141115101

Shades and tints

Shades of #614D41

#614D41
(97,77,65)
#59463C
(89,70,60)
#513F37
(81,63,55)
#493832
(73,56,50)
#41312D
(65,49,45)
#392A28
(57,42,40)
#312323
(49,35,35)
#291C1E
(41,28,30)
#211519
(33,21,25)
#190E14
(25,14,20)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #614D41

#614D41
(97,77,65)
#6F5D52
(111,93,82)
#7D6D63
(125,109,99)
#8B7D74
(139,125,116)
#998D85
(153,141,133)
#A79D96
(167,157,150)
#B5ADA7
(181,173,167)
#C3BDB8
(195,189,184)
#D1CDC9
(209,205,201)
#DFDDDA
(223,221,218)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D41; }

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

This text font color is #614D41.


Background Color

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

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

This div background color is #614D41.


Border color

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

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

This div border color is #614D41.


Opacity

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

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

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

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

This text has shadow with #614D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D41 on black background.


Color preview on white background

This text has color #614D41 on white background.



Black color preview on #614D41 background

This text has black color on #614D41 background.


White color preview on #614D41 background

This text has white color on #614D41 background.