COLOR #6B3257

HEX: #6B3257
RGB: (107,50,87)

Renk bilgisi

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

RGB renk modeli

#6B3257 color RGB value is (107,50,87).

  • kırmız ton 107;
  • yeşil ton 50;
  • mavi ton 87.
RGB:
(107,50,87)
(42%,20%,34%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 50 of 255 = 20%
B 87 of 255 = 34%

107
50
87

R + G + B ~ 32%. #6B3257 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 50 + 87 = 244 (100%)
R 107 of 244 ~ 43.85%
G 50 of 244 ~ 20.49%
B 87 of 244 ~ 35.66%

%43.85
%20.49
%35.66

CMYK RENK MODELİ

#6B3257 rengi CMYK tonu (0,53,19,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.27%
  • sarı tonu 18.69%
  • ana renk tonu 58.04%
CMYK:
(0,53,19,58)
C0M53Y19K58 
(0%,53%,19%,58%)
(0.00/0.53/0.19/0.58)	

CMYK yüzdeleri

%0
%53.27
%18.69
%58.04

Codes

Color #6B3257 in popluar color models

6B3257
RGB1075087
HSL321°36.31%30.78%
HSB/HSV321°53.27%41.96%
CMYK0.00%53.27%18.69%
58.04%

Color #6B3257 in popluar number systems.

HEX6B3257
Decimal1075087
Binary11010111100101010111
Octal15362127

Shades and tints

Shades of #6B3257

#6B3257
(107,50,87)
#622E50
(98,46,80)
#592A49
(89,42,73)
#502642
(80,38,66)
#47223B
(71,34,59)
#3E1E34
(62,30,52)
#351A2D
(53,26,45)
#2C1626
(44,22,38)
#23121F
(35,18,31)
#1A0E18
(26,14,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #6B3257

#6B3257
(107,50,87)
#784466
(120,68,102)
#855675
(133,86,117)
#926884
(146,104,132)
#9F7A93
(159,122,147)
#AC8CA2
(172,140,162)
#B99EB1
(185,158,177)
#C6B0C0
(198,176,192)
#D3C2CF
(211,194,207)
#E0D4DE
(224,212,222)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3257 color. Also use rgb(107,50,87) instead hex code.

Text Font Color

.myTextColor { color: #6B3257; }

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

This text font color is #6B3257.


Background Color

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

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

This div background color is #6B3257.


Border color

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

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

This div border color is #6B3257.


Opacity

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

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

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

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

This text has shadow with #6B3257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3257 on black background.


Color preview on white background

This text has color #6B3257 on white background.



Black color preview on #6B3257 background

This text has black color on #6B3257 background.


White color preview on #6B3257 background

This text has white color on #6B3257 background.