COLOR #690021

HEX: #690021
RGB: (105,0,33)

Color info

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

RGB color model

#690021 color RGB value is (105,0,33).

  • red value is 105;
  • green value is 0;
  • blue value is 33.
RGB:
(105,0,33)
(41%,0%,13%)

RGB channels and saturation

R 105 of 255 = 41%
G 0 of 255 = 0%
B 33 of 255 = 13%

105
0
33

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

Portions of RGB colors in percentages

R + G + B =
105 + 0 + 33 = 138 (100%)
R 105 of 138 ~ 76.09%
G 0 of 138 ~ 0%
B 33 of 138 ~ 23.91%

%76.09
%23.91

CMYK color model

#690021 color CMYK value is (0,100,69,59).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(0,100,69,59)
C0M100Y69K59 
(0%,100%,69%,59%)
(0.00/1.00/0.69/0.59)	

CMYK percentages

%0
%100
%68.57
%58.82

Codes

Color #690021 in popluar color models

690021
RGB105033
HSL341°100.00%20.59%
HSB/HSV341°100.00%41.18%
CMYK0.00%100.00%68.57%
58.82%

Color #690021 in popluar number systems.

HEX690021
Decimal105033
Binary11010010100001
Octal151041

Shades and tints

Shades of #690021

#690021
(105,0,33)
#60001E
(96,0,30)
#57001B
(87,0,27)
#4E0018
(78,0,24)
#450015
(69,0,21)
#3C0012
(60,0,18)
#33000F
(51,0,15)
#2A000C
(42,0,12)
#210009
(33,0,9)
#180006
(24,0,6)
#0F0003
(15,0,3)
#000000
(0,0,0)

Tints of #690021

#690021
(105,0,33)
#761735
(118,23,53)
#832E49
(131,46,73)
#90455D
(144,69,93)
#9D5C71
(157,92,113)
#AA7385
(170,115,133)
#B78A99
(183,138,153)
#C4A1AD
(196,161,173)
#D1B8C1
(209,184,193)
#DECFD5
(222,207,213)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690021 color. Also use rgb(105,0,33) instead hex code.

Text Font Color

.myTextColor { color: #690021; }

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

This text font color is #690021.


Background Color

.myBgColor { background-color: #690021; }

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

This div background color is #690021.


Border color

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

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

This div border color is #690021.


Opacity

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

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

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

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

This text has shadow with #690021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690021 on black background.


Color preview on white background

This text has color #690021 on white background.



Black color preview on #690021 background

This text has black color on #690021 background.


White color preview on #690021 background

This text has white color on #690021 background.