COLOR #615449

HEX: #615449
RGB: (97,84,73)

Color info

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

RGB color model

#615449 color RGB value is (97,84,73).

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

RGB channels and saturation

R 97 of 255 = 38%
G 84 of 255 = 33%
B 73 of 255 = 29%

97
84
73

R + G + B ~ 33%. #615449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 84 + 73 = 254 (100%)
R 97 of 254 ~ 38.19%
G 84 of 254 ~ 33.07%
B 73 of 254 ~ 28.74%

%38.19
%33.07
%28.74

CMYK color model

#615449 color CMYK value is (0,13,25,62).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(0,13,25,62)
C0M13Y25K62 
(0%,13%,25%,62%)
(0.00/0.13/0.25/0.62)	

CMYK percentages

%0
%13.4
%24.74
%61.96

Codes

Color #615449 in popluar color models

615449
RGB978473
HSL28°14.12%33.33%
HSB/HSV28°24.74%38.04%
CMYK0.00%13.40%24.74%
61.96%

Color #615449 in popluar number systems.

HEX615449
Decimal978473
Binary110000110101001001001
Octal141124111

Shades and tints

Shades of #615449

#615449
(97,84,73)
#594D43
(89,77,67)
#51463D
(81,70,61)
#493F37
(73,63,55)
#413831
(65,56,49)
#39312B
(57,49,43)
#312A25
(49,42,37)
#29231F
(41,35,31)
#211C19
(33,28,25)
#191513
(25,21,19)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #615449

#615449
(97,84,73)
#6F6359
(111,99,89)
#7D7269
(125,114,105)
#8B8179
(139,129,121)
#999089
(153,144,137)
#A79F99
(167,159,153)
#B5AEA9
(181,174,169)
#C3BDB9
(195,189,185)
#D1CCC9
(209,204,201)
#DFDBD9
(223,219,217)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615449; }

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

This text font color is #615449.


Background Color

.myBgColor { background-color: #615449; }

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

This div background color is #615449.


Border color

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

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

This div border color is #615449.


Opacity

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

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

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

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

This text has shadow with #615449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615449 on black background.


Color preview on white background

This text has color #615449 on white background.



Black color preview on #615449 background

This text has black color on #615449 background.


White color preview on #615449 background

This text has white color on #615449 background.