COLOR #7E4336

HEX: #7E4336
RGB: (126,67,54)

Color info

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

RGB color model

#7E4336 color RGB value is (126,67,54).

  • red value is 126;
  • green value is 67;
  • blue value is 54.
RGB:
(126,67,54)
(49%,26%,21%)

RGB channels and saturation

R 126 of 255 = 49%
G 67 of 255 = 26%
B 54 of 255 = 21%

126
67
54

R + G + B ~ 32%. #7E4336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 67 + 54 = 247 (100%)
R 126 of 247 ~ 51.01%
G 67 of 247 ~ 27.13%
B 54 of 247 ~ 21.86%

%51.01
%27.13
%21.86

CMYK color model

#7E4336 color CMYK value is (0,47,57,51).

  • cyan value is 0.00%
  • magenta value is 46.83%
  • yellow value is 57.14%
  • key color value is 50.59%
CMYK:
(0,47,57,51)
C0M47Y57K51 
(0%,47%,57%,51%)
(0.00/0.47/0.57/0.51)	

CMYK percentages

%0
%46.83
%57.14
%50.59

Codes

Color #7E4336 in popluar color models

7E4336
RGB1266754
HSL11°40.00%35.29%
HSB/HSV11°57.14%49.41%
CMYK0.00%46.83%57.14%
50.59%

Color #7E4336 in popluar number systems.

HEX7E4336
Decimal1266754
Binary11111101000011110110
Octal17610366

Shades and tints

Shades of #7E4336

#7E4336
(126,67,54)
#733D32
(115,61,50)
#68372E
(104,55,46)
#5D312A
(93,49,42)
#522B26
(82,43,38)
#472522
(71,37,34)
#3C1F1E
(60,31,30)
#31191A
(49,25,26)
#261316
(38,19,22)
#1B0D12
(27,13,18)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #7E4336

#7E4336
(126,67,54)
#895448
(137,84,72)
#94655A
(148,101,90)
#9F766C
(159,118,108)
#AA877E
(170,135,126)
#B59890
(181,152,144)
#C0A9A2
(192,169,162)
#CBBAB4
(203,186,180)
#D6CBC6
(214,203,198)
#E1DCD8
(225,220,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4336 color. Also use rgb(126,67,54) instead hex code.

Text Font Color

.myTextColor { color: #7E4336; }

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

This text font color is #7E4336.


Background Color

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

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

This div background color is #7E4336.


Border color

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

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

This div border color is #7E4336.


Opacity

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

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

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

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

This text has shadow with #7E4336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4336 on black background.


Color preview on white background

This text has color #7E4336 on white background.



Black color preview on #7E4336 background

This text has black color on #7E4336 background.


White color preview on #7E4336 background

This text has white color on #7E4336 background.