COLOR #614D38

HEX: #614D38
RGB: (97,77,56)

Color info

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

RGB color model

#614D38 color RGB value is (97,77,56).

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

RGB channels and saturation

R 97 of 255 = 38%
G 77 of 255 = 30%
B 56 of 255 = 22%

97
77
56

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

Portions of RGB colors in percentages

R + G + B =
97 + 77 + 56 = 230 (100%)
R 97 of 230 ~ 42.17%
G 77 of 230 ~ 33.48%
B 56 of 230 ~ 24.35%

%42.17
%33.48
%24.35

CMYK color model

#614D38 color CMYK value is (0,21,42,62).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(0,21,42,62)
C0M21Y42K62 
(0%,21%,42%,62%)
(0.00/0.21/0.42/0.62)	

CMYK percentages

%0
%20.62
%42.27
%61.96

Codes

Color #614D38 in popluar color models

614D38
RGB977756
HSL31°26.80%30.00%
HSB/HSV31°42.27%38.04%
CMYK0.00%20.62%42.27%
61.96%

Color #614D38 in popluar number systems.

HEX614D38
Decimal977756
Binary11000011001101111000
Octal14111570

Shades and tints

Shades of #614D38

#614D38
(97,77,56)
#594633
(89,70,51)
#513F2E
(81,63,46)
#493829
(73,56,41)
#413124
(65,49,36)
#392A1F
(57,42,31)
#31231A
(49,35,26)
#291C15
(41,28,21)
#211510
(33,21,16)
#190E0B
(25,14,11)
#110706
(17,7,6)
#000000
(0,0,0)

Tints of #614D38

#614D38
(97,77,56)
#6F5D4A
(111,93,74)
#7D6D5C
(125,109,92)
#8B7D6E
(139,125,110)
#998D80
(153,141,128)
#A79D92
(167,157,146)
#B5ADA4
(181,173,164)
#C3BDB6
(195,189,182)
#D1CDC8
(209,205,200)
#DFDDDA
(223,221,218)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614D38; }

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

This text font color is #614D38.


Background Color

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

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

This div background color is #614D38.


Border color

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

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

This div border color is #614D38.


Opacity

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

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

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

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

This text has shadow with #614D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614D38 on black background.


Color preview on white background

This text has color #614D38 on white background.



Black color preview on #614D38 background

This text has black color on #614D38 background.


White color preview on #614D38 background

This text has white color on #614D38 background.