COLOR #7E551B

HEX: #7E551B
RGB: (126,85,27)

Color info

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

RGB color model

#7E551B color RGB value is (126,85,27).

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

RGB channels and saturation

R 126 of 255 = 49%
G 85 of 255 = 33%
B 27 of 255 = 11%

126
85
27

R + G + B ~ 31%. #7E551B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 85 + 27 = 238 (100%)
R 126 of 238 ~ 52.94%
G 85 of 238 ~ 35.71%
B 27 of 238 ~ 11.34%

%52.94
%35.71
%11.34

CMYK color model

#7E551B color CMYK value is (0,33,79,51).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 78.57%
  • key color value is 50.59%
CMYK:
(0,33,79,51)
C0M33Y79K51 
(0%,33%,79%,51%)
(0.00/0.33/0.79/0.51)	

CMYK percentages

%0
%32.54
%78.57
%50.59

Codes

Color #7E551B in popluar color models

7E551B
RGB1268527
HSL35°64.71%30.00%
HSB/HSV35°78.57%49.41%
CMYK0.00%32.54%78.57%
50.59%

Color #7E551B in popluar number systems.

HEX7E551B
Decimal1268527
Binary1111110101010111011
Octal17612533

Shades and tints

Shades of #7E551B

#7E551B
(126,85,27)
#734E19
(115,78,25)
#684717
(104,71,23)
#5D4015
(93,64,21)
#523913
(82,57,19)
#473211
(71,50,17)
#3C2B0F
(60,43,15)
#31240D
(49,36,13)
#261D0B
(38,29,11)
#1B1609
(27,22,9)
#100F07
(16,15,7)
#000000
(0,0,0)

Tints of #7E551B

#7E551B
(126,85,27)
#89642F
(137,100,47)
#947343
(148,115,67)
#9F8257
(159,130,87)
#AA916B
(170,145,107)
#B5A07F
(181,160,127)
#C0AF93
(192,175,147)
#CBBEA7
(203,190,167)
#D6CDBB
(214,205,187)
#E1DCCF
(225,220,207)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E551B; }

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

This text font color is #7E551B.


Background Color

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

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

This div background color is #7E551B.


Border color

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

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

This div border color is #7E551B.


Opacity

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

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

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

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

This text has shadow with #7E551B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E551B on black background.


Color preview on white background

This text has color #7E551B on white background.



Black color preview on #7E551B background

This text has black color on #7E551B background.


White color preview on #7E551B background

This text has white color on #7E551B background.