COLOR #690515

HEX: #690515
RGB: (105,5,21)

Color info

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

RGB color model

#690515 color RGB value is (105,5,21).

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

RGB channels and saturation

R 105 of 255 = 41%
G 5 of 255 = 2%
B 21 of 255 = 8%

105
5
21

R + G + B ~ 17%. #690515 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 5 + 21 = 131 (100%)
R 105 of 131 ~ 80.15%
G 5 of 131 ~ 3.82%
B 21 of 131 ~ 16.03%

%80.15
%16.03

CMYK color model

#690515 color CMYK value is (0,95,80,59).

  • cyan value is 0.00%
  • magenta value is 95.24%
  • yellow value is 80.00%
  • key color value is 58.82%
CMYK:
(0,95,80,59)
C0M95Y80K59 
(0%,95%,80%,59%)
(0.00/0.95/0.80/0.59)	

CMYK percentages

%0
%95.24
%80
%58.82

Codes

Color #690515 in popluar color models

690515
RGB105521
HSL350°90.91%21.57%
HSB/HSV350°95.24%41.18%
CMYK0.00%95.24%80.00%
58.82%

Color #690515 in popluar number systems.

HEX690515
Decimal105521
Binary110100110110101
Octal151525

Shades and tints

Shades of #690515

#690515
(105,5,21)
#600514
(96,5,20)
#570513
(87,5,19)
#4E0512
(78,5,18)
#450511
(69,5,17)
#3C0510
(60,5,16)
#33050F
(51,5,15)
#2A050E
(42,5,14)
#21050D
(33,5,13)
#18050C
(24,5,12)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #690515

#690515
(105,5,21)
#761B2A
(118,27,42)
#83313F
(131,49,63)
#904754
(144,71,84)
#9D5D69
(157,93,105)
#AA737E
(170,115,126)
#B78993
(183,137,147)
#C49FA8
(196,159,168)
#D1B5BD
(209,181,189)
#DECBD2
(222,203,210)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #690515; }

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

This text font color is #690515.


Background Color

.myBgColor { background-color: #690515; }

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

This div background color is #690515.


Border color

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

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

This div border color is #690515.


Opacity

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

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

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

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

This text has shadow with #690515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690515 on black background.


Color preview on white background

This text has color #690515 on white background.



Black color preview on #690515 background

This text has black color on #690515 background.


White color preview on #690515 background

This text has white color on #690515 background.