COLOR #615F3E

HEX: #615F3E RGB: (97,95,62)

Color info

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

RGB color model

#615F3E color RGB value is (97,95,62).

RGB: (97,95,62) (38%, 37%, 24%)

RGB channels and saturation

R 97 of 255 = 38%
G 95 of 255 = 37%
B 62 of 255 = 24%

97
95
62

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

Portions of RGB colors in percentages

R + G + B = 97 + 95 + 62 = 254 (100%)
R 97 of 254 ~ 38.19%
G 95 of 254 ~ 37.4%
B 62 of 254 ~ 24.41'%

%38.19
%37.4
%24.41

CMYK color model

#615F3E color CMYK value is (0,2,36,62).

  • cyan value is 0.00%
  • magenta value is 2.06%
  • yellow value is 36.08%
  • key color value is 61.96%

CMYK: (0,2,36,62)
C0M2Y36K62 (0%, 2%, 36%, 62%)
(0.00 / 0.02 / 0.36 / 0.62)

CMYK percentages

%0
%2.06
%36.08
%61.96

Codes

Color #615F3E in popluar color models

61 5F 3E
RGB 97 95 62
HSL 57° 22.01% 31.18%
HSB/HSV 57° 36.08% 38.04%
CMYK 0.00% 2.06% 36.08%
61.96%

Color #615F3E in popluar number systems.

HEX 61 5F 3E
Decimal 97 95 62
Binary 1100001 1011111 111110
Octal 141 137 76

Shades and tints

Shades of #615F3E

#615F3E
(97,95,62)
#595739
(89,87,57)
#514F34
(81,79,52)
#49472F
(73,71,47)
#413F2A
(65,63,42)
#393725
(57,55,37)
#312F20
(49,47,32)
#29271B
(41,39,27)
#211F16
(33,31,22)
#191711
(25,23,17)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #615F3E

#615F3E
(97,95,62)
#6F6D4F
(111,109,79)
#7D7B60
(125,123,96)
#8B8971
(139,137,113)
#999782
(153,151,130)
#A7A593
(167,165,147)
#B5B3A4
(181,179,164)
#C3C1B5
(195,193,181)
#D1CFC6
(209,207,198)
#DFDDD7
(223,221,215)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615F3E color. Also use rgb(97,95,62) instead hex code.

Text Font Color

.myTextColor { color: #615F3E; }

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

This text font color is #615F3E.

Background Color

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

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

This div background color is #615F3E.

Border color

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

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

This div border color is #615F3E.

Opacity

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

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

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

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

This text has shadow with #615F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615F3E.

Preview

Color preview on black background

This text has color #615F3E on black background.


Color preview on white background

This text has color #615F3E on white background.


Black color preview on #615F3E background

This text has black color on #615F3E background.


White color preview on #615F3E background

This text has white color on #615F3E background.


Related colors

Complementary color

Complementary color for #hex is #9EA0C1.


I love getcolorcode.com

Triadic colors

1 #3E615F and #5F3E61 with #615F3E are triadic colors.

2 #3E5F61 and #5F613E with #615F3E are triadic colors.