COLOR #615B2E

HEX: #615B2E
RGB: (97,91,46)

Color info

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

RGB color model

#615B2E color RGB value is (97,91,46).

  • red value is 97;
  • green value is 91;
  • blue value is 46.
RGB:
(97,91,46)
(38%,36%,18%)

RGB channels and saturation

R 97 of 255 = 38%
G 91 of 255 = 36%
B 46 of 255 = 18%

97
91
46

R + G + B ~ 31%. #615B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 91 + 46 = 234 (100%)
R 97 of 234 ~ 41.45%
G 91 of 234 ~ 38.89%
B 46 of 234 ~ 19.66%

%41.45
%38.89
%19.66

CMYK color model

#615B2E color CMYK value is (0,6,53,62).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 52.58%
  • key color value is 61.96%
CMYK:
(0,6,53,62)
C0M6Y53K62 
(0%,6%,53%,62%)
(0.00/0.06/0.53/0.62)	

CMYK percentages

%0
%6.19
%52.58
%61.96

Codes

Color #615B2E in popluar color models

615B2E
RGB979146
HSL53°35.66%28.04%
HSB/HSV53°52.58%38.04%
CMYK0.00%6.19%52.58%
61.96%

Color #615B2E in popluar number systems.

HEX615B2E
Decimal979146
Binary11000011011011101110
Octal14113356

Shades and tints

Shades of #615B2E

#615B2E
(97,91,46)
#59532A
(89,83,42)
#514B26
(81,75,38)
#494322
(73,67,34)
#413B1E
(65,59,30)
#39331A
(57,51,26)
#312B16
(49,43,22)
#292312
(41,35,18)
#211B0E
(33,27,14)
#19130A
(25,19,10)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #615B2E

#615B2E
(97,91,46)
#6F6941
(111,105,65)
#7D7754
(125,119,84)
#8B8567
(139,133,103)
#99937A
(153,147,122)
#A7A18D
(167,161,141)
#B5AFA0
(181,175,160)
#C3BDB3
(195,189,179)
#D1CBC6
(209,203,198)
#DFD9D9
(223,217,217)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615B2E color. Also use rgb(97,91,46) instead hex code.

Text Font Color

.myTextColor { color: #615B2E; }

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

This text font color is #615B2E.


Background Color

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

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

This div background color is #615B2E.


Border color

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

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

This div border color is #615B2E.


Opacity

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

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

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

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

This text has shadow with #615B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615B2E on black background.


Color preview on white background

This text has color #615B2E on white background.



Black color preview on #615B2E background

This text has black color on #615B2E background.


White color preview on #615B2E background

This text has white color on #615B2E background.