COLOR #61454C

HEX: #61454C
RGB: (97,69,76)

Color info

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

RGB color model

#61454C color RGB value is (97,69,76).

  • red value is 97;
  • green value is 69;
  • blue value is 76.
RGB:
(97,69,76)
(38%,27%,30%)

RGB channels and saturation

R 97 of 255 = 38%
G 69 of 255 = 27%
B 76 of 255 = 30%

97
69
76

R + G + B ~ 32%. #61454C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 69 + 76 = 242 (100%)
R 97 of 242 ~ 40.08%
G 69 of 242 ~ 28.51%
B 76 of 242 ~ 31.4%

%40.08
%28.51
%31.4

CMYK color model

#61454C color CMYK value is (0,29,22,62).

  • cyan value is 0.00%
  • magenta value is 28.87%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(0,29,22,62)
C0M29Y22K62 
(0%,29%,22%,62%)
(0.00/0.29/0.22/0.62)	

CMYK percentages

%0
%28.87
%21.65
%61.96

Codes

Color #61454C in popluar color models

61454C
RGB976976
HSL345°16.87%32.55%
HSB/HSV345°28.87%38.04%
CMYK0.00%28.87%21.65%
61.96%

Color #61454C in popluar number systems.

HEX61454C
Decimal976976
Binary110000110001011001100
Octal141105114

Shades and tints

Shades of #61454C

#61454C
(97,69,76)
#593F46
(89,63,70)
#513940
(81,57,64)
#49333A
(73,51,58)
#412D34
(65,45,52)
#39272E
(57,39,46)
#312128
(49,33,40)
#291B22
(41,27,34)
#21151C
(33,21,28)
#190F16
(25,15,22)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #61454C

#61454C
(97,69,76)
#6F555C
(111,85,92)
#7D656C
(125,101,108)
#8B757C
(139,117,124)
#99858C
(153,133,140)
#A7959C
(167,149,156)
#B5A5AC
(181,165,172)
#C3B5BC
(195,181,188)
#D1C5CC
(209,197,204)
#DFD5DC
(223,213,220)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61454C color. Also use rgb(97,69,76) instead hex code.

Text Font Color

.myTextColor { color: #61454C; }

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

This text font color is #61454C.


Background Color

.myBgColor { background-color: #61454C; }

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

This div background color is #61454C.


Border color

.myBorderColor { border: 1px solid #61454C; }

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

This div border color is #61454C.


Opacity

.myOpacity80 { color: #61454C; opacity: 0.8; }

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

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

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

This text has shadow with #61454C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61454C on black background.


Color preview on white background

This text has color #61454C on white background.



Black color preview on #61454C background

This text has black color on #61454C background.


White color preview on #61454C background

This text has white color on #61454C background.