COLOR #7E5F0B

HEX: #7E5F0B
RGB: (126,95,11)

Color info

#7E5F0B contains mainly red and green colors. Web safe color of #7E5F0B is #666600 (or #660).

RGB color model

#7E5F0B color RGB value is (126,95,11).

  • red value is 126;
  • green value is 95;
  • blue value is 11.
RGB:
(126,95,11)
(49%,37%,4%)

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 11 of 255 = 4%

126
95
11

R + G + B ~ 30%. #7E5F0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 95 + 11 = 232 (100%)
R 126 of 232 ~ 54.31%
G 95 of 232 ~ 40.95%
B 11 of 232 ~ 4.74%

%54.31
%40.95

CMYK color model

#7E5F0B color CMYK value is (0,25,91,51).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 91.27%
  • key color value is 50.59%
CMYK:
(0,25,91,51)
C0M25Y91K51 
(0%,25%,91%,51%)
(0.00/0.25/0.91/0.51)	

CMYK percentages

%0
%24.6
%91.27
%50.59

Codes

Color #7E5F0B in popluar color models

7E5F0B
RGB1269511
HSL44°83.94%26.86%
HSB/HSV44°91.27%49.41%
CMYK0.00%24.60%91.27%
50.59%

Color #7E5F0B in popluar number systems.

HEX7E5F0B
Decimal1269511
Binary111111010111111011
Octal17613713

Shades and tints

Shades of #7E5F0B

#7E5F0B
(126,95,11)
#73570A
(115,87,10)
#684F09
(104,79,9)
#5D4708
(93,71,8)
#523F07
(82,63,7)
#473706
(71,55,6)
#3C2F05
(60,47,5)
#312704
(49,39,4)
#261F03
(38,31,3)
#1B1702
(27,23,2)
#100F01
(16,15,1)
#000000
(0,0,0)

Tints of #7E5F0B

#7E5F0B
(126,95,11)
#896D21
(137,109,33)
#947B37
(148,123,55)
#9F894D
(159,137,77)
#AA9763
(170,151,99)
#B5A579
(181,165,121)
#C0B38F
(192,179,143)
#CBC1A5
(203,193,165)
#D6CFBB
(214,207,187)
#E1DDD1
(225,221,209)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5F0B color. Also use rgb(126,95,11) instead hex code.

Text Font Color

.myTextColor { color: #7E5F0B; }

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

This text font color is #7E5F0B.


Background Color

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

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

This div background color is #7E5F0B.


Border color

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

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

This div border color is #7E5F0B.


Opacity

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

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

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

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

This text has shadow with #7E5F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5F0B on black background.


Color preview on white background

This text has color #7E5F0B on white background.



Black color preview on #7E5F0B background

This text has black color on #7E5F0B background.


White color preview on #7E5F0B background

This text has white color on #7E5F0B background.