COLOR #615A3F

HEX: #615A3F
RGB: (97,90,63)

Color info

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

RGB color model

#615A3F color RGB value is (97,90,63).

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

RGB channels and saturation

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

97
90
63

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

Portions of RGB colors in percentages

R + G + B =
97 + 90 + 63 = 250 (100%)
R 97 of 250 ~ 38.8%
G 90 of 250 ~ 36%
B 63 of 250 ~ 25.2%

%38.8
%36
%25.2

CMYK color model

#615A3F color CMYK value is (0,7,35,62).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 35.05%
  • key color value is 61.96%
CMYK:
(0,7,35,62)
C0M7Y35K62 
(0%,7%,35%,62%)
(0.00/0.07/0.35/0.62)	

CMYK percentages

%0
%7.22
%35.05
%61.96

Codes

Color #615A3F in popluar color models

615A3F
RGB979063
HSL48°21.25%31.37%
HSB/HSV48°35.05%38.04%
CMYK0.00%7.22%35.05%
61.96%

Color #615A3F in popluar number systems.

HEX615A3F
Decimal979063
Binary11000011011010111111
Octal14113277

Shades and tints

Shades of #615A3F

#615A3F
(97,90,63)
#59523A
(89,82,58)
#514A35
(81,74,53)
#494230
(73,66,48)
#413A2B
(65,58,43)
#393226
(57,50,38)
#312A21
(49,42,33)
#29221C
(41,34,28)
#211A17
(33,26,23)
#191212
(25,18,18)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #615A3F

#615A3F
(97,90,63)
#6F6950
(111,105,80)
#7D7861
(125,120,97)
#8B8772
(139,135,114)
#999683
(153,150,131)
#A7A594
(167,165,148)
#B5B4A5
(181,180,165)
#C3C3B6
(195,195,182)
#D1D2C7
(209,210,199)
#DFE1D8
(223,225,216)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615A3F; }

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

This text font color is #615A3F.


Background Color

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

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

This div background color is #615A3F.


Border color

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

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

This div border color is #615A3F.


Opacity

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

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

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

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

This text has shadow with #615A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615A3F on black background.


Color preview on white background

This text has color #615A3F on white background.



Black color preview on #615A3F background

This text has black color on #615A3F background.


White color preview on #615A3F background

This text has white color on #615A3F background.