COLOR #7E5D4B

HEX: #7E5D4B
RGB: (126,93,75)

Renk bilgisi

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

RGB renk modeli

#7E5D4B color RGB value is (126,93,75).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 93 of 255 = 36%
B 75 of 255 = 29%

126
93
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 93 + 75 = 294 (100%)
R 126 of 294 ~ 42.86%
G 93 of 294 ~ 31.63%
B 75 of 294 ~ 25.51%

%42.86
%31.63
%25.51

CMYK RENK MODELİ

#7E5D4B rengi CMYK tonu (0,26,40,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.19%
  • sarı tonu 40.48%
  • ana renk tonu 50.59%
CMYK:
(0,26,40,51)
C0M26Y40K51 
(0%,26%,40%,51%)
(0.00/0.26/0.40/0.51)	

CMYK yüzdeleri

%0
%26.19
%40.48
%50.59

Codes

Color #7E5D4B in popluar color models

7E5D4B
RGB1269375
HSL21°25.37%39.41%
HSB/HSV21°40.48%49.41%
CMYK0.00%26.19%40.48%
50.59%

Color #7E5D4B in popluar number systems.

HEX7E5D4B
Decimal1269375
Binary111111010111011001011
Octal176135113

Shades and tints

Shades of #7E5D4B

#7E5D4B
(126,93,75)
#735545
(115,85,69)
#684D3F
(104,77,63)
#5D4539
(93,69,57)
#523D33
(82,61,51)
#47352D
(71,53,45)
#3C2D27
(60,45,39)
#312521
(49,37,33)
#261D1B
(38,29,27)
#1B1515
(27,21,21)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #7E5D4B

#7E5D4B
(126,93,75)
#896B5B
(137,107,91)
#94796B
(148,121,107)
#9F877B
(159,135,123)
#AA958B
(170,149,139)
#B5A39B
(181,163,155)
#C0B1AB
(192,177,171)
#CBBFBB
(203,191,187)
#D6CDCB
(214,205,203)
#E1DBDB
(225,219,219)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5D4B; }

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

This text font color is #7E5D4B.


Background Color

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

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

This div background color is #7E5D4B.


Border color

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

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

This div border color is #7E5D4B.


Opacity

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

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

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

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

This text has shadow with #7E5D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5D4B on black background.


Color preview on white background

This text has color #7E5D4B on white background.



Black color preview on #7E5D4B background

This text has black color on #7E5D4B background.


White color preview on #7E5D4B background

This text has white color on #7E5D4B background.