COLOR #615840

HEX: #615840
RGB: (97,88,64)

Color info

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

RGB color model

#615840 color RGB value is (97,88,64).

  • red value is 97;
  • green value is 88;
  • blue value is 64.
RGB:
(97,88,64)
(38%,35%,25%)

RGB channels and saturation

R 97 of 255 = 38%
G 88 of 255 = 35%
B 64 of 255 = 25%

97
88
64

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

Portions of RGB colors in percentages

R + G + B =
97 + 88 + 64 = 249 (100%)
R 97 of 249 ~ 38.96%
G 88 of 249 ~ 35.34%
B 64 of 249 ~ 25.7%

%38.96
%35.34
%25.7

CMYK color model

#615840 color CMYK value is (0,9,34,62).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 34.02%
  • key color value is 61.96%
CMYK:
(0,9,34,62)
C0M9Y34K62 
(0%,9%,34%,62%)
(0.00/0.09/0.34/0.62)	

CMYK percentages

%0
%9.28
%34.02
%61.96

Codes

Color #615840 in popluar color models

615840
RGB978864
HSL44°20.50%31.57%
HSB/HSV44°34.02%38.04%
CMYK0.00%9.28%34.02%
61.96%

Color #615840 in popluar number systems.

HEX615840
Decimal978864
Binary110000110110001000000
Octal141130100

Shades and tints

Shades of #615840

#615840
(97,88,64)
#59503B
(89,80,59)
#514836
(81,72,54)
#494031
(73,64,49)
#41382C
(65,56,44)
#393027
(57,48,39)
#312822
(49,40,34)
#29201D
(41,32,29)
#211818
(33,24,24)
#191013
(25,16,19)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #615840

#615840
(97,88,64)
#6F6751
(111,103,81)
#7D7662
(125,118,98)
#8B8573
(139,133,115)
#999484
(153,148,132)
#A7A395
(167,163,149)
#B5B2A6
(181,178,166)
#C3C1B7
(195,193,183)
#D1D0C8
(209,208,200)
#DFDFD9
(223,223,217)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615840 color. Also use rgb(97,88,64) instead hex code.

Text Font Color

.myTextColor { color: #615840; }

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

This text font color is #615840.


Background Color

.myBgColor { background-color: #615840; }

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

This div background color is #615840.


Border color

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

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

This div border color is #615840.


Opacity

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

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

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

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

This text has shadow with #615840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615840 on black background.


Color preview on white background

This text has color #615840 on white background.



Black color preview on #615840 background

This text has black color on #615840 background.


White color preview on #615840 background

This text has white color on #615840 background.