COLOR #620D0A

HEX: #620D0A
RGB: (98,13,10)

Color info

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

RGB color model

#620D0A color RGB value is (98,13,10).

  • red value is 98;
  • green value is 13;
  • blue value is 10.
RGB:
(98,13,10)
(38%,5%,4%)

RGB channels and saturation

R 98 of 255 = 38%
G 13 of 255 = 5%
B 10 of 255 = 4%

98
13
10

R + G + B ~ 16%. #620D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 13 + 10 = 121 (100%)
R 98 of 121 ~ 80.99%
G 13 of 121 ~ 10.74%
B 10 of 121 ~ 8.26%

%80.99
%10.74

CMYK color model

#620D0A color CMYK value is (0,87,90,62).

  • cyan value is 0.00%
  • magenta value is 86.73%
  • yellow value is 89.80%
  • key color value is 61.57%
CMYK:
(0,87,90,62)
C0M87Y90K62 
(0%,87%,90%,62%)
(0.00/0.87/0.90/0.62)	

CMYK percentages

%0
%86.73
%89.8
%61.57

Codes

Color #620D0A in popluar color models

620D0A
RGB981310
HSL81.48%21.18%
HSB/HSV89.80%38.43%
CMYK0.00%86.73%89.80%
61.57%

Color #620D0A in popluar number systems.

HEX620D0A
Decimal981310
Binary110001011011010
Octal1421512

Shades and tints

Shades of #620D0A

#620D0A
(98,13,10)
#5A0C0A
(90,12,10)
#520B0A
(82,11,10)
#4A0A0A
(74,10,10)
#42090A
(66,9,10)
#3A080A
(58,8,10)
#32070A
(50,7,10)
#2A060A
(42,6,10)
#22050A
(34,5,10)
#1A040A
(26,4,10)
#12030A
(18,3,10)
#000000
(0,0,0)

Tints of #620D0A

#620D0A
(98,13,10)
#702320
(112,35,32)
#7E3936
(126,57,54)
#8C4F4C
(140,79,76)
#9A6562
(154,101,98)
#A87B78
(168,123,120)
#B6918E
(182,145,142)
#C4A7A4
(196,167,164)
#D2BDBA
(210,189,186)
#E0D3D0
(224,211,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #620D0A color. Also use rgb(98,13,10) instead hex code.

Text Font Color

.myTextColor { color: #620D0A; }

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

This text font color is #620D0A.


Background Color

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

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

This div background color is #620D0A.


Border color

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

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

This div border color is #620D0A.


Opacity

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

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

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

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

This text has shadow with #620D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #620D0A on black background.


Color preview on white background

This text has color #620D0A on white background.



Black color preview on #620D0A background

This text has black color on #620D0A background.


White color preview on #620D0A background

This text has white color on #620D0A background.