COLOR #7B0609

HEX: #7B0609
RGB: (123,6,9)

Color info

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

RGB color model

#7B0609 color RGB value is (123,6,9).

  • red value is 123;
  • green value is 6;
  • blue value is 9.
RGB:
(123,6,9)
(48%,2%,4%)

RGB channels and saturation

R 123 of 255 = 48%
G 6 of 255 = 2%
B 9 of 255 = 4%

123
6
9

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

Portions of RGB colors in percentages

R + G + B =
123 + 6 + 9 = 138 (100%)
R 123 of 138 ~ 89.13%
G 6 of 138 ~ 4.35%
B 9 of 138 ~ 6.52%

%89.13

CMYK color model

#7B0609 color CMYK value is (0,95,93,52).

  • cyan value is 0.00%
  • magenta value is 95.12%
  • yellow value is 92.68%
  • key color value is 51.76%
CMYK:
(0,95,93,52)
C0M95Y93K52 
(0%,95%,93%,52%)
(0.00/0.95/0.93/0.52)	

CMYK percentages

%0
%95.12
%92.68
%51.76

Codes

Color #7B0609 in popluar color models

7B0609
RGB12369
HSL358°90.70%25.29%
HSB/HSV358°95.12%48.24%
CMYK0.00%95.12%92.68%
51.76%

Color #7B0609 in popluar number systems.

HEX7B0609
Decimal12369
Binary11110111101001
Octal173611

Shades and tints

Shades of #7B0609

#7B0609
(123,6,9)
#700609
(112,6,9)
#650609
(101,6,9)
#5A0609
(90,6,9)
#4F0609
(79,6,9)
#440609
(68,6,9)
#390609
(57,6,9)
#2E0609
(46,6,9)
#230609
(35,6,9)
#180609
(24,6,9)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #7B0609

#7B0609
(123,6,9)
#871C1F
(135,28,31)
#933235
(147,50,53)
#9F484B
(159,72,75)
#AB5E61
(171,94,97)
#B77477
(183,116,119)
#C38A8D
(195,138,141)
#CFA0A3
(207,160,163)
#DBB6B9
(219,182,185)
#E7CCCF
(231,204,207)
#F3E2E5
(243,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B0609 color. Also use rgb(123,6,9) instead hex code.

Text Font Color

.myTextColor { color: #7B0609; }

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

This text font color is #7B0609.


Background Color

.myBgColor { background-color: #7B0609; }

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

This div background color is #7B0609.


Border color

.myBorderColor { border: 1px solid #7B0609; }

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

This div border color is #7B0609.


Opacity

.myOpacity80 { color: #7B0609; opacity: 0.8; }

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

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

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

This text has shadow with #7B0609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B0609 on black background.


Color preview on white background

This text has color #7B0609 on white background.



Black color preview on #7B0609 background

This text has black color on #7B0609 background.


White color preview on #7B0609 background

This text has white color on #7B0609 background.