COLOR #615D46

HEX: #615D46
RGB: (97,93,70)

Color info

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

RGB color model

#615D46 color RGB value is (97,93,70).

  • red value is 97;
  • green value is 93;
  • blue value is 70.
RGB:
(97,93,70)
(38%,36%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 70 of 255 = 27%

97
93
70

R + G + B ~ 34%. #615D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 70 = 260 (100%)
R 97 of 260 ~ 37.31%
G 93 of 260 ~ 35.77%
B 70 of 260 ~ 26.92%

%37.31
%35.77
%26.92

CMYK color model

#615D46 color CMYK value is (0,4,28,62).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,4,28,62)
C0M4Y28K62 
(0%,4%,28%,62%)
(0.00/0.04/0.28/0.62)	

CMYK percentages

%0
%4.12
%27.84
%61.96

Codes

Color #615D46 in popluar color models

615D46
RGB979370
HSL51°16.17%32.75%
HSB/HSV51°27.84%38.04%
CMYK0.00%4.12%27.84%
61.96%

Color #615D46 in popluar number systems.

HEX615D46
Decimal979370
Binary110000110111011000110
Octal141135106

Shades and tints

Shades of #615D46

#615D46
(97,93,70)
#595540
(89,85,64)
#514D3A
(81,77,58)
#494534
(73,69,52)
#413D2E
(65,61,46)
#393528
(57,53,40)
#312D22
(49,45,34)
#29251C
(41,37,28)
#211D16
(33,29,22)
#191510
(25,21,16)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #615D46

#615D46
(97,93,70)
#6F6B56
(111,107,86)
#7D7966
(125,121,102)
#8B8776
(139,135,118)
#999586
(153,149,134)
#A7A396
(167,163,150)
#B5B1A6
(181,177,166)
#C3BFB6
(195,191,182)
#D1CDC6
(209,205,198)
#DFDBD6
(223,219,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615D46 color. Also use rgb(97,93,70) instead hex code.

Text Font Color

.myTextColor { color: #615D46; }

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

This text font color is #615D46.


Background Color

.myBgColor { background-color: #615D46; }

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

This div background color is #615D46.


Border color

.myBorderColor { border: 1px solid #615D46; }

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

This div border color is #615D46.


Opacity

.myOpacity80 { color: #615D46; opacity: 0.8; }

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

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

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

This text has shadow with #615D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D46 on black background.


Color preview on white background

This text has color #615D46 on white background.



Black color preview on #615D46 background

This text has black color on #615D46 background.


White color preview on #615D46 background

This text has white color on #615D46 background.