COLOR #620E1D

HEX: #620E1D
RGB: (98,14,29)

Color info

#620E1D contains mainly red color. Web safe color of #620E1D is #660033 (or #603).

RGB color model

#620E1D color RGB value is (98,14,29).

  • red value is 98;
  • green value is 14;
  • blue value is 29.
RGB:
(98,14,29)
(38%,5%,11%)

RGB channels and saturation

R 98 of 255 = 38%
G 14 of 255 = 5%
B 29 of 255 = 11%

98
14
29

R + G + B ~ 18%. #620E1D is dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 14 + 29 = 141 (100%)
R 98 of 141 ~ 69.5%
G 14 of 141 ~ 9.93%
B 29 of 141 ~ 20.57%

%69.5
%9.93
%20.57

CMYK color model

#620E1D color CMYK value is (0,86,70,62).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 70.41%
  • key color value is 61.57%
CMYK:
(0,86,70,62)
C0M86Y70K62 
(0%,86%,70%,62%)
(0.00/0.86/0.70/0.62)	

CMYK percentages

%0
%85.71
%70.41
%61.57

Codes

Color #620E1D in popluar color models

620E1D
RGB981429
HSL349°75.00%21.96%
HSB/HSV349°85.71%38.43%
CMYK0.00%85.71%70.41%
61.57%

Color #620E1D in popluar number systems.

HEX620E1D
Decimal981429
Binary1100010111011101
Octal1421635

Shades and tints

Shades of #620E1D

#620E1D
(98,14,29)
#5A0D1B
(90,13,27)
#520C19
(82,12,25)
#4A0B17
(74,11,23)
#420A15
(66,10,21)
#3A0913
(58,9,19)
#320811
(50,8,17)
#2A070F
(42,7,15)
#22060D
(34,6,13)
#1A050B
(26,5,11)
#120409
(18,4,9)
#000000
(0,0,0)

Tints of #620E1D

#620E1D
(98,14,29)
#702331
(112,35,49)
#7E3845
(126,56,69)
#8C4D59
(140,77,89)
#9A626D
(154,98,109)
#A87781
(168,119,129)
#B68C95
(182,140,149)
#C4A1A9
(196,161,169)
#D2B6BD
(210,182,189)
#E0CBD1
(224,203,209)
#EEE0E5
(238,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #620E1D color. Also use rgb(98,14,29) instead hex code.

Text Font Color

.myTextColor { color: #620E1D; }

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

This text font color is #620E1D.


Background Color

.myBgColor { background-color: #620E1D; }

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

This div background color is #620E1D.


Border color

.myBorderColor { border: 1px solid #620E1D; }

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

This div border color is #620E1D.


Opacity

.myOpacity80 { color: #620E1D; opacity: 0.8; }

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

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

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

This text has shadow with #620E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #620E1D on black background.


Color preview on white background

This text has color #620E1D on white background.



Black color preview on #620E1D background

This text has black color on #620E1D background.


White color preview on #620E1D background

This text has white color on #620E1D background.