COLOR #615C3A

HEX: #615C3A
RGB: (97,92,58)

Color info

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

RGB color model

#615C3A color RGB value is (97,92,58).

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

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 58 of 255 = 23%

97
92
58

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

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 58 = 247 (100%)
R 97 of 247 ~ 39.27%
G 92 of 247 ~ 37.25%
B 58 of 247 ~ 23.48%

%39.27
%37.25
%23.48

CMYK color model

#615C3A color CMYK value is (0,5,40,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(0,5,40,62)
C0M5Y40K62 
(0%,5%,40%,62%)
(0.00/0.05/0.40/0.62)	

CMYK percentages

%0
%5.15
%40.21
%61.96

Codes

Color #615C3A in popluar color models

615C3A
RGB979258
HSL52°25.16%30.39%
HSB/HSV52°40.21%38.04%
CMYK0.00%5.15%40.21%
61.96%

Color #615C3A in popluar number systems.

HEX615C3A
Decimal979258
Binary11000011011100111010
Octal14113472

Shades and tints

Shades of #615C3A

#615C3A
(97,92,58)
#595435
(89,84,53)
#514C30
(81,76,48)
#49442B
(73,68,43)
#413C26
(65,60,38)
#393421
(57,52,33)
#312C1C
(49,44,28)
#292417
(41,36,23)
#211C12
(33,28,18)
#19140D
(25,20,13)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #615C3A

#615C3A
(97,92,58)
#6F6A4B
(111,106,75)
#7D785C
(125,120,92)
#8B866D
(139,134,109)
#99947E
(153,148,126)
#A7A28F
(167,162,143)
#B5B0A0
(181,176,160)
#C3BEB1
(195,190,177)
#D1CCC2
(209,204,194)
#DFDAD3
(223,218,211)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615C3A color. Also use rgb(97,92,58) instead hex code.

Text Font Color

.myTextColor { color: #615C3A; }

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

This text font color is #615C3A.


Background Color

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

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

This div background color is #615C3A.


Border color

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

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

This div border color is #615C3A.


Opacity

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

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

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

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

This text has shadow with #615C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C3A on black background.


Color preview on white background

This text has color #615C3A on white background.



Black color preview on #615C3A background

This text has black color on #615C3A background.


White color preview on #615C3A background

This text has white color on #615C3A background.