COLOR #7E5E4B

HEX: #7E5E4B
RGB: (126,94,75)

Renk bilgisi

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

RGB renk modeli

#7E5E4B color RGB value is (126,94,75).

  • kırmız ton 126;
  • yeşil ton 94;
  • mavi ton 75.
RGB:
(126,94,75)
(49%,37%,29%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 94 of 255 = 37%
B 75 of 255 = 29%

126
94
75

R + G + B ~ 38%. #7E5E4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 94 + 75 = 295 (100%)
R 126 of 295 ~ 42.71%
G 94 of 295 ~ 31.86%
B 75 of 295 ~ 25.42%

%42.71
%31.86
%25.42

CMYK RENK MODELİ

#7E5E4B rengi CMYK tonu (0,25,40,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.40%
  • sarı tonu 40.48%
  • ana renk tonu 50.59%
CMYK:
(0,25,40,51)
C0M25Y40K51 
(0%,25%,40%,51%)
(0.00/0.25/0.40/0.51)	

CMYK yüzdeleri

%0
%25.4
%40.48
%50.59

Codes

Color #7E5E4B in popluar color models

7E5E4B
RGB1269475
HSL22°25.37%39.41%
HSB/HSV22°40.48%49.41%
CMYK0.00%25.40%40.48%
50.59%

Color #7E5E4B in popluar number systems.

HEX7E5E4B
Decimal1269475
Binary111111010111101001011
Octal176136113

Shades and tints

Shades of #7E5E4B

#7E5E4B
(126,94,75)
#735645
(115,86,69)
#684E3F
(104,78,63)
#5D4639
(93,70,57)
#523E33
(82,62,51)
#47362D
(71,54,45)
#3C2E27
(60,46,39)
#312621
(49,38,33)
#261E1B
(38,30,27)
#1B1615
(27,22,21)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #7E5E4B

#7E5E4B
(126,94,75)
#896C5B
(137,108,91)
#947A6B
(148,122,107)
#9F887B
(159,136,123)
#AA968B
(170,150,139)
#B5A49B
(181,164,155)
#C0B2AB
(192,178,171)
#CBC0BB
(203,192,187)
#D6CECB
(214,206,203)
#E1DCDB
(225,220,219)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5E4B color. Also use rgb(126,94,75) instead hex code.

Text Font Color

.myTextColor { color: #7E5E4B; }

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

This text font color is #7E5E4B.


Background Color

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

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

This div background color is #7E5E4B.


Border color

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

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

This div border color is #7E5E4B.


Opacity

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

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

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

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

This text has shadow with #7E5E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5E4B on black background.


Color preview on white background

This text has color #7E5E4B on white background.



Black color preview on #7E5E4B background

This text has black color on #7E5E4B background.


White color preview on #7E5E4B background

This text has white color on #7E5E4B background.