COLOR #6B4376

HEX: #6B4376
RGB: (107,67,118)

Renk bilgisi

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

RGB renk modeli

#6B4376 color RGB value is (107,67,118).

  • kırmız ton 107;
  • yeşil ton 67;
  • mavi ton 118.
RGB:
(107,67,118)
(42%,26%,46%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 67 of 255 = 26%
B 118 of 255 = 46%

107
67
118

R + G + B ~ 38%. #6B4376 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 67 + 118 = 292 (100%)
R 107 of 292 ~ 36.64%
G 67 of 292 ~ 22.95%
B 118 of 292 ~ 40.41%

%36.64
%22.95
%40.41

CMYK RENK MODELİ

#6B4376 rengi CMYK tonu (9,43,0,54).

  • camgöbeği tonu 9.32%
  • eflatun tonu 43.22%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(9,43,0,54)
C9M43Y0K54 
(9%,43%,0%,54%)
(0.09/0.43/0.00/0.54)	

CMYK yüzdeleri

%9.32
%43.22
%0
%53.73

Codes

Color #6B4376 in popluar color models

6B4376
RGB10767118
HSL287°27.57%36.27%
HSB/HSV287°43.22%46.27%
CMYK9.32%43.22%0.00%
53.73%

Color #6B4376 in popluar number systems.

HEX6B4376
Decimal10767118
Binary110101110000111110110
Octal153103166

Shades and tints

Shades of #6B4376

#6B4376
(107,67,118)
#623D6C
(98,61,108)
#593762
(89,55,98)
#503158
(80,49,88)
#472B4E
(71,43,78)
#3E2544
(62,37,68)
#351F3A
(53,31,58)
#2C1930
(44,25,48)
#231326
(35,19,38)
#1A0D1C
(26,13,28)
#110712
(17,7,18)
#000000
(0,0,0)

Tints of #6B4376

#6B4376
(107,67,118)
#785482
(120,84,130)
#85658E
(133,101,142)
#92769A
(146,118,154)
#9F87A6
(159,135,166)
#AC98B2
(172,152,178)
#B9A9BE
(185,169,190)
#C6BACA
(198,186,202)
#D3CBD6
(211,203,214)
#E0DCE2
(224,220,226)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4376 color. Also use rgb(107,67,118) instead hex code.

Text Font Color

.myTextColor { color: #6B4376; }

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

This text font color is #6B4376.


Background Color

.myBgColor { background-color: #6B4376; }

<div style="background-color:#6B4376">Inner text</div>

This div background color is #6B4376.


Border color

.myBorderColor { border: 1px solid #6B4376; }

<div style="border:3px solid #6B4376">Div</div>

This div border color is #6B4376.


Opacity

.myOpacity80 { color: #6B4376; opacity: 0.8; }

<p style="color:#6B4376;opacity:0.8;">80%</p>

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

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

This text has shadow with #6B4376 color.

.textShadow {text-shadow: 3px 3px 1px #6B4376, 3px 3px 1px red;}

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

This text has shadow with #6B4376 primary color and red secondary color.


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

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

This text has shadow with #6B4376 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4376 on black background.


Color preview on white background

This text has color #6B4376 on white background.



Black color preview on #6B4376 background

This text has black color on #6B4376 background.


White color preview on #6B4376 background

This text has white color on #6B4376 background.