COLOR #6C393F

HEX: #6C393F
RGB: (108,57,63)

Renk bilgisi

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

RGB renk modeli

#6C393F color RGB value is (108,57,63).

  • kırmız ton 108;
  • yeşil ton 57;
  • mavi ton 63.
RGB:
(108,57,63)
(42%,22%,25%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 57 of 255 = 22%
B 63 of 255 = 25%

108
57
63

R + G + B ~ 30%. #6C393F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 57 + 63 = 228 (100%)
R 108 of 228 ~ 47.37%
G 57 of 228 ~ 25%
B 63 of 228 ~ 27.63%

%47.37
%25
%27.63

CMYK RENK MODELİ

#6C393F rengi CMYK tonu (0,47,42,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.22%
  • sarı tonu 41.67%
  • ana renk tonu 57.65%
CMYK:
(0,47,42,58)
C0M47Y42K58 
(0%,47%,42%,58%)
(0.00/0.47/0.42/0.58)	

CMYK yüzdeleri

%0
%47.22
%41.67
%57.65

Codes

Color #6C393F in popluar color models

6C393F
RGB1085763
HSL353°30.91%32.35%
HSB/HSV353°47.22%42.35%
CMYK0.00%47.22%41.67%
57.65%

Color #6C393F in popluar number systems.

HEX6C393F
Decimal1085763
Binary1101100111001111111
Octal1547177

Shades and tints

Shades of #6C393F

#6C393F
(108,57,63)
#63343A
(99,52,58)
#5A2F35
(90,47,53)
#512A30
(81,42,48)
#48252B
(72,37,43)
#3F2026
(63,32,38)
#361B21
(54,27,33)
#2D161C
(45,22,28)
#241117
(36,17,23)
#1B0C12
(27,12,18)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #6C393F

#6C393F
(108,57,63)
#794B50
(121,75,80)
#865D61
(134,93,97)
#936F72
(147,111,114)
#A08183
(160,129,131)
#AD9394
(173,147,148)
#BAA5A5
(186,165,165)
#C7B7B6
(199,183,182)
#D4C9C7
(212,201,199)
#E1DBD8
(225,219,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C393F color. Also use rgb(108,57,63) instead hex code.

Text Font Color

.myTextColor { color: #6C393F; }

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

This text font color is #6C393F.


Background Color

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

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

This div background color is #6C393F.


Border color

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

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

This div border color is #6C393F.


Opacity

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

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

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

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

This text has shadow with #6C393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C393F on black background.


Color preview on white background

This text has color #6C393F on white background.



Black color preview on #6C393F background

This text has black color on #6C393F background.


White color preview on #6C393F background

This text has white color on #6C393F background.