COLOR #615E3D

HEX: #615E3D
RGB: (97,94,61)

Color info

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

RGB color model

#615E3D color RGB value is (97,94,61).

  • red value is 97;
  • green value is 94;
  • blue value is 61.
RGB:
(97,94,61)
(38%,37%,24%)

RGB channels and saturation

R 97 of 255 = 38%
G 94 of 255 = 37%
B 61 of 255 = 24%

97
94
61

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

Portions of RGB colors in percentages

R + G + B =
97 + 94 + 61 = 252 (100%)
R 97 of 252 ~ 38.49%
G 94 of 252 ~ 37.3%
B 61 of 252 ~ 24.21%

%38.49
%37.3
%24.21

CMYK color model

#615E3D color CMYK value is (0,3,37,62).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(0,3,37,62)
C0M3Y37K62 
(0%,3%,37%,62%)
(0.00/0.03/0.37/0.62)	

CMYK percentages

%0
%3.09
%37.11
%61.96

Codes

Color #615E3D in popluar color models

615E3D
RGB979461
HSL55°22.78%30.98%
HSB/HSV55°37.11%38.04%
CMYK0.00%3.09%37.11%
61.96%

Color #615E3D in popluar number systems.

HEX615E3D
Decimal979461
Binary11000011011110111101
Octal14113675

Shades and tints

Shades of #615E3D

#615E3D
(97,94,61)
#595638
(89,86,56)
#514E33
(81,78,51)
#49462E
(73,70,46)
#413E29
(65,62,41)
#393624
(57,54,36)
#312E1F
(49,46,31)
#29261A
(41,38,26)
#211E15
(33,30,21)
#191610
(25,22,16)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #615E3D

#615E3D
(97,94,61)
#6F6C4E
(111,108,78)
#7D7A5F
(125,122,95)
#8B8870
(139,136,112)
#999681
(153,150,129)
#A7A492
(167,164,146)
#B5B2A3
(181,178,163)
#C3C0B4
(195,192,180)
#D1CEC5
(209,206,197)
#DFDCD6
(223,220,214)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615E3D; }

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

This text font color is #615E3D.


Background Color

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

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

This div background color is #615E3D.


Border color

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

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

This div border color is #615E3D.


Opacity

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

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

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

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

This text has shadow with #615E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615E3D on black background.


Color preview on white background

This text has color #615E3D on white background.



Black color preview on #615E3D background

This text has black color on #615E3D background.


White color preview on #615E3D background

This text has white color on #615E3D background.