COLOR #7B2606

HEX: #7B2606
RGB: (123,38,6)

Color info

#7B2606 contains mainly red color. Web safe color of #7B2606 is #663300 (or #630).

RGB color model

#7B2606 color RGB value is (123,38,6).

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

RGB channels and saturation

R 123 of 255 = 48%
G 38 of 255 = 15%
B 6 of 255 = 2%

123
38
6

R + G + B ~ 22%. #7B2606 is dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 38 + 6 = 167 (100%)
R 123 of 167 ~ 73.65%
G 38 of 167 ~ 22.75%
B 6 of 167 ~ 3.59%

%73.65
%22.75

CMYK color model

#7B2606 color CMYK value is (0,69,95,52).

  • cyan value is 0.00%
  • magenta value is 69.11%
  • yellow value is 95.12%
  • key color value is 51.76%
CMYK:
(0,69,95,52)
C0M69Y95K52 
(0%,69%,95%,52%)
(0.00/0.69/0.95/0.52)	

CMYK percentages

%0
%69.11
%95.12
%51.76

Codes

Color #7B2606 in popluar color models

7B2606
RGB123386
HSL16°90.70%25.29%
HSB/HSV16°95.12%48.24%
CMYK0.00%69.11%95.12%
51.76%

Color #7B2606 in popluar number systems.

HEX7B2606
Decimal123386
Binary1111011100110110
Octal173466

Shades and tints

Shades of #7B2606

#7B2606
(123,38,6)
#702306
(112,35,6)
#652006
(101,32,6)
#5A1D06
(90,29,6)
#4F1A06
(79,26,6)
#441706
(68,23,6)
#391406
(57,20,6)
#2E1106
(46,17,6)
#230E06
(35,14,6)
#180B06
(24,11,6)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #7B2606

#7B2606
(123,38,6)
#87391C
(135,57,28)
#934C32
(147,76,50)
#9F5F48
(159,95,72)
#AB725E
(171,114,94)
#B78574
(183,133,116)
#C3988A
(195,152,138)
#CFABA0
(207,171,160)
#DBBEB6
(219,190,182)
#E7D1CC
(231,209,204)
#F3E4E2
(243,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B2606; }

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

This text font color is #7B2606.


Background Color

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

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

This div background color is #7B2606.


Border color

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

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

This div border color is #7B2606.


Opacity

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

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

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

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

This text has shadow with #7B2606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2606 on black background.


Color preview on white background

This text has color #7B2606 on white background.



Black color preview on #7B2606 background

This text has black color on #7B2606 background.


White color preview on #7B2606 background

This text has white color on #7B2606 background.