COLOR #6B4763

HEX: #6B4763
RGB: (107,71,99)

Renk bilgisi

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

RGB renk modeli

#6B4763 color RGB value is (107,71,99).

  • kırmız ton 107;
  • yeşil ton 71;
  • mavi ton 99.
RGB:
(107,71,99)
(42%,28%,39%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 71 of 255 = 28%
B 99 of 255 = 39%

107
71
99

R + G + B ~ 36%. #6B4763 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 71 + 99 = 277 (100%)
R 107 of 277 ~ 38.63%
G 71 of 277 ~ 25.63%
B 99 of 277 ~ 35.74%

%38.63
%25.63
%35.74

CMYK RENK MODELİ

#6B4763 rengi CMYK tonu (0,34,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.64%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(0,34,7,58)
C0M34Y7K58 
(0%,34%,7%,58%)
(0.00/0.34/0.07/0.58)	

CMYK yüzdeleri

%0
%33.64
%7.48
%58.04

Codes

Color #6B4763 in popluar color models

6B4763
RGB1077199
HSL313°20.22%34.90%
HSB/HSV313°33.64%41.96%
CMYK0.00%33.64%7.48%
58.04%

Color #6B4763 in popluar number systems.

HEX6B4763
Decimal1077199
Binary110101110001111100011
Octal153107143

Shades and tints

Shades of #6B4763

#6B4763
(107,71,99)
#62415A
(98,65,90)
#593B51
(89,59,81)
#503548
(80,53,72)
#472F3F
(71,47,63)
#3E2936
(62,41,54)
#35232D
(53,35,45)
#2C1D24
(44,29,36)
#23171B
(35,23,27)
#1A1112
(26,17,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B4763

#6B4763
(107,71,99)
#785771
(120,87,113)
#85677F
(133,103,127)
#92778D
(146,119,141)
#9F879B
(159,135,155)
#AC97A9
(172,151,169)
#B9A7B7
(185,167,183)
#C6B7C5
(198,183,197)
#D3C7D3
(211,199,211)
#E0D7E1
(224,215,225)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4763 color. Also use rgb(107,71,99) instead hex code.

Text Font Color

.myTextColor { color: #6B4763; }

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

This text font color is #6B4763.


Background Color

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

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

This div background color is #6B4763.


Border color

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

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

This div border color is #6B4763.


Opacity

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

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

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

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

This text has shadow with #6B4763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4763 on black background.


Color preview on white background

This text has color #6B4763 on white background.



Black color preview on #6B4763 background

This text has black color on #6B4763 background.


White color preview on #6B4763 background

This text has white color on #6B4763 background.