COLOR #7E4B33

HEX: #7E4B33
RGB: (126,75,51)

Color info

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

RGB color model

#7E4B33 color RGB value is (126,75,51).

  • red value is 126;
  • green value is 75;
  • blue value is 51.
RGB:
(126,75,51)
(49%,29%,20%)

RGB channels and saturation

R 126 of 255 = 49%
G 75 of 255 = 29%
B 51 of 255 = 20%

126
75
51

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

Portions of RGB colors in percentages

R + G + B =
126 + 75 + 51 = 252 (100%)
R 126 of 252 ~ 50%
G 75 of 252 ~ 29.76%
B 51 of 252 ~ 20.24%

%50
%29.76
%20.24

CMYK color model

#7E4B33 color CMYK value is (0,40,60,51).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 59.52%
  • key color value is 50.59%
CMYK:
(0,40,60,51)
C0M40Y60K51 
(0%,40%,60%,51%)
(0.00/0.40/0.60/0.51)	

CMYK percentages

%0
%40.48
%59.52
%50.59

Codes

Color #7E4B33 in popluar color models

7E4B33
RGB1267551
HSL19°42.37%34.71%
HSB/HSV19°59.52%49.41%
CMYK0.00%40.48%59.52%
50.59%

Color #7E4B33 in popluar number systems.

HEX7E4B33
Decimal1267551
Binary11111101001011110011
Octal17611363

Shades and tints

Shades of #7E4B33

#7E4B33
(126,75,51)
#73452F
(115,69,47)
#683F2B
(104,63,43)
#5D3927
(93,57,39)
#523323
(82,51,35)
#472D1F
(71,45,31)
#3C271B
(60,39,27)
#312117
(49,33,23)
#261B13
(38,27,19)
#1B150F
(27,21,15)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E4B33

#7E4B33
(126,75,51)
#895B45
(137,91,69)
#946B57
(148,107,87)
#9F7B69
(159,123,105)
#AA8B7B
(170,139,123)
#B59B8D
(181,155,141)
#C0AB9F
(192,171,159)
#CBBBB1
(203,187,177)
#D6CBC3
(214,203,195)
#E1DBD5
(225,219,213)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4B33 color. Also use rgb(126,75,51) instead hex code.

Text Font Color

.myTextColor { color: #7E4B33; }

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

This text font color is #7E4B33.


Background Color

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

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

This div background color is #7E4B33.


Border color

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

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

This div border color is #7E4B33.


Opacity

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

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

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

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

This text has shadow with #7E4B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4B33 on black background.


Color preview on white background

This text has color #7E4B33 on white background.



Black color preview on #7E4B33 background

This text has black color on #7E4B33 background.


White color preview on #7E4B33 background

This text has white color on #7E4B33 background.