COLOR #615C3D

HEX: #615C3D RGB: (97,92,61)

Color info

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

RGB color model

#615C3D color RGB value is (97,92,61).

RGB: (97,92,61) (38%, 36%, 24%)

RGB channels and saturation

R 97 of 255 = 38%
G 92 of 255 = 36%
B 61 of 255 = 24%

97
92
61

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

Portions of RGB colors in percentages

R + G + B = 97 + 92 + 61 = 250 (100%)
R 97 of 250 ~ 38.8%
G 92 of 250 ~ 36.8%
B 61 of 250 ~ 24.4'%

%38.8
%36.8
%24.4

CMYK color model

#615C3D color CMYK value is (0,5,37,62).

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

CMYK: (0,5,37,62)
C0M5Y37K62 (0%, 5%, 37%, 62%)
(0.00 / 0.05 / 0.37 / 0.62)

CMYK percentages

%0
%5.15
%37.11
%61.96

Codes

Color #615C3D in popluar color models

61 5C 3D
RGB 97 92 61
HSL 52° 22.78% 30.98%
HSB/HSV 52° 37.11% 38.04%
CMYK 0.00% 5.15% 37.11%
61.96%

Color #615C3D in popluar number systems.

HEX 61 5C 3D
Decimal 97 92 61
Binary 1100001 1011100 111101
Octal 141 134 75

Shades and tints

Shades of #615C3D

#615C3D
(97,92,61)
#595438
(89,84,56)
#514C33
(81,76,51)
#49442E
(73,68,46)
#413C29
(65,60,41)
#393424
(57,52,36)
#312C1F
(49,44,31)
#29241A
(41,36,26)
#211C15
(33,28,21)
#191410
(25,20,16)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #615C3D

#615C3D
(97,92,61)
#6F6A4E
(111,106,78)
#7D785F
(125,120,95)
#8B8670
(139,134,112)
#999481
(153,148,129)
#A7A292
(167,162,146)
#B5B0A3
(181,176,163)
#C3BEB4
(195,190,180)
#D1CCC5
(209,204,197)
#DFDAD6
(223,218,214)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615C3D; }

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

This text font color is #615C3D.

Background Color

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

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

This div background color is #615C3D.

Border color

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

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

This div border color is #615C3D.

Opacity

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

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

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

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

This text has shadow with #615C3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615C3D.

Preview

Color preview on black background

This text has color #615C3D on black background.


Color preview on white background

This text has color #615C3D on white background.


Black color preview on #615C3D background

This text has black color on #615C3D background.


White color preview on #615C3D background

This text has white color on #615C3D background.


Related colors

Complementary color

Complementary color for #hex is #9EA3C2.


I love getcolorcode.com

Triadic colors

1 #3D615C and #5C3D61 with #615C3D are triadic colors.

2 #3D5C61 and #5C613D with #615C3D are triadic colors.