COLOR #615D3B

HEX: #615D3B
RGB: (97,93,59)

Color info

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

RGB color model

#615D3B color RGB value is (97,93,59).

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

RGB channels and saturation

R 97 of 255 = 38%
G 93 of 255 = 36%
B 59 of 255 = 23%

97
93
59

R + G + B ~ 32%. #615D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 93 + 59 = 249 (100%)
R 97 of 249 ~ 38.96%
G 93 of 249 ~ 37.35%
B 59 of 249 ~ 23.69%

%38.96
%37.35
%23.69

CMYK color model

#615D3B color CMYK value is (0,4,39,62).

  • cyan value is 0.00%
  • magenta value is 4.12%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(0,4,39,62)
C0M4Y39K62 
(0%,4%,39%,62%)
(0.00/0.04/0.39/0.62)	

CMYK percentages

%0
%4.12
%39.18
%61.96

Codes

Color #615D3B in popluar color models

615D3B
RGB979359
HSL54°24.36%30.59%
HSB/HSV54°39.18%38.04%
CMYK0.00%4.12%39.18%
61.96%

Color #615D3B in popluar number systems.

HEX615D3B
Decimal979359
Binary11000011011101111011
Octal14113573

Shades and tints

Shades of #615D3B

#615D3B
(97,93,59)
#595536
(89,85,54)
#514D31
(81,77,49)
#49452C
(73,69,44)
#413D27
(65,61,39)
#393522
(57,53,34)
#312D1D
(49,45,29)
#292518
(41,37,24)
#211D13
(33,29,19)
#19150E
(25,21,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #615D3B

#615D3B
(97,93,59)
#6F6B4C
(111,107,76)
#7D795D
(125,121,93)
#8B876E
(139,135,110)
#99957F
(153,149,127)
#A7A390
(167,163,144)
#B5B1A1
(181,177,161)
#C3BFB2
(195,191,178)
#D1CDC3
(209,205,195)
#DFDBD4
(223,219,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615D3B; }

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

This text font color is #615D3B.


Background Color

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

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

This div background color is #615D3B.


Border color

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

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

This div border color is #615D3B.


Opacity

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

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

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

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

This text has shadow with #615D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615D3B on black background.


Color preview on white background

This text has color #615D3B on white background.



Black color preview on #615D3B background

This text has black color on #615D3B background.


White color preview on #615D3B background

This text has white color on #615D3B background.