COLOR #7E2705

HEX: #7E2705
RGB: (126,39,5)

Color info

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

RGB color model

#7E2705 color RGB value is (126,39,5).

  • red value is 126;
  • green value is 39;
  • blue value is 5.
RGB:
(126,39,5)
(49%,15%,2%)

RGB channels and saturation

R 126 of 255 = 49%
G 39 of 255 = 15%
B 5 of 255 = 2%

126
39
5

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

Portions of RGB colors in percentages

R + G + B =
126 + 39 + 5 = 170 (100%)
R 126 of 170 ~ 74.12%
G 39 of 170 ~ 22.94%
B 5 of 170 ~ 2.94%

%74.12
%22.94

CMYK color model

#7E2705 color CMYK value is (0,69,96,51).

  • cyan value is 0.00%
  • magenta value is 69.05%
  • yellow value is 96.03%
  • key color value is 50.59%
CMYK:
(0,69,96,51)
C0M69Y96K51 
(0%,69%,96%,51%)
(0.00/0.69/0.96/0.51)	

CMYK percentages

%0
%69.05
%96.03
%50.59

Codes

Color #7E2705 in popluar color models

7E2705
RGB126395
HSL17°92.37%25.69%
HSB/HSV17°96.03%49.41%
CMYK0.00%69.05%96.03%
50.59%

Color #7E2705 in popluar number systems.

HEX7E2705
Decimal126395
Binary1111110100111101
Octal176475

Shades and tints

Shades of #7E2705

#7E2705
(126,39,5)
#732405
(115,36,5)
#682105
(104,33,5)
#5D1E05
(93,30,5)
#521B05
(82,27,5)
#471805
(71,24,5)
#3C1505
(60,21,5)
#311205
(49,18,5)
#260F05
(38,15,5)
#1B0C05
(27,12,5)
#100905
(16,9,5)
#000000
(0,0,0)

Tints of #7E2705

#7E2705
(126,39,5)
#893A1B
(137,58,27)
#944D31
(148,77,49)
#9F6047
(159,96,71)
#AA735D
(170,115,93)
#B58673
(181,134,115)
#C09989
(192,153,137)
#CBAC9F
(203,172,159)
#D6BFB5
(214,191,181)
#E1D2CB
(225,210,203)
#ECE5E1
(236,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2705 color. Also use rgb(126,39,5) instead hex code.

Text Font Color

.myTextColor { color: #7E2705; }

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

This text font color is #7E2705.


Background Color

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

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

This div background color is #7E2705.


Border color

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

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

This div border color is #7E2705.


Opacity

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

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

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

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

This text has shadow with #7E2705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2705 on black background.


Color preview on white background

This text has color #7E2705 on white background.



Black color preview on #7E2705 background

This text has black color on #7E2705 background.


White color preview on #7E2705 background

This text has white color on #7E2705 background.