COLOR #6B4372

HEX: #6B4372
RGB: (107,67,114)

Renk bilgisi

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

RGB renk modeli

#6B4372 color RGB value is (107,67,114).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 67 of 255 = 26%
B 114 of 255 = 45%

107
67
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 67 + 114 = 288 (100%)
R 107 of 288 ~ 37.15%
G 67 of 288 ~ 23.26%
B 114 of 288 ~ 39.58%

%37.15
%23.26
%39.58

CMYK RENK MODELİ

#6B4372 rengi CMYK tonu (6,41,0,55).

  • camgöbeği tonu 6.14%
  • eflatun tonu 41.23%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(6,41,0,55)
C6M41Y0K55 
(6%,41%,0%,55%)
(0.06/0.41/0.00/0.55)	

CMYK yüzdeleri

%6.14
%41.23
%0
%55.29

Codes

Color #6B4372 in popluar color models

6B4372
RGB10767114
HSL291°25.97%35.49%
HSB/HSV291°41.23%44.71%
CMYK6.14%41.23%0.00%
55.29%

Color #6B4372 in popluar number systems.

HEX6B4372
Decimal10767114
Binary110101110000111110010
Octal153103162

Shades and tints

Shades of #6B4372

#6B4372
(107,67,114)
#623D68
(98,61,104)
#59375E
(89,55,94)
#503154
(80,49,84)
#472B4A
(71,43,74)
#3E2540
(62,37,64)
#351F36
(53,31,54)
#2C192C
(44,25,44)
#231322
(35,19,34)
#1A0D18
(26,13,24)
#11070E
(17,7,14)
#000000
(0,0,0)

Tints of #6B4372

#6B4372
(107,67,114)
#78547E
(120,84,126)
#85658A
(133,101,138)
#927696
(146,118,150)
#9F87A2
(159,135,162)
#AC98AE
(172,152,174)
#B9A9BA
(185,169,186)
#C6BAC6
(198,186,198)
#D3CBD2
(211,203,210)
#E0DCDE
(224,220,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4372; }

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

This text font color is #6B4372.


Background Color

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

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

This div background color is #6B4372.


Border color

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

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

This div border color is #6B4372.


Opacity

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

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

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

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

This text has shadow with #6B4372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4372 on black background.


Color preview on white background

This text has color #6B4372 on white background.



Black color preview on #6B4372 background

This text has black color on #6B4372 background.


White color preview on #6B4372 background

This text has white color on #6B4372 background.