COLOR #615C35

HEX: #615C35
RGB: (97,92,53)

Color info

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

RGB color model

#615C35 color RGB value is (97,92,53).

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

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 53 of 255 = 21%

97
92
53

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

Portions of RGB colors in percentages

R + G + B =
97 + 92 + 53 = 242 (100%)
R 97 of 242 ~ 40.08%
G 92 of 242 ~ 38.02%
B 53 of 242 ~ 21.9%

%40.08
%38.02
%21.9

CMYK color model

#615C35 color CMYK value is (0,5,45,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 45.36%
  • key color value is 61.96%
CMYK:
(0,5,45,62)
C0M5Y45K62 
(0%,5%,45%,62%)
(0.00/0.05/0.45/0.62)	

CMYK percentages

%0
%5.15
%45.36
%61.96

Codes

Color #615C35 in popluar color models

615C35
RGB979253
HSL53°29.33%29.41%
HSB/HSV53°45.36%38.04%
CMYK0.00%5.15%45.36%
61.96%

Color #615C35 in popluar number systems.

HEX615C35
Decimal979253
Binary11000011011100110101
Octal14113465

Shades and tints

Shades of #615C35

#615C35
(97,92,53)
#595431
(89,84,49)
#514C2D
(81,76,45)
#494429
(73,68,41)
#413C25
(65,60,37)
#393421
(57,52,33)
#312C1D
(49,44,29)
#292419
(41,36,25)
#211C15
(33,28,21)
#191411
(25,20,17)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #615C35

#615C35
(97,92,53)
#6F6A47
(111,106,71)
#7D7859
(125,120,89)
#8B866B
(139,134,107)
#99947D
(153,148,125)
#A7A28F
(167,162,143)
#B5B0A1
(181,176,161)
#C3BEB3
(195,190,179)
#D1CCC5
(209,204,197)
#DFDAD7
(223,218,215)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C35; }

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

This text font color is #615C35.


Background Color

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

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

This div background color is #615C35.


Border color

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

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

This div border color is #615C35.


Opacity

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

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

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

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

This text has shadow with #615C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615C35 on black background.


Color preview on white background

This text has color #615C35 on white background.



Black color preview on #615C35 background

This text has black color on #615C35 background.


White color preview on #615C35 background

This text has white color on #615C35 background.