COLOR #614F3F

HEX: #614F3F
RGB: (97,79,63)

Color info

#614F3F contains red, green and blue colors in about the same proportion. Web safe color of #614F3F is #666633 (or #663).

RGB color model

#614F3F color RGB value is (97,79,63).

  • red value is 97;
  • green value is 79;
  • blue value is 63.
RGB:
(97,79,63)
(38%,31%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 79 of 255 = 31%
B 63 of 255 = 25%

97
79
63

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

Portions of RGB colors in percentages

R + G + B =
97 + 79 + 63 = 239 (100%)
R 97 of 239 ~ 40.59%
G 79 of 239 ~ 33.05%
B 63 of 239 ~ 26.36%

%40.59
%33.05
%26.36

CMYK color model

#614F3F color CMYK value is (0,19,35,62).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 35.05%
  • key color value is 61.96%
CMYK:
(0,19,35,62)
C0M19Y35K62 
(0%,19%,35%,62%)
(0.00/0.19/0.35/0.62)	

CMYK percentages

%0
%18.56
%35.05
%61.96

Codes

Color #614F3F in popluar color models

614F3F
RGB977963
HSL28°21.25%31.37%
HSB/HSV28°35.05%38.04%
CMYK0.00%18.56%35.05%
61.96%

Color #614F3F in popluar number systems.

HEX614F3F
Decimal977963
Binary11000011001111111111
Octal14111777

Shades and tints

Shades of #614F3F

#614F3F
(97,79,63)
#59483A
(89,72,58)
#514135
(81,65,53)
#493A30
(73,58,48)
#41332B
(65,51,43)
#392C26
(57,44,38)
#312521
(49,37,33)
#291E1C
(41,30,28)
#211717
(33,23,23)
#191012
(25,16,18)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #614F3F

#614F3F
(97,79,63)
#6F5F50
(111,95,80)
#7D6F61
(125,111,97)
#8B7F72
(139,127,114)
#998F83
(153,143,131)
#A79F94
(167,159,148)
#B5AFA5
(181,175,165)
#C3BFB6
(195,191,182)
#D1CFC7
(209,207,199)
#DFDFD8
(223,223,216)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614F3F color. Also use rgb(97,79,63) instead hex code.

Text Font Color

.myTextColor { color: #614F3F; }

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

This text font color is #614F3F.


Background Color

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

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

This div background color is #614F3F.


Border color

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

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

This div border color is #614F3F.


Opacity

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

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

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

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

This text has shadow with #614F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614F3F on black background.


Color preview on white background

This text has color #614F3F on white background.



Black color preview on #614F3F background

This text has black color on #614F3F background.


White color preview on #614F3F background

This text has white color on #614F3F background.