COLOR #615B4D

HEX: #615B4D
RGB: (97,91,77)

Color info

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

RGB color model

#615B4D color RGB value is (97,91,77).

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

RGB channels and saturation

R 97 of 255 = 38%
G 91 of 255 = 36%
B 77 of 255 = 30%

97
91
77

R + G + B ~ 35%. #615B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 91 + 77 = 265 (100%)
R 97 of 265 ~ 36.6%
G 91 of 265 ~ 34.34%
B 77 of 265 ~ 29.06%

%36.6
%34.34
%29.06

CMYK color model

#615B4D color CMYK value is (0,6,21,62).

  • cyan value is 0.00%
  • magenta value is 6.19%
  • yellow value is 20.62%
  • key color value is 61.96%
CMYK:
(0,6,21,62)
C0M6Y21K62 
(0%,6%,21%,62%)
(0.00/0.06/0.21/0.62)	

CMYK percentages

%0
%6.19
%20.62
%61.96

Codes

Color #615B4D in popluar color models

615B4D
RGB979177
HSL42°11.49%34.12%
HSB/HSV42°20.62%38.04%
CMYK0.00%6.19%20.62%
61.96%

Color #615B4D in popluar number systems.

HEX615B4D
Decimal979177
Binary110000110110111001101
Octal141133115

Shades and tints

Shades of #615B4D

#615B4D
(97,91,77)
#595346
(89,83,70)
#514B3F
(81,75,63)
#494338
(73,67,56)
#413B31
(65,59,49)
#39332A
(57,51,42)
#312B23
(49,43,35)
#29231C
(41,35,28)
#211B15
(33,27,21)
#19130E
(25,19,14)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #615B4D

#615B4D
(97,91,77)
#6F695D
(111,105,93)
#7D776D
(125,119,109)
#8B857D
(139,133,125)
#99938D
(153,147,141)
#A7A19D
(167,161,157)
#B5AFAD
(181,175,173)
#C3BDBD
(195,189,189)
#D1CBCD
(209,203,205)
#DFD9DD
(223,217,221)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615B4D; }

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

This text font color is #615B4D.


Background Color

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

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

This div background color is #615B4D.


Border color

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

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

This div border color is #615B4D.


Opacity

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

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

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

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

This text has shadow with #615B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615B4D on black background.


Color preview on white background

This text has color #615B4D on white background.



Black color preview on #615B4D background

This text has black color on #615B4D background.


White color preview on #615B4D background

This text has white color on #615B4D background.