COLOR #6C4263

HEX: #6C4263
RGB: (108,66,99)

Renk bilgisi

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

RGB renk modeli

#6C4263 color RGB value is (108,66,99).

  • kırmız ton 108;
  • yeşil ton 66;
  • mavi ton 99.
RGB:
(108,66,99)
(42%,26%,39%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 66 of 255 = 26%
B 99 of 255 = 39%

108
66
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 66 + 99 = 273 (100%)
R 108 of 273 ~ 39.56%
G 66 of 273 ~ 24.18%
B 99 of 273 ~ 36.26%

%39.56
%24.18
%36.26

CMYK RENK MODELİ

#6C4263 rengi CMYK tonu (0,39,8,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.89%
  • sarı tonu 8.33%
  • ana renk tonu 57.65%
CMYK:
(0,39,8,58)
C0M39Y8K58 
(0%,39%,8%,58%)
(0.00/0.39/0.08/0.58)	

CMYK yüzdeleri

%0
%38.89
%8.33
%57.65

Codes

Color #6C4263 in popluar color models

6C4263
RGB1086699
HSL313°24.14%34.12%
HSB/HSV313°38.89%42.35%
CMYK0.00%38.89%8.33%
57.65%

Color #6C4263 in popluar number systems.

HEX6C4263
Decimal1086699
Binary110110010000101100011
Octal154102143

Shades and tints

Shades of #6C4263

#6C4263
(108,66,99)
#633C5A
(99,60,90)
#5A3651
(90,54,81)
#513048
(81,48,72)
#482A3F
(72,42,63)
#3F2436
(63,36,54)
#361E2D
(54,30,45)
#2D1824
(45,24,36)
#24121B
(36,18,27)
#1B0C12
(27,12,18)
#120609
(18,6,9)
#000000
(0,0,0)

Tints of #6C4263

#6C4263
(108,66,99)
#795371
(121,83,113)
#86647F
(134,100,127)
#93758D
(147,117,141)
#A0869B
(160,134,155)
#AD97A9
(173,151,169)
#BAA8B7
(186,168,183)
#C7B9C5
(199,185,197)
#D4CAD3
(212,202,211)
#E1DBE1
(225,219,225)
#EEECEF
(238,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4263 color. Also use rgb(108,66,99) instead hex code.

Text Font Color

.myTextColor { color: #6C4263; }

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

This text font color is #6C4263.


Background Color

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

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

This div background color is #6C4263.


Border color

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

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

This div border color is #6C4263.


Opacity

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

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

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

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

This text has shadow with #6C4263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4263 on black background.


Color preview on white background

This text has color #6C4263 on white background.



Black color preview on #6C4263 background

This text has black color on #6C4263 background.


White color preview on #6C4263 background

This text has white color on #6C4263 background.