COLOR #620726

HEX: #620726
RGB: (98,7,38)

Color info

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

RGB color model

#620726 color RGB value is (98,7,38).

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

RGB channels and saturation

R 98 of 255 = 38%
G 7 of 255 = 3%
B 38 of 255 = 15%

98
7
38

R + G + B ~ 19%. #620726 is dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 7 + 38 = 143 (100%)
R 98 of 143 ~ 68.53%
G 7 of 143 ~ 4.9%
B 38 of 143 ~ 26.57%

%68.53
%26.57

CMYK color model

#620726 color CMYK value is (0,93,61,62).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 61.22%
  • key color value is 61.57%
CMYK:
(0,93,61,62)
C0M93Y61K62 
(0%,93%,61%,62%)
(0.00/0.93/0.61/0.62)	

CMYK percentages

%0
%92.86
%61.22
%61.57

Codes

Color #620726 in popluar color models

620726
RGB98738
HSL340°86.67%20.59%
HSB/HSV340°92.86%38.43%
CMYK0.00%92.86%61.22%
61.57%

Color #620726 in popluar number systems.

HEX620726
Decimal98738
Binary1100010111100110
Octal142746

Shades and tints

Shades of #620726

#620726
(98,7,38)
#5A0723
(90,7,35)
#520720
(82,7,32)
#4A071D
(74,7,29)
#42071A
(66,7,26)
#3A0717
(58,7,23)
#320714
(50,7,20)
#2A0711
(42,7,17)
#22070E
(34,7,14)
#1A070B
(26,7,11)
#120708
(18,7,8)
#000000
(0,0,0)

Tints of #620726

#620726
(98,7,38)
#701D39
(112,29,57)
#7E334C
(126,51,76)
#8C495F
(140,73,95)
#9A5F72
(154,95,114)
#A87585
(168,117,133)
#B68B98
(182,139,152)
#C4A1AB
(196,161,171)
#D2B7BE
(210,183,190)
#E0CDD1
(224,205,209)
#EEE3E4
(238,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #620726; }

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

This text font color is #620726.


Background Color

.myBgColor { background-color: #620726; }

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

This div background color is #620726.


Border color

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

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

This div border color is #620726.


Opacity

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

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

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

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

This text has shadow with #620726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #620726 on black background.


Color preview on white background

This text has color #620726 on white background.



Black color preview on #620726 background

This text has black color on #620726 background.


White color preview on #620726 background

This text has white color on #620726 background.