COLOR #615A41

HEX: #615A41
RGB: (97,90,65)

Color info

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

RGB color model

#615A41 color RGB value is (97,90,65).

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

RGB channels and saturation

R 97 of 255 = 38%
G 90 of 255 = 35%
B 65 of 255 = 25%

97
90
65

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 65 = 252 (100%)
R 97 of 252 ~ 38.49%
G 90 of 252 ~ 35.71%
B 65 of 252 ~ 25.79%

%38.49
%35.71
%25.79

CMYK color model

#615A41 color CMYK value is (0,7,33,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(0,7,33,62)
C0M7Y33K62 
(0%,7%,33%,62%)
(0.00/0.07/0.33/0.62)	

CMYK percentages

%0
%7.22
%32.99
%61.96

Codes

Color #615A41 in popluar color models

615A41
RGB979065
HSL47°19.75%31.76%
HSB/HSV47°32.99%38.04%
CMYK0.00%7.22%32.99%
61.96%

Color #615A41 in popluar number systems.

HEX615A41
Decimal979065
Binary110000110110101000001
Octal141132101

Shades and tints

Shades of #615A41

#615A41
(97,90,65)
#59523C
(89,82,60)
#514A37
(81,74,55)
#494232
(73,66,50)
#413A2D
(65,58,45)
#393228
(57,50,40)
#312A23
(49,42,35)
#29221E
(41,34,30)
#211A19
(33,26,25)
#191214
(25,18,20)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #615A41

#615A41
(97,90,65)
#6F6952
(111,105,82)
#7D7863
(125,120,99)
#8B8774
(139,135,116)
#999685
(153,150,133)
#A7A596
(167,165,150)
#B5B4A7
(181,180,167)
#C3C3B8
(195,195,184)
#D1D2C9
(209,210,201)
#DFE1DA
(223,225,218)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615A41 color. Also use rgb(97,90,65) instead hex code.

Text Font Color

.myTextColor { color: #615A41; }

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

This text font color is #615A41.


Background Color

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

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

This div background color is #615A41.


Border color

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

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

This div border color is #615A41.


Opacity

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

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

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

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

This text has shadow with #615A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A41 on black background.


Color preview on white background

This text has color #615A41 on white background.



Black color preview on #615A41 background

This text has black color on #615A41 background.


White color preview on #615A41 background

This text has white color on #615A41 background.