COLOR #61136B

HEX: #61136B
RGB: (97,19,107)

Color info

#61136B contains mainly red and blue colors. Web safe color of #61136B is #660066 (or #606).

RGB color model

#61136B color RGB value is (97,19,107).

  • red value is 97;
  • green value is 19;
  • blue value is 107.
RGB:
(97,19,107)
(38%,7%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 19 of 255 = 7%
B 107 of 255 = 42%

97
19
107

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

Portions of RGB colors in percentages

R + G + B =
97 + 19 + 107 = 223 (100%)
R 97 of 223 ~ 43.5%
G 19 of 223 ~ 8.52%
B 107 of 223 ~ 47.98%

%43.5
%47.98

CMYK color model

#61136B color CMYK value is (9,82,0,58).

  • cyan value is 9.35%
  • magenta value is 82.24%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(9,82,0,58)
C9M82Y0K58 
(9%,82%,0%,58%)
(0.09/0.82/0.00/0.58)	

CMYK percentages

%9.35
%82.24
%0
%58.04

Codes

Color #61136B in popluar color models

61136B
RGB9719107
HSL293°69.84%24.71%
HSB/HSV293°82.24%41.96%
CMYK9.35%82.24%0.00%
58.04%

Color #61136B in popluar number systems.

HEX61136B
Decimal9719107
Binary1100001100111101011
Octal14123153

Shades and tints

Shades of #61136B

#61136B
(97,19,107)
#591262
(89,18,98)
#511159
(81,17,89)
#491050
(73,16,80)
#410F47
(65,15,71)
#390E3E
(57,14,62)
#310D35
(49,13,53)
#290C2C
(41,12,44)
#210B23
(33,11,35)
#190A1A
(25,10,26)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #61136B

#61136B
(97,19,107)
#6F2878
(111,40,120)
#7D3D85
(125,61,133)
#8B5292
(139,82,146)
#99679F
(153,103,159)
#A77CAC
(167,124,172)
#B591B9
(181,145,185)
#C3A6C6
(195,166,198)
#D1BBD3
(209,187,211)
#DFD0E0
(223,208,224)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61136B color. Also use rgb(97,19,107) instead hex code.

Text Font Color

.myTextColor { color: #61136B; }

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

This text font color is #61136B.


Background Color

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

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

This div background color is #61136B.


Border color

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

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

This div border color is #61136B.


Opacity

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

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

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

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

This text has shadow with #61136B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61136B on black background.


Color preview on white background

This text has color #61136B on white background.



Black color preview on #61136B background

This text has black color on #61136B background.


White color preview on #61136B background

This text has white color on #61136B background.