COLOR #621F31

HEX: #621F31
RGB: (98,31,49)

Color info

#621F31 contains mainly red and blue colors. Web safe color of #621F31 is #663333 (or #633).

RGB color model

#621F31 color RGB value is (98,31,49).

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

RGB channels and saturation

R 98 of 255 = 38%
G 31 of 255 = 12%
B 49 of 255 = 19%

98
31
49

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

Portions of RGB colors in percentages

R + G + B =
98 + 31 + 49 = 178 (100%)
R 98 of 178 ~ 55.06%
G 31 of 178 ~ 17.42%
B 49 of 178 ~ 27.53%

%55.06
%17.42
%27.53

CMYK color model

#621F31 color CMYK value is (0,68,50,62).

  • cyan value is 0.00%
  • magenta value is 68.37%
  • yellow value is 50.00%
  • key color value is 61.57%
CMYK:
(0,68,50,62)
C0M68Y50K62 
(0%,68%,50%,62%)
(0.00/0.68/0.50/0.62)	

CMYK percentages

%0
%68.37
%50
%61.57

Codes

Color #621F31 in popluar color models

621F31
RGB983149
HSL344°51.94%25.29%
HSB/HSV344°68.37%38.43%
CMYK0.00%68.37%50.00%
61.57%

Color #621F31 in popluar number systems.

HEX621F31
Decimal983149
Binary110001011111110001
Octal1423761

Shades and tints

Shades of #621F31

#621F31
(98,31,49)
#5A1D2D
(90,29,45)
#521B29
(82,27,41)
#4A1925
(74,25,37)
#421721
(66,23,33)
#3A151D
(58,21,29)
#321319
(50,19,25)
#2A1115
(42,17,21)
#220F11
(34,15,17)
#1A0D0D
(26,13,13)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #621F31

#621F31
(98,31,49)
#703343
(112,51,67)
#7E4755
(126,71,85)
#8C5B67
(140,91,103)
#9A6F79
(154,111,121)
#A8838B
(168,131,139)
#B6979D
(182,151,157)
#C4ABAF
(196,171,175)
#D2BFC1
(210,191,193)
#E0D3D3
(224,211,211)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #621F31; }

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

This text font color is #621F31.


Background Color

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

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

This div background color is #621F31.


Border color

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

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

This div border color is #621F31.


Opacity

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

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

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

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

This text has shadow with #621F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #621F31 on black background.


Color preview on white background

This text has color #621F31 on white background.



Black color preview on #621F31 background

This text has black color on #621F31 background.


White color preview on #621F31 background

This text has white color on #621F31 background.