COLOR #614A38

HEX: #614A38
RGB: (97,74,56)

Color info

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

RGB color model

#614A38 color RGB value is (97,74,56).

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

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 56 of 255 = 22%

97
74
56

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

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 56 = 227 (100%)
R 97 of 227 ~ 42.73%
G 74 of 227 ~ 32.6%
B 56 of 227 ~ 24.67%

%42.73
%32.6
%24.67

CMYK color model

#614A38 color CMYK value is (0,24,42,62).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(0,24,42,62)
C0M24Y42K62 
(0%,24%,42%,62%)
(0.00/0.24/0.42/0.62)	

CMYK percentages

%0
%23.71
%42.27
%61.96

Codes

Color #614A38 in popluar color models

614A38
RGB977456
HSL26°26.80%30.00%
HSB/HSV26°42.27%38.04%
CMYK0.00%23.71%42.27%
61.96%

Color #614A38 in popluar number systems.

HEX614A38
Decimal977456
Binary11000011001010111000
Octal14111270

Shades and tints

Shades of #614A38

#614A38
(97,74,56)
#594433
(89,68,51)
#513E2E
(81,62,46)
#493829
(73,56,41)
#413224
(65,50,36)
#392C1F
(57,44,31)
#31261A
(49,38,26)
#292015
(41,32,21)
#211A10
(33,26,16)
#19140B
(25,20,11)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #614A38

#614A38
(97,74,56)
#6F5A4A
(111,90,74)
#7D6A5C
(125,106,92)
#8B7A6E
(139,122,110)
#998A80
(153,138,128)
#A79A92
(167,154,146)
#B5AAA4
(181,170,164)
#C3BAB6
(195,186,182)
#D1CAC8
(209,202,200)
#DFDADA
(223,218,218)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614A38; }

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

This text font color is #614A38.


Background Color

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

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

This div background color is #614A38.


Border color

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

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

This div border color is #614A38.


Opacity

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

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

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

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

This text has shadow with #614A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A38 on black background.


Color preview on white background

This text has color #614A38 on white background.



Black color preview on #614A38 background

This text has black color on #614A38 background.


White color preview on #614A38 background

This text has white color on #614A38 background.