COLOR #6B5363

HEX: #6B5363
RGB: (107,83,99)

Renk bilgisi

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

RGB renk modeli

#6B5363 color RGB value is (107,83,99).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 83 of 255 = 33%
B 99 of 255 = 39%

107
83
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 83 + 99 = 289 (100%)
R 107 of 289 ~ 37.02%
G 83 of 289 ~ 28.72%
B 99 of 289 ~ 34.26%

%37.02
%28.72
%34.26

CMYK RENK MODELİ

#6B5363 rengi CMYK tonu (0,22,7,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.43%
  • sarı tonu 7.48%
  • ana renk tonu 58.04%
CMYK:
(0,22,7,58)
C0M22Y7K58 
(0%,22%,7%,58%)
(0.00/0.22/0.07/0.58)	

CMYK yüzdeleri

%0
%22.43
%7.48
%58.04

Codes

Color #6B5363 in popluar color models

6B5363
RGB1078399
HSL320°12.63%37.25%
HSB/HSV320°22.43%41.96%
CMYK0.00%22.43%7.48%
58.04%

Color #6B5363 in popluar number systems.

HEX6B5363
Decimal1078399
Binary110101110100111100011
Octal153123143

Shades and tints

Shades of #6B5363

#6B5363
(107,83,99)
#624C5A
(98,76,90)
#594551
(89,69,81)
#503E48
(80,62,72)
#47373F
(71,55,63)
#3E3036
(62,48,54)
#35292D
(53,41,45)
#2C2224
(44,34,36)
#231B1B
(35,27,27)
#1A1412
(26,20,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B5363

#6B5363
(107,83,99)
#786271
(120,98,113)
#85717F
(133,113,127)
#92808D
(146,128,141)
#9F8F9B
(159,143,155)
#AC9EA9
(172,158,169)
#B9ADB7
(185,173,183)
#C6BCC5
(198,188,197)
#D3CBD3
(211,203,211)
#E0DAE1
(224,218,225)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5363; }

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

This text font color is #6B5363.


Background Color

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

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

This div background color is #6B5363.


Border color

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

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

This div border color is #6B5363.


Opacity

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

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

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

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

This text has shadow with #6B5363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5363 on black background.


Color preview on white background

This text has color #6B5363 on white background.



Black color preview on #6B5363 background

This text has black color on #6B5363 background.


White color preview on #6B5363 background

This text has white color on #6B5363 background.