COLOR #615554

HEX: #615554
RGB: (97,85,84)

Color info

#615554 contains red, green and blue colors in about the same proportion. Web safe color of #615554 is #666666 (or #666).

RGB color model

#615554 color RGB value is (97,85,84).

  • red value is 97;
  • green value is 85;
  • blue value is 84.
RGB:
(97,85,84)
(38%,33%,33%)

RGB channels and saturation

R 97 of 255 = 38%
G 85 of 255 = 33%
B 84 of 255 = 33%

97
85
84

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

Portions of RGB colors in percentages

R + G + B =
97 + 85 + 84 = 266 (100%)
R 97 of 266 ~ 36.47%
G 85 of 266 ~ 31.95%
B 84 of 266 ~ 31.58%

%36.47
%31.95
%31.58

CMYK color model

#615554 color CMYK value is (0,12,13,62).

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 13.40%
  • key color value is 61.96%
CMYK:
(0,12,13,62)
C0M12Y13K62 
(0%,12%,13%,62%)
(0.00/0.12/0.13/0.62)	

CMYK percentages

%0
%12.37
%13.4
%61.96

Codes

Color #615554 in popluar color models

615554
RGB978584
HSL7.18%35.49%
HSB/HSV13.40%38.04%
CMYK0.00%12.37%13.40%
61.96%

Color #615554 in popluar number systems.

HEX615554
Decimal978584
Binary110000110101011010100
Octal141125124

Shades and tints

Shades of #615554

#615554
(97,85,84)
#594E4D
(89,78,77)
#514746
(81,71,70)
#49403F
(73,64,63)
#413938
(65,57,56)
#393231
(57,50,49)
#312B2A
(49,43,42)
#292423
(41,36,35)
#211D1C
(33,29,28)
#191615
(25,22,21)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #615554

#615554
(97,85,84)
#6F6463
(111,100,99)
#7D7372
(125,115,114)
#8B8281
(139,130,129)
#999190
(153,145,144)
#A7A09F
(167,160,159)
#B5AFAE
(181,175,174)
#C3BEBD
(195,190,189)
#D1CDCC
(209,205,204)
#DFDCDB
(223,220,219)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615554 color. Also use rgb(97,85,84) instead hex code.

Text Font Color

.myTextColor { color: #615554; }

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

This text font color is #615554.


Background Color

.myBgColor { background-color: #615554; }

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

This div background color is #615554.


Border color

.myBorderColor { border: 1px solid #615554; }

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

This div border color is #615554.


Opacity

.myOpacity80 { color: #615554; opacity: 0.8; }

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

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

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

This text has shadow with #615554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #615554 on black background.


Color preview on white background

This text has color #615554 on white background.



Black color preview on #615554 background

This text has black color on #615554 background.


White color preview on #615554 background

This text has white color on #615554 background.