COLOR #7E4353

HEX: #7E4353
RGB: (126,67,83)

Renk bilgisi

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

RGB renk modeli

#7E4353 color RGB value is (126,67,83).

  • kırmız ton 126;
  • yeşil ton 67;
  • mavi ton 83.
RGB:
(126,67,83)
(49%,26%,33%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 67 of 255 = 26%
B 83 of 255 = 33%

126
67
83

R + G + B ~ 36%. #7E4353 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 67 + 83 = 276 (100%)
R 126 of 276 ~ 45.65%
G 67 of 276 ~ 24.28%
B 83 of 276 ~ 30.07%

%45.65
%24.28
%30.07

CMYK RENK MODELİ

#7E4353 rengi CMYK tonu (0,47,34,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.83%
  • sarı tonu 34.13%
  • ana renk tonu 50.59%
CMYK:
(0,47,34,51)
C0M47Y34K51 
(0%,47%,34%,51%)
(0.00/0.47/0.34/0.51)	

CMYK yüzdeleri

%0
%46.83
%34.13
%50.59

Codes

Color #7E4353 in popluar color models

7E4353
RGB1266783
HSL344°30.57%37.84%
HSB/HSV344°46.83%49.41%
CMYK0.00%46.83%34.13%
50.59%

Color #7E4353 in popluar number systems.

HEX7E4353
Decimal1266783
Binary111111010000111010011
Octal176103123

Shades and tints

Shades of #7E4353

#7E4353
(126,67,83)
#733D4C
(115,61,76)
#683745
(104,55,69)
#5D313E
(93,49,62)
#522B37
(82,43,55)
#472530
(71,37,48)
#3C1F29
(60,31,41)
#311922
(49,25,34)
#26131B
(38,19,27)
#1B0D14
(27,13,20)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #7E4353

#7E4353
(126,67,83)
#895462
(137,84,98)
#946571
(148,101,113)
#9F7680
(159,118,128)
#AA878F
(170,135,143)
#B5989E
(181,152,158)
#C0A9AD
(192,169,173)
#CBBABC
(203,186,188)
#D6CBCB
(214,203,203)
#E1DCDA
(225,220,218)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4353 color. Also use rgb(126,67,83) instead hex code.

Text Font Color

.myTextColor { color: #7E4353; }

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

This text font color is #7E4353.


Background Color

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

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

This div background color is #7E4353.


Border color

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

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

This div border color is #7E4353.


Opacity

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

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

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

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

This text has shadow with #7E4353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4353 on black background.


Color preview on white background

This text has color #7E4353 on white background.



Black color preview on #7E4353 background

This text has black color on #7E4353 background.


White color preview on #7E4353 background

This text has white color on #7E4353 background.