COLOR #61354B

HEX: #61354B
RGB: (97,53,75)

Color info

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

RGB color model

#61354B color RGB value is (97,53,75).

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

RGB channels and saturation

R 97 of 255 = 38%
G 53 of 255 = 21%
B 75 of 255 = 29%

97
53
75

R + G + B ~ 29%. #61354B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 53 + 75 = 225 (100%)
R 97 of 225 ~ 43.11%
G 53 of 225 ~ 23.56%
B 75 of 225 ~ 33.33%

%43.11
%23.56
%33.33

CMYK color model

#61354B color CMYK value is (0,45,23,62).

  • cyan value is 0.00%
  • magenta value is 45.36%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(0,45,23,62)
C0M45Y23K62 
(0%,45%,23%,62%)
(0.00/0.45/0.23/0.62)	

CMYK percentages

%0
%45.36
%22.68
%61.96

Codes

Color #61354B in popluar color models

61354B
RGB975375
HSL330°29.33%29.41%
HSB/HSV330°45.36%38.04%
CMYK0.00%45.36%22.68%
61.96%

Color #61354B in popluar number systems.

HEX61354B
Decimal975375
Binary11000011101011001011
Octal14165113

Shades and tints

Shades of #61354B

#61354B
(97,53,75)
#593145
(89,49,69)
#512D3F
(81,45,63)
#492939
(73,41,57)
#412533
(65,37,51)
#39212D
(57,33,45)
#311D27
(49,29,39)
#291921
(41,25,33)
#21151B
(33,21,27)
#191115
(25,17,21)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #61354B

#61354B
(97,53,75)
#6F475B
(111,71,91)
#7D596B
(125,89,107)
#8B6B7B
(139,107,123)
#997D8B
(153,125,139)
#A78F9B
(167,143,155)
#B5A1AB
(181,161,171)
#C3B3BB
(195,179,187)
#D1C5CB
(209,197,203)
#DFD7DB
(223,215,219)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61354B; }

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

This text font color is #61354B.


Background Color

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

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

This div background color is #61354B.


Border color

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

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

This div border color is #61354B.


Opacity

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

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

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

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

This text has shadow with #61354B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61354B on black background.


Color preview on white background

This text has color #61354B on white background.



Black color preview on #61354B background

This text has black color on #61354B background.


White color preview on #61354B background

This text has white color on #61354B background.