COLOR #61353B

HEX: #61353B
RGB: (97,53,59)

Color info

#61353B contains red, green and blue colors in about the same proportion. Web safe color of #61353B is #663333 (or #633).

RGB color model

#61353B color RGB value is (97,53,59).

  • red value is 97;
  • green value is 53;
  • blue value is 59.
RGB:
(97,53,59)
(38%,21%,23%)

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 59 of 255 = 23%

97
53
59

R + G + B ~ 27%. #61353B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 59 = 209 (100%)
R 97 of 209 ~ 46.41%
G 53 of 209 ~ 25.36%
B 59 of 209 ~ 28.23%

%46.41
%25.36
%28.23

CMYK color model

#61353B color CMYK value is (0,45,39,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 39.18%
  • key color value is 61.96%
CMYK:
(0,45,39,62)
C0M45Y39K62 
(0%,45%,39%,62%)
(0.00/0.45/0.39/0.62)	

CMYK percentages

%0
%45.36
%39.18
%61.96

Codes

Color #61353B in popluar color models

61353B
RGB975359
HSL352°29.33%29.41%
HSB/HSV352°45.36%38.04%
CMYK0.00%45.36%39.18%
61.96%

Color #61353B in popluar number systems.

HEX61353B
Decimal975359
Binary1100001110101111011
Octal1416573

Shades and tints

Shades of #61353B

#61353B
(97,53,59)
#593136
(89,49,54)
#512D31
(81,45,49)
#49292C
(73,41,44)
#412527
(65,37,39)
#392122
(57,33,34)
#311D1D
(49,29,29)
#291918
(41,25,24)
#211513
(33,21,19)
#19110E
(25,17,14)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #61353B

#61353B
(97,53,59)
#6F474C
(111,71,76)
#7D595D
(125,89,93)
#8B6B6E
(139,107,110)
#997D7F
(153,125,127)
#A78F90
(167,143,144)
#B5A1A1
(181,161,161)
#C3B3B2
(195,179,178)
#D1C5C3
(209,197,195)
#DFD7D4
(223,215,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61353B color. Also use rgb(97,53,59) instead hex code.

Text Font Color

.myTextColor { color: #61353B; }

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

This text font color is #61353B.


Background Color

.myBgColor { background-color: #61353B; }

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

This div background color is #61353B.


Border color

.myBorderColor { border: 1px solid #61353B; }

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

This div border color is #61353B.


Opacity

.myOpacity80 { color: #61353B; opacity: 0.8; }

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

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

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

This text has shadow with #61353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61353B on black background.


Color preview on white background

This text has color #61353B on white background.



Black color preview on #61353B background

This text has black color on #61353B background.


White color preview on #61353B background

This text has white color on #61353B background.