COLOR #690F04

HEX: #690F04
RGB: (105,15,4)

Color info

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

RGB color model

#690F04 color RGB value is (105,15,4).

  • red value is 105;
  • green value is 15;
  • blue value is 4.
RGB:
(105,15,4)
(41%,6%,2%)

RGB channels and saturation

R 105 of 255 = 41%
G 15 of 255 = 6%
B 4 of 255 = 2%

105
15
4

R + G + B ~ 16%. #690F04 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 15 + 4 = 124 (100%)
R 105 of 124 ~ 84.68%
G 15 of 124 ~ 12.1%
B 4 of 124 ~ 3.23%

%84.68
%12.1

CMYK color model

#690F04 color CMYK value is (0,86,96,59).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 96.19%
  • key color value is 58.82%
CMYK:
(0,86,96,59)
C0M86Y96K59 
(0%,86%,96%,59%)
(0.00/0.86/0.96/0.59)	

CMYK percentages

%0
%85.71
%96.19
%58.82

Codes

Color #690F04 in popluar color models

690F04
RGB105154
HSL92.66%21.37%
HSB/HSV96.19%41.18%
CMYK0.00%85.71%96.19%
58.82%

Color #690F04 in popluar number systems.

HEX690F04
Decimal105154
Binary11010011111100
Octal151174

Shades and tints

Shades of #690F04

#690F04
(105,15,4)
#600E04
(96,14,4)
#570D04
(87,13,4)
#4E0C04
(78,12,4)
#450B04
(69,11,4)
#3C0A04
(60,10,4)
#330904
(51,9,4)
#2A0804
(42,8,4)
#210704
(33,7,4)
#180604
(24,6,4)
#0F0504
(15,5,4)
#000000
(0,0,0)

Tints of #690F04

#690F04
(105,15,4)
#76241A
(118,36,26)
#833930
(131,57,48)
#904E46
(144,78,70)
#9D635C
(157,99,92)
#AA7872
(170,120,114)
#B78D88
(183,141,136)
#C4A29E
(196,162,158)
#D1B7B4
(209,183,180)
#DECCCA
(222,204,202)
#EBE1E0
(235,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #690F04 color. Also use rgb(105,15,4) instead hex code.

Text Font Color

.myTextColor { color: #690F04; }

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

This text font color is #690F04.


Background Color

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

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

This div background color is #690F04.


Border color

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

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

This div border color is #690F04.


Opacity

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

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

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

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

This text has shadow with #690F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #690F04 on black background.


Color preview on white background

This text has color #690F04 on white background.



Black color preview on #690F04 background

This text has black color on #690F04 background.


White color preview on #690F04 background

This text has white color on #690F04 background.