COLOR #61274F

HEX: #61274F
RGB: (97,39,79)

Color info

#61274F contains red, green and blue colors in about the same proportion. Web safe color of #61274F is #663366 (or #636).

RGB color model

#61274F color RGB value is (97,39,79).

  • red value is 97;
  • green value is 39;
  • blue value is 79.
RGB:
(97,39,79)
(38%,15%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 39 of 255 = 15%
B 79 of 255 = 31%

97
39
79

R + G + B ~ 28%. #61274F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 39 + 79 = 215 (100%)
R 97 of 215 ~ 45.12%
G 39 of 215 ~ 18.14%
B 79 of 215 ~ 36.74%

%45.12
%18.14
%36.74

CMYK color model

#61274F color CMYK value is (0,60,19,62).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(0,60,19,62)
C0M60Y19K62 
(0%,60%,19%,62%)
(0.00/0.60/0.19/0.62)	

CMYK percentages

%0
%59.79
%18.56
%61.96

Codes

Color #61274F in popluar color models

61274F
RGB973979
HSL319°42.65%26.67%
HSB/HSV319°59.79%38.04%
CMYK0.00%59.79%18.56%
61.96%

Color #61274F in popluar number systems.

HEX61274F
Decimal973979
Binary11000011001111001111
Octal14147117

Shades and tints

Shades of #61274F

#61274F
(97,39,79)
#592448
(89,36,72)
#512141
(81,33,65)
#491E3A
(73,30,58)
#411B33
(65,27,51)
#39182C
(57,24,44)
#311525
(49,21,37)
#29121E
(41,18,30)
#210F17
(33,15,23)
#190C10
(25,12,16)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #61274F

#61274F
(97,39,79)
#6F3A5F
(111,58,95)
#7D4D6F
(125,77,111)
#8B607F
(139,96,127)
#99738F
(153,115,143)
#A7869F
(167,134,159)
#B599AF
(181,153,175)
#C3ACBF
(195,172,191)
#D1BFCF
(209,191,207)
#DFD2DF
(223,210,223)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61274F color. Also use rgb(97,39,79) instead hex code.

Text Font Color

.myTextColor { color: #61274F; }

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

This text font color is #61274F.


Background Color

.myBgColor { background-color: #61274F; }

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

This div background color is #61274F.


Border color

.myBorderColor { border: 1px solid #61274F; }

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

This div border color is #61274F.


Opacity

.myOpacity80 { color: #61274F; opacity: 0.8; }

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

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

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

This text has shadow with #61274F color.

.textShadow {text-shadow: 3px 3px 1px #61274F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61274F on black background.


Color preview on white background

This text has color #61274F on white background.



Black color preview on #61274F background

This text has black color on #61274F background.


White color preview on #61274F background

This text has white color on #61274F background.