COLOR #614931

HEX: #614931
RGB: (97,73,49)

Color info

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

RGB color model

#614931 color RGB value is (97,73,49).

  • red value is 97;
  • green value is 73;
  • blue value is 49.
RGB:
(97,73,49)
(38%,29%,19%)

RGB channels and saturation

R 97 of 255 = 38%
G 73 of 255 = 29%
B 49 of 255 = 19%

97
73
49

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

Portions of RGB colors in percentages

R + G + B =
97 + 73 + 49 = 219 (100%)
R 97 of 219 ~ 44.29%
G 73 of 219 ~ 33.33%
B 49 of 219 ~ 22.37%

%44.29
%33.33
%22.37

CMYK color model

#614931 color CMYK value is (0,25,49,62).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 49.48%
  • key color value is 61.96%
CMYK:
(0,25,49,62)
C0M25Y49K62 
(0%,25%,49%,62%)
(0.00/0.25/0.49/0.62)	

CMYK percentages

%0
%24.74
%49.48
%61.96

Codes

Color #614931 in popluar color models

614931
RGB977349
HSL30°32.88%28.63%
HSB/HSV30°49.48%38.04%
CMYK0.00%24.74%49.48%
61.96%

Color #614931 in popluar number systems.

HEX614931
Decimal977349
Binary11000011001001110001
Octal14111161

Shades and tints

Shades of #614931

#614931
(97,73,49)
#59432D
(89,67,45)
#513D29
(81,61,41)
#493725
(73,55,37)
#413121
(65,49,33)
#392B1D
(57,43,29)
#312519
(49,37,25)
#291F15
(41,31,21)
#211911
(33,25,17)
#19130D
(25,19,13)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #614931

#614931
(97,73,49)
#6F5943
(111,89,67)
#7D6955
(125,105,85)
#8B7967
(139,121,103)
#998979
(153,137,121)
#A7998B
(167,153,139)
#B5A99D
(181,169,157)
#C3B9AF
(195,185,175)
#D1C9C1
(209,201,193)
#DFD9D3
(223,217,211)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614931 color. Also use rgb(97,73,49) instead hex code.

Text Font Color

.myTextColor { color: #614931; }

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

This text font color is #614931.


Background Color

.myBgColor { background-color: #614931; }

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

This div background color is #614931.


Border color

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

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

This div border color is #614931.


Opacity

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

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

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

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

This text has shadow with #614931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614931 on black background.


Color preview on white background

This text has color #614931 on white background.



Black color preview on #614931 background

This text has black color on #614931 background.


White color preview on #614931 background

This text has white color on #614931 background.