COLOR #7E553D

HEX: #7E553D
RGB: (126,85,61)

Color info

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

RGB color model

#7E553D color RGB value is (126,85,61).

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

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 61 of 255 = 24%

126
85
61

R + G + B ~ 35%. #7E553D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 85 + 61 = 272 (100%)
R 126 of 272 ~ 46.32%
G 85 of 272 ~ 31.25%
B 61 of 272 ~ 22.43%

%46.32
%31.25
%22.43

CMYK color model

#7E553D color CMYK value is (0,33,52,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 51.59%
  • key color value is 50.59%
CMYK:
(0,33,52,51)
C0M33Y52K51 
(0%,33%,52%,51%)
(0.00/0.33/0.52/0.51)	

CMYK percentages

%0
%32.54
%51.59
%50.59

Codes

Color #7E553D in popluar color models

7E553D
RGB1268561
HSL22°34.76%36.67%
HSB/HSV22°51.59%49.41%
CMYK0.00%32.54%51.59%
50.59%

Color #7E553D in popluar number systems.

HEX7E553D
Decimal1268561
Binary11111101010101111101
Octal17612575

Shades and tints

Shades of #7E553D

#7E553D
(126,85,61)
#734E38
(115,78,56)
#684733
(104,71,51)
#5D402E
(93,64,46)
#523929
(82,57,41)
#473224
(71,50,36)
#3C2B1F
(60,43,31)
#31241A
(49,36,26)
#261D15
(38,29,21)
#1B1610
(27,22,16)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7E553D

#7E553D
(126,85,61)
#89644E
(137,100,78)
#94735F
(148,115,95)
#9F8270
(159,130,112)
#AA9181
(170,145,129)
#B5A092
(181,160,146)
#C0AFA3
(192,175,163)
#CBBEB4
(203,190,180)
#D6CDC5
(214,205,197)
#E1DCD6
(225,220,214)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E553D; }

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

This text font color is #7E553D.


Background Color

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

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

This div background color is #7E553D.


Border color

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

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

This div border color is #7E553D.


Opacity

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

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

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

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

This text has shadow with #7E553D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E553D on black background.


Color preview on white background

This text has color #7E553D on white background.



Black color preview on #7E553D background

This text has black color on #7E553D background.


White color preview on #7E553D background

This text has white color on #7E553D background.