COLOR #7E6530

HEX: #7E6530
RGB: (126,101,48)

Color info

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

RGB color model

#7E6530 color RGB value is (126,101,48).

  • red value is 126;
  • green value is 101;
  • blue value is 48.
RGB:
(126,101,48)
(49%,40%,19%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 48 of 255 = 19%

126
101
48

R + G + B ~ 36%. #7E6530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 48 = 275 (100%)
R 126 of 275 ~ 45.82%
G 101 of 275 ~ 36.73%
B 48 of 275 ~ 17.45%

%45.82
%36.73
%17.45

CMYK color model

#7E6530 color CMYK value is (0,20,62,51).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK:
(0,20,62,51)
C0M20Y62K51 
(0%,20%,62%,51%)
(0.00/0.20/0.62/0.51)	

CMYK percentages

%0
%19.84
%61.9
%50.59

Codes

Color #7E6530 in popluar color models

7E6530
RGB12610148
HSL41°44.83%34.12%
HSB/HSV41°61.90%49.41%
CMYK0.00%19.84%61.90%
50.59%

Color #7E6530 in popluar number systems.

HEX7E6530
Decimal12610148
Binary11111101100101110000
Octal17614560

Shades and tints

Shades of #7E6530

#7E6530
(126,101,48)
#735C2C
(115,92,44)
#685328
(104,83,40)
#5D4A24
(93,74,36)
#524120
(82,65,32)
#47381C
(71,56,28)
#3C2F18
(60,47,24)
#312614
(49,38,20)
#261D10
(38,29,16)
#1B140C
(27,20,12)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #7E6530

#7E6530
(126,101,48)
#897342
(137,115,66)
#948154
(148,129,84)
#9F8F66
(159,143,102)
#AA9D78
(170,157,120)
#B5AB8A
(181,171,138)
#C0B99C
(192,185,156)
#CBC7AE
(203,199,174)
#D6D5C0
(214,213,192)
#E1E3D2
(225,227,210)
#ECF1E4
(236,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6530 color. Also use rgb(126,101,48) instead hex code.

Text Font Color

.myTextColor { color: #7E6530; }

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

This text font color is #7E6530.


Background Color

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

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

This div background color is #7E6530.


Border color

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

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

This div border color is #7E6530.


Opacity

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

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

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

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

This text has shadow with #7E6530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6530 on black background.


Color preview on white background

This text has color #7E6530 on white background.



Black color preview on #7E6530 background

This text has black color on #7E6530 background.


White color preview on #7E6530 background

This text has white color on #7E6530 background.