COLOR #61334A

HEX: #61334A
RGB: (97,51,74)

Color info

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

RGB color model

#61334A color RGB value is (97,51,74).

  • red value is 97;
  • green value is 51;
  • blue value is 74.
RGB:
(97,51,74)
(38%,20%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 51 of 255 = 20%
B 74 of 255 = 29%

97
51
74

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

Portions of RGB colors in percentages

R + G + B =
97 + 51 + 74 = 222 (100%)
R 97 of 222 ~ 43.69%
G 51 of 222 ~ 22.97%
B 74 of 222 ~ 33.33%

%43.69
%22.97
%33.33

CMYK color model

#61334A color CMYK value is (0,47,24,62).

  • cyan value is 0.00%
  • magenta value is 47.42%
  • yellow value is 23.71%
  • key color value is 61.96%
CMYK:
(0,47,24,62)
C0M47Y24K62 
(0%,47%,24%,62%)
(0.00/0.47/0.24/0.62)	

CMYK percentages

%0
%47.42
%23.71
%61.96

Codes

Color #61334A in popluar color models

61334A
RGB975174
HSL330°31.08%29.02%
HSB/HSV330°47.42%38.04%
CMYK0.00%47.42%23.71%
61.96%

Color #61334A in popluar number systems.

HEX61334A
Decimal975174
Binary11000011100111001010
Octal14163112

Shades and tints

Shades of #61334A

#61334A
(97,51,74)
#592F44
(89,47,68)
#512B3E
(81,43,62)
#492738
(73,39,56)
#412332
(65,35,50)
#391F2C
(57,31,44)
#311B26
(49,27,38)
#291720
(41,23,32)
#21131A
(33,19,26)
#190F14
(25,15,20)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #61334A

#61334A
(97,51,74)
#6F455A
(111,69,90)
#7D576A
(125,87,106)
#8B697A
(139,105,122)
#997B8A
(153,123,138)
#A78D9A
(167,141,154)
#B59FAA
(181,159,170)
#C3B1BA
(195,177,186)
#D1C3CA
(209,195,202)
#DFD5DA
(223,213,218)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61334A color. Also use rgb(97,51,74) instead hex code.

Text Font Color

.myTextColor { color: #61334A; }

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

This text font color is #61334A.


Background Color

.myBgColor { background-color: #61334A; }

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

This div background color is #61334A.


Border color

.myBorderColor { border: 1px solid #61334A; }

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

This div border color is #61334A.


Opacity

.myOpacity80 { color: #61334A; opacity: 0.8; }

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

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

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

This text has shadow with #61334A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61334A on black background.


Color preview on white background

This text has color #61334A on white background.



Black color preview on #61334A background

This text has black color on #61334A background.


White color preview on #61334A background

This text has white color on #61334A background.