COLOR #621313

HEX: #621313
RGB: (98,19,19)

Color info

#621313 contains mainly red color. Web safe color of #621313 is #660000 (or #600).

RGB color model

#621313 color RGB value is (98,19,19).

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

RGB channels and saturation

R 98 of 255 = 38%
G 19 of 255 = 7%
B 19 of 255 = 7%

98
19
19

R + G + B ~ 17%. #621313 is dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 19 + 19 = 136 (100%)
R 98 of 136 ~ 72.06%
G 19 of 136 ~ 13.97%
B 19 of 136 ~ 13.97%

%72.06
%13.97
%13.97

CMYK color model

#621313 color CMYK value is (0,81,81,62).

  • cyan value is 0.00%
  • magenta value is 80.61%
  • yellow value is 80.61%
  • key color value is 61.57%
CMYK:
(0,81,81,62)
C0M81Y81K62 
(0%,81%,81%,62%)
(0.00/0.81/0.81/0.62)	

CMYK percentages

%0
%80.61
%80.61
%61.57

Codes

Color #621313 in popluar color models

621313
RGB981919
HSL67.52%22.94%
HSB/HSV80.61%38.43%
CMYK0.00%80.61%80.61%
61.57%

Color #621313 in popluar number systems.

HEX621313
Decimal981919
Binary11000101001110011
Octal1422323

Shades and tints

Shades of #621313

#621313
(98,19,19)
#5A1212
(90,18,18)
#521111
(82,17,17)
#4A1010
(74,16,16)
#420F0F
(66,15,15)
#3A0E0E
(58,14,14)
#320D0D
(50,13,13)
#2A0C0C
(42,12,12)
#220B0B
(34,11,11)
#1A0A0A
(26,10,10)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #621313

#621313
(98,19,19)
#702828
(112,40,40)
#7E3D3D
(126,61,61)
#8C5252
(140,82,82)
#9A6767
(154,103,103)
#A87C7C
(168,124,124)
#B69191
(182,145,145)
#C4A6A6
(196,166,166)
#D2BBBB
(210,187,187)
#E0D0D0
(224,208,208)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #621313; }

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

This text font color is #621313.


Background Color

.myBgColor { background-color: #621313; }

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

This div background color is #621313.


Border color

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

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

This div border color is #621313.


Opacity

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

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

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

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

This text has shadow with #621313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #621313 on black background.


Color preview on white background

This text has color #621313 on white background.



Black color preview on #621313 background

This text has black color on #621313 background.


White color preview on #621313 background

This text has white color on #621313 background.