COLOR #7E6027

HEX: #7E6027
RGB: (126,96,39)

Color info

#7E6027 contains mainly red and green colors. Web safe color of #7E6027 is #666633 (or #663).

RGB color model

#7E6027 color RGB value is (126,96,39).

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

RGB channels and saturation

R 126 of 255 = 49%
G 96 of 255 = 38%
B 39 of 255 = 15%

126
96
39

R + G + B ~ 34%. #7E6027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 96 + 39 = 261 (100%)
R 126 of 261 ~ 48.28%
G 96 of 261 ~ 36.78%
B 39 of 261 ~ 14.94%

%48.28
%36.78
%14.94

CMYK color model

#7E6027 color CMYK value is (0,24,69,51).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 69.05%
  • key color value is 50.59%
CMYK:
(0,24,69,51)
C0M24Y69K51 
(0%,24%,69%,51%)
(0.00/0.24/0.69/0.51)	

CMYK percentages

%0
%23.81
%69.05
%50.59

Codes

Color #7E6027 in popluar color models

7E6027
RGB1269639
HSL39°52.73%32.35%
HSB/HSV39°69.05%49.41%
CMYK0.00%23.81%69.05%
50.59%

Color #7E6027 in popluar number systems.

HEX7E6027
Decimal1269639
Binary11111101100000100111
Octal17614047

Shades and tints

Shades of #7E6027

#7E6027
(126,96,39)
#735824
(115,88,36)
#685021
(104,80,33)
#5D481E
(93,72,30)
#52401B
(82,64,27)
#473818
(71,56,24)
#3C3015
(60,48,21)
#312812
(49,40,18)
#26200F
(38,32,15)
#1B180C
(27,24,12)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #7E6027

#7E6027
(126,96,39)
#896E3A
(137,110,58)
#947C4D
(148,124,77)
#9F8A60
(159,138,96)
#AA9873
(170,152,115)
#B5A686
(181,166,134)
#C0B499
(192,180,153)
#CBC2AC
(203,194,172)
#D6D0BF
(214,208,191)
#E1DED2
(225,222,210)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E6027; }

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

This text font color is #7E6027.


Background Color

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

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

This div background color is #7E6027.


Border color

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

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

This div border color is #7E6027.


Opacity

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

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

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

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

This text has shadow with #7E6027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6027 on black background.


Color preview on white background

This text has color #7E6027 on white background.



Black color preview on #7E6027 background

This text has black color on #7E6027 background.


White color preview on #7E6027 background

This text has white color on #7E6027 background.