COLOR #7E663D

HEX: #7E663D
RGB: (126,102,61)

Color info

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

RGB color model

#7E663D color RGB value is (126,102,61).

  • red value is 126;
  • green value is 102;
  • blue value is 61.
RGB:
(126,102,61)
(49%,40%,24%)

RGB channels and saturation

R 126 of 255 = 49%
G 102 of 255 = 40%
B 61 of 255 = 24%

126
102
61

R + G + B ~ 38%. #7E663D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 102 + 61 = 289 (100%)
R 126 of 289 ~ 43.6%
G 102 of 289 ~ 35.29%
B 61 of 289 ~ 21.11%

%43.6
%35.29
%21.11

CMYK color model

#7E663D color CMYK value is (0,19,52,51).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 51.59%
  • key color value is 50.59%
CMYK:
(0,19,52,51)
C0M19Y52K51 
(0%,19%,52%,51%)
(0.00/0.19/0.52/0.51)	

CMYK percentages

%0
%19.05
%51.59
%50.59

Codes

Color #7E663D in popluar color models

7E663D
RGB12610261
HSL38°34.76%36.67%
HSB/HSV38°51.59%49.41%
CMYK0.00%19.05%51.59%
50.59%

Color #7E663D in popluar number systems.

HEX7E663D
Decimal12610261
Binary11111101100110111101
Octal17614675

Shades and tints

Shades of #7E663D

#7E663D
(126,102,61)
#735D38
(115,93,56)
#685433
(104,84,51)
#5D4B2E
(93,75,46)
#524229
(82,66,41)
#473924
(71,57,36)
#3C301F
(60,48,31)
#31271A
(49,39,26)
#261E15
(38,30,21)
#1B1510
(27,21,16)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #7E663D

#7E663D
(126,102,61)
#89734E
(137,115,78)
#94805F
(148,128,95)
#9F8D70
(159,141,112)
#AA9A81
(170,154,129)
#B5A792
(181,167,146)
#C0B4A3
(192,180,163)
#CBC1B4
(203,193,180)
#D6CEC5
(214,206,197)
#E1DBD6
(225,219,214)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E663D color. Also use rgb(126,102,61) instead hex code.

Text Font Color

.myTextColor { color: #7E663D; }

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

This text font color is #7E663D.


Background Color

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

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

This div background color is #7E663D.


Border color

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

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

This div border color is #7E663D.


Opacity

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

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

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

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

This text has shadow with #7E663D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E663D on black background.


Color preview on white background

This text has color #7E663D on white background.



Black color preview on #7E663D background

This text has black color on #7E663D background.


White color preview on #7E663D background

This text has white color on #7E663D background.