COLOR #7E5A44

HEX: #7E5A44
RGB: (126,90,68)

Renk bilgisi

#7E5A44 contains red, green and blue colors in about the same proportion. #7E5A44 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#7E5A44 color RGB value is (126,90,68).

  • kırmız ton 126;
  • yeşil ton 90;
  • mavi ton 68.
RGB:
(126,90,68)
(49%,35%,27%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 90 of 255 = 35%
B 68 of 255 = 27%

126
90
68

R + G + B ~ 37%. #7E5A44 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 90 + 68 = 284 (100%)
R 126 of 284 ~ 44.37%
G 90 of 284 ~ 31.69%
B 68 of 284 ~ 23.94%

%44.37
%31.69
%23.94

CMYK RENK MODELİ

#7E5A44 rengi CMYK tonu (0,29,46,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 46.03%
  • ana renk tonu 50.59%
CMYK:
(0,29,46,51)
C0M29Y46K51 
(0%,29%,46%,51%)
(0.00/0.29/0.46/0.51)	

CMYK yüzdeleri

%0
%28.57
%46.03
%50.59

Codes

Color #7E5A44 in popluar color models

7E5A44
RGB1269068
HSL23°29.90%38.04%
HSB/HSV23°46.03%49.41%
CMYK0.00%28.57%46.03%
50.59%

Color #7E5A44 in popluar number systems.

HEX7E5A44
Decimal1269068
Binary111111010110101000100
Octal176132104

Shades and tints

Shades of #7E5A44

#7E5A44
(126,90,68)
#73523E
(115,82,62)
#684A38
(104,74,56)
#5D4232
(93,66,50)
#523A2C
(82,58,44)
#473226
(71,50,38)
#3C2A20
(60,42,32)
#31221A
(49,34,26)
#261A14
(38,26,20)
#1B120E
(27,18,14)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #7E5A44

#7E5A44
(126,90,68)
#896955
(137,105,85)
#947866
(148,120,102)
#9F8777
(159,135,119)
#AA9688
(170,150,136)
#B5A599
(181,165,153)
#C0B4AA
(192,180,170)
#CBC3BB
(203,195,187)
#D6D2CC
(214,210,204)
#E1E1DD
(225,225,221)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5A44 color. Also use rgb(126,90,68) instead hex code.

Text Font Color

.myTextColor { color: #7E5A44; }

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

This text font color is #7E5A44.


Background Color

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

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

This div background color is #7E5A44.


Border color

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

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

This div border color is #7E5A44.


Opacity

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

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

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

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

This text has shadow with #7E5A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5A44 on black background.


Color preview on white background

This text has color #7E5A44 on white background.



Black color preview on #7E5A44 background

This text has black color on #7E5A44 background.


White color preview on #7E5A44 background

This text has white color on #7E5A44 background.