COLOR #7E3810

HEX: #7E3810 RGB: (126,56,16)

Color info

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

RGB color model

#7E3810 color RGB value is (126,56,16).

RGB: (126,56,16) (49%, 22%, 6%)

RGB channels and saturation

R 126 of 255 = 49%
G 56 of 255 = 22%
B 16 of 255 = 6%

126
56
16

R + G + B ~ 26%. #7E3810 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 126 + 56 + 16 = 198 (100%)
R 126 of 198 ~ 63.64%
G 56 of 198 ~ 28.28%
B 16 of 198 ~ 8.08'%

%63.64
%28.28

CMYK color model

#7E3810 color CMYK value is (0,56,87,51).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 87.30%
  • key color value is 50.59%

CMYK: (0,56,87,51)
C0M56Y87K51 (0%, 56%, 87%, 51%)
(0.00 / 0.56 / 0.87 / 0.51)

CMYK percentages

%0
%55.56
%87.3
%50.59

Codes

Color #7E3810 in popluar color models

7E 38 10
RGB 126 56 16
HSL 22° 77.46% 27.84%
HSB/HSV 22° 87.30% 49.41%
CMYK 0.00% 55.56% 87.30%
50.59%

Color #7E3810 in popluar number systems.

HEX 7E 38 10
Decimal 126 56 16
Binary 1111110 111000 10000
Octal 176 70 20

Shades and tints

Shades of #7E3810

#7E3810
(126,56,16)
#73330F
(115,51,15)
#682E0E
(104,46,14)
#5D290D
(93,41,13)
#52240C
(82,36,12)
#471F0B
(71,31,11)
#3C1A0A
(60,26,10)
#311509
(49,21,9)
#261008
(38,16,8)
#1B0B07
(27,11,7)
#100606
(16,6,6)
#000000
(0,0,0)

Tints of #7E3810

#7E3810
(126,56,16)
#894A25
(137,74,37)
#945C3A
(148,92,58)
#9F6E4F
(159,110,79)
#AA8064
(170,128,100)
#B59279
(181,146,121)
#C0A48E
(192,164,142)
#CBB6A3
(203,182,163)
#D6C8B8
(214,200,184)
#E1DACD
(225,218,205)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3810 color. Also use rgb(126,56,16) instead hex code.

Text Font Color

.myTextColor { color: #7E3810; }

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

This text font color is #7E3810.

Background Color

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

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

This div background color is #7E3810.

Border color

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

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

This div border color is #7E3810.

Opacity

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

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

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

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

This text has shadow with #7E3810 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3810.

Preview

Color preview on black background

This text has color #7E3810 on black background.


Color preview on white background

This text has color #7E3810 on white background.


Black color preview on #7E3810 background

This text has black color on #7E3810 background.


White color preview on #7E3810 background

This text has white color on #7E3810 background.


Related colors

Complementary color

Complementary color for #hex is #81C7EF.


I love getcolorcode.com

Triadic colors

1 #107E38 and #38107E with #7E3810 are triadic colors.

2 #10387E and #387E10 with #7E3810 are triadic colors.