COLOR #61388A

HEX: #61388A
RGB: (97,56,138)

Color info

#61388A contains mainly red and blue colors. Web safe color of #61388A is #663399 (or #639).

RGB color model

#61388A color RGB value is (97,56,138).

  • red value is 97;
  • green value is 56;
  • blue value is 138.
RGB:
(97,56,138)
(38%,22%,54%)

RGB channels and saturation

R 97 of 255 = 38%
G 56 of 255 = 22%
B 138 of 255 = 54%

97
56
138

R + G + B ~ 38%. #61388A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 56 + 138 = 291 (100%)
R 97 of 291 ~ 33.33%
G 56 of 291 ~ 19.24%
B 138 of 291 ~ 47.42%

%33.33
%19.24
%47.42

CMYK color model

#61388A color CMYK value is (30,59,0,46).

  • cyan value is 29.71%
  • magenta value is 59.42%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(30,59,0,46)
C30M59Y0K46 
(30%,59%,0%,46%)
(0.30/0.59/0.00/0.46)	

CMYK percentages

%29.71
%59.42
%0
%45.88

Codes

Color #61388A in popluar color models

61388A
RGB9756138
HSL270°42.27%38.04%
HSB/HSV270°59.42%54.12%
CMYK29.71%59.42%0.00%
45.88%

Color #61388A in popluar number systems.

HEX61388A
Decimal9756138
Binary110000111100010001010
Octal14170212

Shades and tints

Shades of #61388A

#61388A
(97,56,138)
#59337E
(89,51,126)
#512E72
(81,46,114)
#492966
(73,41,102)
#41245A
(65,36,90)
#391F4E
(57,31,78)
#311A42
(49,26,66)
#291536
(41,21,54)
#21102A
(33,16,42)
#190B1E
(25,11,30)
#110612
(17,6,18)
#000000
(0,0,0)

Tints of #61388A

#61388A
(97,56,138)
#6F4A94
(111,74,148)
#7D5C9E
(125,92,158)
#8B6EA8
(139,110,168)
#9980B2
(153,128,178)
#A792BC
(167,146,188)
#B5A4C6
(181,164,198)
#C3B6D0
(195,182,208)
#D1C8DA
(209,200,218)
#DFDAE4
(223,218,228)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61388A color. Also use rgb(97,56,138) instead hex code.

Text Font Color

.myTextColor { color: #61388A; }

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

This text font color is #61388A.


Background Color

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

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

This div background color is #61388A.


Border color

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

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

This div border color is #61388A.


Opacity

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

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

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

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

This text has shadow with #61388A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61388A on black background.


Color preview on white background

This text has color #61388A on white background.



Black color preview on #61388A background

This text has black color on #61388A background.


White color preview on #61388A background

This text has white color on #61388A background.