COLOR #615147

HEX: #615147
RGB: (97,81,71)

Color info

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

RGB color model

#615147 color RGB value is (97,81,71).

  • red value is 97;
  • green value is 81;
  • blue value is 71.
RGB:
(97,81,71)
(38%,32%,28%)

RGB channels and saturation

R 97 of 255 = 38%
G 81 of 255 = 32%
B 71 of 255 = 28%

97
81
71

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

Portions of RGB colors in percentages

R + G + B =
97 + 81 + 71 = 249 (100%)
R 97 of 249 ~ 38.96%
G 81 of 249 ~ 32.53%
B 71 of 249 ~ 28.51%

%38.96
%32.53
%28.51

CMYK color model

#615147 color CMYK value is (0,16,27,62).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 26.80%
  • key color value is 61.96%
CMYK:
(0,16,27,62)
C0M16Y27K62 
(0%,16%,27%,62%)
(0.00/0.16/0.27/0.62)	

CMYK percentages

%0
%16.49
%26.8
%61.96

Codes

Color #615147 in popluar color models

615147
RGB978171
HSL23°15.48%32.94%
HSB/HSV23°26.80%38.04%
CMYK0.00%16.49%26.80%
61.96%

Color #615147 in popluar number systems.

HEX615147
Decimal978171
Binary110000110100011000111
Octal141121107

Shades and tints

Shades of #615147

#615147
(97,81,71)
#594A41
(89,74,65)
#51433B
(81,67,59)
#493C35
(73,60,53)
#41352F
(65,53,47)
#392E29
(57,46,41)
#312723
(49,39,35)
#29201D
(41,32,29)
#211917
(33,25,23)
#191211
(25,18,17)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #615147

#615147
(97,81,71)
#6F6057
(111,96,87)
#7D6F67
(125,111,103)
#8B7E77
(139,126,119)
#998D87
(153,141,135)
#A79C97
(167,156,151)
#B5ABA7
(181,171,167)
#C3BAB7
(195,186,183)
#D1C9C7
(209,201,199)
#DFD8D7
(223,216,215)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615147 color. Also use rgb(97,81,71) instead hex code.

Text Font Color

.myTextColor { color: #615147; }

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

This text font color is #615147.


Background Color

.myBgColor { background-color: #615147; }

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

This div background color is #615147.


Border color

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

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

This div border color is #615147.


Opacity

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

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

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

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

This text has shadow with #615147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615147 on black background.


Color preview on white background

This text has color #615147 on white background.



Black color preview on #615147 background

This text has black color on #615147 background.


White color preview on #615147 background

This text has white color on #615147 background.