COLOR #690500

HEX: #690500
RGB: (105,5,0)

Color info

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

RGB color model

#690500 color RGB value is (105,5,0).

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

RGB channels and saturation

R 105 of 255 = 41%
G 5 of 255 = 2%
B 0 of 255 = 0%

105
5
0

R + G + B ~ 14%. #690500 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 5 + 0 = 110 (100%)
R 105 of 110 ~ 95.45%
G 5 of 110 ~ 4.55%
B 0 of 110 ~ 0%

%95.45

CMYK color model

#690500 color CMYK value is (0,95,100,59).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 100.00%
  • key color value is 58.82%
CMYK:
(0,95,100,59)
C0M95Y100K59 
(0%,95%,100%,59%)
(0.00/0.95/1.00/0.59)	

CMYK percentages

%0
%95.24
%100
%58.82

Codes

Color #690500 in popluar color models

690500
RGB10550
HSL100.00%20.59%
HSB/HSV100.00%41.18%
CMYK0.00%95.24%100.00%
58.82%

Color #690500 in popluar number systems.

HEX690500
Decimal10550
Binary11010011010
Octal15150

Shades and tints

Shades of #690500

#690500
(105,5,0)
#600500
(96,5,0)
#570500
(87,5,0)
#4E0500
(78,5,0)
#450500
(69,5,0)
#3C0500
(60,5,0)
#330500
(51,5,0)
#2A0500
(42,5,0)
#210500
(33,5,0)
#180500
(24,5,0)
#0F0500
(15,5,0)
#000000
(0,0,0)

Tints of #690500

#690500
(105,5,0)
#761B17
(118,27,23)
#83312E
(131,49,46)
#904745
(144,71,69)
#9D5D5C
(157,93,92)
#AA7373
(170,115,115)
#B7898A
(183,137,138)
#C49FA1
(196,159,161)
#D1B5B8
(209,181,184)
#DECBCF
(222,203,207)
#EBE1E6
(235,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #690500; }

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

This text font color is #690500.


Background Color

.myBgColor { background-color: #690500; }

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

This div background color is #690500.


Border color

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

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

This div border color is #690500.


Opacity

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

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

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

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

This text has shadow with #690500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690500 on black background.


Color preview on white background

This text has color #690500 on white background.



Black color preview on #690500 background

This text has black color on #690500 background.


White color preview on #690500 background

This text has white color on #690500 background.