COLOR #615C2E

HEX: #615C2E RGB: (97,92,46)

Color info

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

RGB color model

#615C2E color RGB value is (97,92,46).

RGB: (97,92,46) (38%, 36%, 18%)

RGB channels and saturation

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

97
92
46

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

Portions of RGB colors in percentages

R + G + B = 97 + 92 + 46 = 235 (100%)
R 97 of 235 ~ 41.28%
G 92 of 235 ~ 39.15%
B 46 of 235 ~ 19.57'%

%41.28
%39.15
%19.57

CMYK color model

#615C2E color CMYK value is (0,5,53,62).

  • cyan value is 0.00%
  • magenta value is 5.15%
  • yellow value is 52.58%
  • key color value is 61.96%

CMYK: (0,5,53,62)
C0M5Y53K62 (0%, 5%, 53%, 62%)
(0.00 / 0.05 / 0.53 / 0.62)

CMYK percentages

%0
%5.15
%52.58
%61.96

Codes

Color #615C2E in popluar color models

61 5C 2E
RGB 97 92 46
HSL 54° 35.66% 28.04%
HSB/HSV 54° 52.58% 38.04%
CMYK 0.00% 5.15% 52.58%
61.96%

Color #615C2E in popluar number systems.

HEX 61 5C 2E
Decimal 97 92 46
Binary 1100001 1011100 101110
Octal 141 134 56

Shades and tints

Shades of #615C2E

#615C2E
(97,92,46)
#59542A
(89,84,42)
#514C26
(81,76,38)
#494422
(73,68,34)
#413C1E
(65,60,30)
#39341A
(57,52,26)
#312C16
(49,44,22)
#292412
(41,36,18)
#211C0E
(33,28,14)
#19140A
(25,20,10)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #615C2E

#615C2E
(97,92,46)
#6F6A41
(111,106,65)
#7D7854
(125,120,84)
#8B8667
(139,134,103)
#99947A
(153,148,122)
#A7A28D
(167,162,141)
#B5B0A0
(181,176,160)
#C3BEB3
(195,190,179)
#D1CCC6
(209,204,198)
#DFDAD9
(223,218,217)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C2E; }

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

This text font color is #615C2E.

Background Color

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

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

This div background color is #615C2E.

Border color

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

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

This div border color is #615C2E.

Opacity

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

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

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

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

This text has shadow with #615C2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615C2E.

Preview

Color preview on black background

This text has color #615C2E on black background.


Color preview on white background

This text has color #615C2E on white background.


Black color preview on #615C2E background

This text has black color on #615C2E background.


White color preview on #615C2E background

This text has white color on #615C2E background.


Related colors

Complementary color

Complementary color for #hex is #9EA3D1.


I love getcolorcode.com

Triadic colors

1 #2E615C and #5C2E61 with #615C2E are triadic colors.

2 #2E5C61 and #5C612E with #615C2E are triadic colors.