COLOR #7E4835

HEX: #7E4835
RGB: (126,72,53)

Color info

#7E4835 contains mainly red and green colors. Web safe color of #7E4835 is #663333 (or #633).

RGB color model

#7E4835 color RGB value is (126,72,53).

  • red value is 126;
  • green value is 72;
  • blue value is 53.
RGB:
(126,72,53)
(49%,28%,21%)

RGB channels and saturation

R 126 of 255 = 49%
G 72 of 255 = 28%
B 53 of 255 = 21%

126
72
53

R + G + B ~ 33%. #7E4835 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 72 + 53 = 251 (100%)
R 126 of 251 ~ 50.2%
G 72 of 251 ~ 28.69%
B 53 of 251 ~ 21.12%

%50.2
%28.69
%21.12

CMYK color model

#7E4835 color CMYK value is (0,43,58,51).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 57.94%
  • key color value is 50.59%
CMYK:
(0,43,58,51)
C0M43Y58K51 
(0%,43%,58%,51%)
(0.00/0.43/0.58/0.51)	

CMYK percentages

%0
%42.86
%57.94
%50.59

Codes

Color #7E4835 in popluar color models

7E4835
RGB1267253
HSL16°40.78%35.10%
HSB/HSV16°57.94%49.41%
CMYK0.00%42.86%57.94%
50.59%

Color #7E4835 in popluar number systems.

HEX7E4835
Decimal1267253
Binary11111101001000110101
Octal17611065

Shades and tints

Shades of #7E4835

#7E4835
(126,72,53)
#734231
(115,66,49)
#683C2D
(104,60,45)
#5D3629
(93,54,41)
#523025
(82,48,37)
#472A21
(71,42,33)
#3C241D
(60,36,29)
#311E19
(49,30,25)
#261815
(38,24,21)
#1B1211
(27,18,17)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #7E4835

#7E4835
(126,72,53)
#895847
(137,88,71)
#946859
(148,104,89)
#9F786B
(159,120,107)
#AA887D
(170,136,125)
#B5988F
(181,152,143)
#C0A8A1
(192,168,161)
#CBB8B3
(203,184,179)
#D6C8C5
(214,200,197)
#E1D8D7
(225,216,215)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4835 color. Also use rgb(126,72,53) instead hex code.

Text Font Color

.myTextColor { color: #7E4835; }

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

This text font color is #7E4835.


Background Color

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

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

This div background color is #7E4835.


Border color

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

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

This div border color is #7E4835.


Opacity

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

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

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

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

This text has shadow with #7E4835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4835 on black background.


Color preview on white background

This text has color #7E4835 on white background.



Black color preview on #7E4835 background

This text has black color on #7E4835 background.


White color preview on #7E4835 background

This text has white color on #7E4835 background.