COLOR #7E446C

HEX: #7E446C
RGB: (126,68,108)

Renk bilgisi

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

RGB renk modeli

#7E446C color RGB value is (126,68,108).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 68 of 255 = 27%
B 108 of 255 = 42%

126
68
108

R + G + B ~ 39%. #7E446C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 68 + 108 = 302 (100%)
R 126 of 302 ~ 41.72%
G 68 of 302 ~ 22.52%
B 108 of 302 ~ 35.76%

%41.72
%22.52
%35.76

CMYK RENK MODELİ

#7E446C rengi CMYK tonu (0,46,14,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.03%
  • sarı tonu 14.29%
  • ana renk tonu 50.59%
CMYK:
(0,46,14,51)
C0M46Y14K51 
(0%,46%,14%,51%)
(0.00/0.46/0.14/0.51)	

CMYK yüzdeleri

%0
%46.03
%14.29
%50.59

Codes

Color #7E446C in popluar color models

7E446C
RGB12668108
HSL319°29.90%38.04%
HSB/HSV319°46.03%49.41%
CMYK0.00%46.03%14.29%
50.59%

Color #7E446C in popluar number systems.

HEX7E446C
Decimal12668108
Binary111111010001001101100
Octal176104154

Shades and tints

Shades of #7E446C

#7E446C
(126,68,108)
#733E63
(115,62,99)
#68385A
(104,56,90)
#5D3251
(93,50,81)
#522C48
(82,44,72)
#47263F
(71,38,63)
#3C2036
(60,32,54)
#311A2D
(49,26,45)
#261424
(38,20,36)
#1B0E1B
(27,14,27)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #7E446C

#7E446C
(126,68,108)
#895579
(137,85,121)
#946686
(148,102,134)
#9F7793
(159,119,147)
#AA88A0
(170,136,160)
#B599AD
(181,153,173)
#C0AABA
(192,170,186)
#CBBBC7
(203,187,199)
#D6CCD4
(214,204,212)
#E1DDE1
(225,221,225)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E446C; }

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

This text font color is #7E446C.


Background Color

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

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

This div background color is #7E446C.


Border color

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

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

This div border color is #7E446C.


Opacity

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

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

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

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

This text has shadow with #7E446C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E446C on black background.


Color preview on white background

This text has color #7E446C on white background.



Black color preview on #7E446C background

This text has black color on #7E446C background.


White color preview on #7E446C background

This text has white color on #7E446C background.