COLOR #7E3302

HEX: #7E3302
RGB: (126,51,2)

Color info

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

RGB color model

#7E3302 color RGB value is (126,51,2).

  • red value is 126;
  • green value is 51;
  • blue value is 2.
RGB:
(126,51,2)
(49%,20%,1%)

RGB channels and saturation

R 126 of 255 = 49%
G 51 of 255 = 20%
B 2 of 255 = 1%

126
51
2

R + G + B ~ 23%. #7E3302 is dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 51 + 2 = 179 (100%)
R 126 of 179 ~ 70.39%
G 51 of 179 ~ 28.49%
B 2 of 179 ~ 1.12%

%70.39
%28.49

CMYK color model

#7E3302 color CMYK value is (0,60,98,51).

  • cyan value is 0.00%
  • magenta value is 59.52%
  • yellow value is 98.41%
  • key color value is 50.59%
CMYK:
(0,60,98,51)
C0M60Y98K51 
(0%,60%,98%,51%)
(0.00/0.60/0.98/0.51)	

CMYK percentages

%0
%59.52
%98.41
%50.59

Codes

Color #7E3302 in popluar color models

7E3302
RGB126512
HSL24°96.88%25.10%
HSB/HSV24°98.41%49.41%
CMYK0.00%59.52%98.41%
50.59%

Color #7E3302 in popluar number systems.

HEX7E3302
Decimal126512
Binary111111011001110
Octal176632

Shades and tints

Shades of #7E3302

#7E3302
(126,51,2)
#732F02
(115,47,2)
#682B02
(104,43,2)
#5D2702
(93,39,2)
#522302
(82,35,2)
#471F02
(71,31,2)
#3C1B02
(60,27,2)
#311702
(49,23,2)
#261302
(38,19,2)
#1B0F02
(27,15,2)
#100B02
(16,11,2)
#000000
(0,0,0)

Tints of #7E3302

#7E3302
(126,51,2)
#894519
(137,69,25)
#945730
(148,87,48)
#9F6947
(159,105,71)
#AA7B5E
(170,123,94)
#B58D75
(181,141,117)
#C09F8C
(192,159,140)
#CBB1A3
(203,177,163)
#D6C3BA
(214,195,186)
#E1D5D1
(225,213,209)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3302 color. Also use rgb(126,51,2) instead hex code.

Text Font Color

.myTextColor { color: #7E3302; }

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

This text font color is #7E3302.


Background Color

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

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

This div background color is #7E3302.


Border color

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

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

This div border color is #7E3302.


Opacity

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

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

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

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

This text has shadow with #7E3302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E3302 on black background.


Color preview on white background

This text has color #7E3302 on white background.



Black color preview on #7E3302 background

This text has black color on #7E3302 background.


White color preview on #7E3302 background

This text has white color on #7E3302 background.