COLOR #690C31

HEX: #690C31
RGB: (105,12,49)

Color info

#690C31 contains mainly red and blue colors. Web safe color of #690C31 is #660033 (or #603).

RGB color model

#690C31 color RGB value is (105,12,49).

  • red value is 105;
  • green value is 12;
  • blue value is 49.
RGB:
(105,12,49)
(41%,5%,19%)

RGB channels and saturation

R 105 of 255 = 41%
G 12 of 255 = 5%
B 49 of 255 = 19%

105
12
49

R + G + B ~ 22%. #690C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 12 + 49 = 166 (100%)
R 105 of 166 ~ 63.25%
G 12 of 166 ~ 7.23%
B 49 of 166 ~ 29.52%

%63.25
%29.52

CMYK color model

#690C31 color CMYK value is (0,89,53,59).

  • cyan value is 0.00%
  • magenta value is 88.57%
  • yellow value is 53.33%
  • key color value is 58.82%
CMYK:
(0,89,53,59)
C0M89Y53K59 
(0%,89%,53%,59%)
(0.00/0.89/0.53/0.59)	

CMYK percentages

%0
%88.57
%53.33
%58.82

Codes

Color #690C31 in popluar color models

690C31
RGB1051249
HSL336°79.49%22.94%
HSB/HSV336°88.57%41.18%
CMYK0.00%88.57%53.33%
58.82%

Color #690C31 in popluar number systems.

HEX690C31
Decimal1051249
Binary11010011100110001
Octal1511461

Shades and tints

Shades of #690C31

#690C31
(105,12,49)
#600B2D
(96,11,45)
#570A29
(87,10,41)
#4E0925
(78,9,37)
#450821
(69,8,33)
#3C071D
(60,7,29)
#330619
(51,6,25)
#2A0515
(42,5,21)
#210411
(33,4,17)
#18030D
(24,3,13)
#0F0209
(15,2,9)
#000000
(0,0,0)

Tints of #690C31

#690C31
(105,12,49)
#762243
(118,34,67)
#833855
(131,56,85)
#904E67
(144,78,103)
#9D6479
(157,100,121)
#AA7A8B
(170,122,139)
#B7909D
(183,144,157)
#C4A6AF
(196,166,175)
#D1BCC1
(209,188,193)
#DED2D3
(222,210,211)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690C31 color. Also use rgb(105,12,49) instead hex code.

Text Font Color

.myTextColor { color: #690C31; }

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

This text font color is #690C31.


Background Color

.myBgColor { background-color: #690C31; }

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

This div background color is #690C31.


Border color

.myBorderColor { border: 1px solid #690C31; }

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

This div border color is #690C31.


Opacity

.myOpacity80 { color: #690C31; opacity: 0.8; }

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

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

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

This text has shadow with #690C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690C31 on black background.


Color preview on white background

This text has color #690C31 on white background.



Black color preview on #690C31 background

This text has black color on #690C31 background.


White color preview on #690C31 background

This text has white color on #690C31 background.