COLOR #6E363F

HEX: #6E363F
RGB: (110,54,63)

Renk bilgisi

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

RGB renk modeli

#6E363F color RGB value is (110,54,63).

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

RGB bağlantıları ve doygunluk

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

110
54
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 54 + 63 = 227 (100%)
R 110 of 227 ~ 48.46%
G 54 of 227 ~ 23.79%
B 63 of 227 ~ 27.75%

%48.46
%23.79
%27.75

CMYK RENK MODELİ

#6E363F rengi CMYK tonu (0,51,43,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.91%
  • sarı tonu 42.73%
  • ana renk tonu 56.86%
CMYK:
(0,51,43,57)
C0M51Y43K57 
(0%,51%,43%,57%)
(0.00/0.51/0.43/0.57)	

CMYK yüzdeleri

%0
%50.91
%42.73
%56.86

Codes

Color #6E363F in popluar color models

6E363F
RGB1105463
HSL350°34.15%32.16%
HSB/HSV350°50.91%43.14%
CMYK0.00%50.91%42.73%
56.86%

Color #6E363F in popluar number systems.

HEX6E363F
Decimal1105463
Binary1101110110110111111
Octal1566677

Shades and tints

Shades of #6E363F

#6E363F
(110,54,63)
#64323A
(100,50,58)
#5A2E35
(90,46,53)
#502A30
(80,42,48)
#46262B
(70,38,43)
#3C2226
(60,34,38)
#321E21
(50,30,33)
#281A1C
(40,26,28)
#1E1617
(30,22,23)
#141212
(20,18,18)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E363F

#6E363F
(110,54,63)
#7B4850
(123,72,80)
#885A61
(136,90,97)
#956C72
(149,108,114)
#A27E83
(162,126,131)
#AF9094
(175,144,148)
#BCA2A5
(188,162,165)
#C9B4B6
(201,180,182)
#D6C6C7
(214,198,199)
#E3D8D8
(227,216,216)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E363F; }

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

This text font color is #6E363F.


Background Color

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

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

This div background color is #6E363F.


Border color

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

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

This div border color is #6E363F.


Opacity

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

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

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

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

This text has shadow with #6E363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E363F on black background.


Color preview on white background

This text has color #6E363F on white background.



Black color preview on #6E363F background

This text has black color on #6E363F background.


White color preview on #6E363F background

This text has white color on #6E363F background.