COLOR #615353

HEX: #615353 RGB: (97,83,83)

Color info

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

RGB color model

#615353 color RGB value is (97,83,83).

RGB: (97,83,83) (38%, 33%, 33%)

RGB channels and saturation

R 97 of 255 = 38%
G 83 of 255 = 33%
B 83 of 255 = 33%

97
83
83

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

Portions of RGB colors in percentages

R + G + B = 97 + 83 + 83 = 263 (100%)
R 97 of 263 ~ 36.88%
G 83 of 263 ~ 31.56%
B 83 of 263 ~ 31.56'%

%36.88
%31.56
%31.56

CMYK color model

#615353 color CMYK value is (0,14,14,62).

  • cyan value is 0.00%
  • magenta value is 14.43%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK: (0,14,14,62) C0M14Y14K62 (0%,14%,14%,62%) (0.00/0.14/0.14/0.62) 

CMYK percentages

%0
%14.43
%14.43
%61.96

Codes

Color #615353 in popluar color models

61 53 53
RGB 97 83 83
HSL 7.78% 35.29%
HSB/HSV 14.43% 38.04%
CMYK 0.00% 14.43% 14.43%
61.96%

Color #615353 in popluar number systems.

HEX 61 53 53
Decimal 97 83 83
Binary 1100001 1010011 1010011
Octal 141 123 123

Shades and tints

Shades of #615353

#615353
(97,83,83)
#594C4C
(89,76,76)
#514545
(81,69,69)
#493E3E
(73,62,62)
#413737
(65,55,55)
#393030
(57,48,48)
#312929
(49,41,41)
#292222
(41,34,34)
#211B1B
(33,27,27)
#191414
(25,20,20)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #615353

#615353
(97,83,83)
#6F6262
(111,98,98)
#7D7171
(125,113,113)
#8B8080
(139,128,128)
#998F8F
(153,143,143)
#A79E9E
(167,158,158)
#B5ADAD
(181,173,173)
#C3BCBC
(195,188,188)
#D1CBCB
(209,203,203)
#DFDADA
(223,218,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #615353; }

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

This text font color is #615353.

Background Color

.myBgColor { background-color: #615353; }

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

This div background color is #615353.

Border color

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

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

This div border color is #615353.

Opacity

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

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

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

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

This text has shadow with #615353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #615353.

Preview

Color preview on black background

This text has color #615353 on black background.


Color preview on white background

This text has color #615353 on white background.


Black color preview on #615353 background

This text has black color on #615353 background.


White color preview on #615353 background

This text has white color on #615353 background.


Related colors

Complementary color

Complementary color for #hex is #9EACAC.


I love getcolorcode.com