COLOR #6D363F

HEX: #6D363F
RGB: (109,54,63)

Renk bilgisi

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

RGB renk modeli

#6D363F color RGB value is (109,54,63).

  • kırmız ton 109;
  • yeşil ton 54;
  • mavi ton 63.
RGB:
(109,54,63)
(43%,21%,25%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 54 of 255 = 21%
B 63 of 255 = 25%

109
54
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 54 + 63 = 226 (100%)
R 109 of 226 ~ 48.23%
G 54 of 226 ~ 23.89%
B 63 of 226 ~ 27.88%

%48.23
%23.89
%27.88

CMYK RENK MODELİ

#6D363F rengi CMYK tonu (0,50,42,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.46%
  • sarı tonu 42.20%
  • ana renk tonu 57.25%
CMYK:
(0,50,42,57)
C0M50Y42K57 
(0%,50%,42%,57%)
(0.00/0.50/0.42/0.57)	

CMYK yüzdeleri

%0
%50.46
%42.2
%57.25

Codes

Color #6D363F in popluar color models

6D363F
RGB1095463
HSL350°33.74%31.96%
HSB/HSV350°50.46%42.75%
CMYK0.00%50.46%42.20%
57.25%

Color #6D363F in popluar number systems.

HEX6D363F
Decimal1095463
Binary1101101110110111111
Octal1556677

Shades and tints

Shades of #6D363F

#6D363F
(109,54,63)
#64323A
(100,50,58)
#5B2E35
(91,46,53)
#522A30
(82,42,48)
#49262B
(73,38,43)
#402226
(64,34,38)
#371E21
(55,30,33)
#2E1A1C
(46,26,28)
#251617
(37,22,23)
#1C1212
(28,18,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D363F

#6D363F
(109,54,63)
#7A4850
(122,72,80)
#875A61
(135,90,97)
#946C72
(148,108,114)
#A17E83
(161,126,131)
#AE9094
(174,144,148)
#BBA2A5
(187,162,165)
#C8B4B6
(200,180,182)
#D5C6C7
(213,198,199)
#E2D8D8
(226,216,216)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D363F color. Also use rgb(109,54,63) instead hex code.

Text Font Color

.myTextColor { color: #6D363F; }

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

This text font color is #6D363F.


Background Color

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

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

This div background color is #6D363F.


Border color

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

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

This div border color is #6D363F.


Opacity

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

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

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

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

This text has shadow with #6D363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D363F on black background.


Color preview on white background

This text has color #6D363F on white background.



Black color preview on #6D363F background

This text has black color on #6D363F background.


White color preview on #6D363F background

This text has white color on #6D363F background.