COLOR #7E6D24

HEX: #7E6D24
RGB: (126,109,36)

Renk bilgisi

#7E6D24 contains mainly red and green colors. #7E6D24 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#7E6D24 color RGB value is (126,109,36).

  • kırmız ton 126;
  • yeşil ton 109;
  • mavi ton 36.
RGB:
(126,109,36)
(49%,43%,14%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 109 of 255 = 43%
B 36 of 255 = 14%

126
109
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 109 + 36 = 271 (100%)
R 126 of 271 ~ 46.49%
G 109 of 271 ~ 40.22%
B 36 of 271 ~ 13.28%

%46.49
%40.22
%13.28

CMYK RENK MODELİ

#7E6D24 rengi CMYK tonu (0,13,71,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.49%
  • sarı tonu 71.43%
  • ana renk tonu 50.59%
CMYK:
(0,13,71,51)
C0M13Y71K51 
(0%,13%,71%,51%)
(0.00/0.13/0.71/0.51)	

CMYK yüzdeleri

%0
%13.49
%71.43
%50.59

Codes

Color #7E6D24 in popluar color models

7E6D24
RGB12610936
HSL49°55.56%31.76%
HSB/HSV49°71.43%49.41%
CMYK0.00%13.49%71.43%
50.59%

Color #7E6D24 in popluar number systems.

HEX7E6D24
Decimal12610936
Binary11111101101101100100
Octal17615544

Shades and tints

Shades of #7E6D24

#7E6D24
(126,109,36)
#736421
(115,100,33)
#685B1E
(104,91,30)
#5D521B
(93,82,27)
#524918
(82,73,24)
#474015
(71,64,21)
#3C3712
(60,55,18)
#312E0F
(49,46,15)
#26250C
(38,37,12)
#1B1C09
(27,28,9)
#101306
(16,19,6)
#000000
(0,0,0)

Tints of #7E6D24

#7E6D24
(126,109,36)
#897A37
(137,122,55)
#94874A
(148,135,74)
#9F945D
(159,148,93)
#AAA170
(170,161,112)
#B5AE83
(181,174,131)
#C0BB96
(192,187,150)
#CBC8A9
(203,200,169)
#D6D5BC
(214,213,188)
#E1E2CF
(225,226,207)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E6D24 color. Also use rgb(126,109,36) instead hex code.

Text Font Color

.myTextColor { color: #7E6D24; }

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

This text font color is #7E6D24.


Background Color

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

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

This div background color is #7E6D24.


Border color

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

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

This div border color is #7E6D24.


Opacity

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

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

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

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

This text has shadow with #7E6D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E6D24 on black background.


Color preview on white background

This text has color #7E6D24 on white background.



Black color preview on #7E6D24 background

This text has black color on #7E6D24 background.


White color preview on #7E6D24 background

This text has white color on #7E6D24 background.