COLOR #7E5F17

HEX: #7E5F17
RGB: (126,95,23)

Color info

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

RGB color model

#7E5F17 color RGB value is (126,95,23).

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

RGB channels and saturation

R 126 of 255 = 49%
G 95 of 255 = 37%
B 23 of 255 = 9%

126
95
23

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

Portions of RGB colors in percentages

R + G + B =
126 + 95 + 23 = 244 (100%)
R 126 of 244 ~ 51.64%
G 95 of 244 ~ 38.93%
B 23 of 244 ~ 9.43%

%51.64
%38.93

CMYK color model

#7E5F17 color CMYK value is (0,25,82,51).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 81.75%
  • key color value is 50.59%
CMYK:
(0,25,82,51)
C0M25Y82K51 
(0%,25%,82%,51%)
(0.00/0.25/0.82/0.51)	

CMYK percentages

%0
%24.6
%81.75
%50.59

Codes

Color #7E5F17 in popluar color models

7E5F17
RGB1269523
HSL42°69.13%29.22%
HSB/HSV42°81.75%49.41%
CMYK0.00%24.60%81.75%
50.59%

Color #7E5F17 in popluar number systems.

HEX7E5F17
Decimal1269523
Binary1111110101111110111
Octal17613727

Shades and tints

Shades of #7E5F17

#7E5F17
(126,95,23)
#735715
(115,87,21)
#684F13
(104,79,19)
#5D4711
(93,71,17)
#523F0F
(82,63,15)
#47370D
(71,55,13)
#3C2F0B
(60,47,11)
#312709
(49,39,9)
#261F07
(38,31,7)
#1B1705
(27,23,5)
#100F03
(16,15,3)
#000000
(0,0,0)

Tints of #7E5F17

#7E5F17
(126,95,23)
#896D2C
(137,109,44)
#947B41
(148,123,65)
#9F8956
(159,137,86)
#AA976B
(170,151,107)
#B5A580
(181,165,128)
#C0B395
(192,179,149)
#CBC1AA
(203,193,170)
#D6CFBF
(214,207,191)
#E1DDD4
(225,221,212)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5F17; }

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

This text font color is #7E5F17.


Background Color

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

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

This div background color is #7E5F17.


Border color

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

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

This div border color is #7E5F17.


Opacity

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

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

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

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

This text has shadow with #7E5F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5F17 on black background.


Color preview on white background

This text has color #7E5F17 on white background.



Black color preview on #7E5F17 background

This text has black color on #7E5F17 background.


White color preview on #7E5F17 background

This text has white color on #7E5F17 background.