COLOR #621F51

HEX: #621F51
RGB: (98,31,81)

Color info

#621F51 contains mainly red and blue colors. Web safe color of #621F51 is #663366 (or #636).

RGB color model

#621F51 color RGB value is (98,31,81).

  • red value is 98;
  • green value is 31;
  • blue value is 81.
RGB:
(98,31,81)
(38%,12%,32%)

RGB channels and saturation

R 98 of 255 = 38%
G 31 of 255 = 12%
B 81 of 255 = 32%

98
31
81

R + G + B ~ 27%. #621F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 31 + 81 = 210 (100%)
R 98 of 210 ~ 46.67%
G 31 of 210 ~ 14.76%
B 81 of 210 ~ 38.57%

%46.67
%14.76
%38.57

CMYK color model

#621F51 color CMYK value is (0,68,17,62).

  • cyan value is 0.00%
  • magenta value is 68.37%
  • yellow value is 17.35%
  • key color value is 61.57%
CMYK:
(0,68,17,62)
C0M68Y17K62 
(0%,68%,17%,62%)
(0.00/0.68/0.17/0.62)	

CMYK percentages

%0
%68.37
%17.35
%61.57

Codes

Color #621F51 in popluar color models

621F51
RGB983181
HSL315°51.94%25.29%
HSB/HSV315°68.37%38.43%
CMYK0.00%68.37%17.35%
61.57%

Color #621F51 in popluar number systems.

HEX621F51
Decimal983181
Binary1100010111111010001
Octal14237121

Shades and tints

Shades of #621F51

#621F51
(98,31,81)
#5A1D4A
(90,29,74)
#521B43
(82,27,67)
#4A193C
(74,25,60)
#421735
(66,23,53)
#3A152E
(58,21,46)
#321327
(50,19,39)
#2A1120
(42,17,32)
#220F19
(34,15,25)
#1A0D12
(26,13,18)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #621F51

#621F51
(98,31,81)
#703360
(112,51,96)
#7E476F
(126,71,111)
#8C5B7E
(140,91,126)
#9A6F8D
(154,111,141)
#A8839C
(168,131,156)
#B697AB
(182,151,171)
#C4ABBA
(196,171,186)
#D2BFC9
(210,191,201)
#E0D3D8
(224,211,216)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #621F51 color. Also use rgb(98,31,81) instead hex code.

Text Font Color

.myTextColor { color: #621F51; }

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

This text font color is #621F51.


Background Color

.myBgColor { background-color: #621F51; }

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

This div background color is #621F51.


Border color

.myBorderColor { border: 1px solid #621F51; }

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

This div border color is #621F51.


Opacity

.myOpacity80 { color: #621F51; opacity: 0.8; }

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

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

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

This text has shadow with #621F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #621F51 on black background.


Color preview on white background

This text has color #621F51 on white background.



Black color preview on #621F51 background

This text has black color on #621F51 background.


White color preview on #621F51 background

This text has white color on #621F51 background.