COLOR #620749

HEX: #620749
RGB: (98,7,73)

Color info

#620749 contains mainly red and blue colors. Web safe color of #620749 is #660033 (or #603).

RGB color model

#620749 color RGB value is (98,7,73).

  • red value is 98;
  • green value is 7;
  • blue value is 73.
RGB:
(98,7,73)
(38%,3%,29%)

RGB channels and saturation

R 98 of 255 = 38%
G 7 of 255 = 3%
B 73 of 255 = 29%

98
7
73

R + G + B ~ 23%. #620749 is dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 7 + 73 = 178 (100%)
R 98 of 178 ~ 55.06%
G 7 of 178 ~ 3.93%
B 73 of 178 ~ 41.01%

%55.06
%41.01

CMYK color model

#620749 color CMYK value is (0,93,26,62).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 25.51%
  • key color value is 61.57%
CMYK:
(0,93,26,62)
C0M93Y26K62 
(0%,93%,26%,62%)
(0.00/0.93/0.26/0.62)	

CMYK percentages

%0
%92.86
%25.51
%61.57

Codes

Color #620749 in popluar color models

620749
RGB98773
HSL316°86.67%20.59%
HSB/HSV316°92.86%38.43%
CMYK0.00%92.86%25.51%
61.57%

Color #620749 in popluar number systems.

HEX620749
Decimal98773
Binary11000101111001001
Octal1427111

Shades and tints

Shades of #620749

#620749
(98,7,73)
#5A0743
(90,7,67)
#52073D
(82,7,61)
#4A0737
(74,7,55)
#420731
(66,7,49)
#3A072B
(58,7,43)
#320725
(50,7,37)
#2A071F
(42,7,31)
#220719
(34,7,25)
#1A0713
(26,7,19)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #620749

#620749
(98,7,73)
#701D59
(112,29,89)
#7E3369
(126,51,105)
#8C4979
(140,73,121)
#9A5F89
(154,95,137)
#A87599
(168,117,153)
#B68BA9
(182,139,169)
#C4A1B9
(196,161,185)
#D2B7C9
(210,183,201)
#E0CDD9
(224,205,217)
#EEE3E9
(238,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #620749 color. Also use rgb(98,7,73) instead hex code.

Text Font Color

.myTextColor { color: #620749; }

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

This text font color is #620749.


Background Color

.myBgColor { background-color: #620749; }

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

This div background color is #620749.


Border color

.myBorderColor { border: 1px solid #620749; }

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

This div border color is #620749.


Opacity

.myOpacity80 { color: #620749; opacity: 0.8; }

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

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

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

This text has shadow with #620749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #620749 on black background.


Color preview on white background

This text has color #620749 on white background.



Black color preview on #620749 background

This text has black color on #620749 background.


White color preview on #620749 background

This text has white color on #620749 background.