COLOR #6E363A

HEX: #6E363A
RGB: (110,54,58)

Renk bilgisi

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

RGB renk modeli

#6E363A color RGB value is (110,54,58).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 54 of 255 = 21%
B 58 of 255 = 23%

110
54
58

R + G + B ~ 29%. #6E363A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 54 + 58 = 222 (100%)
R 110 of 222 ~ 49.55%
G 54 of 222 ~ 24.32%
B 58 of 222 ~ 26.13%

%49.55
%24.32
%26.13

CMYK RENK MODELİ

#6E363A rengi CMYK tonu (0,51,47,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.91%
  • sarı tonu 47.27%
  • ana renk tonu 56.86%
CMYK:
(0,51,47,57)
C0M51Y47K57 
(0%,51%,47%,57%)
(0.00/0.51/0.47/0.57)	

CMYK yüzdeleri

%0
%50.91
%47.27
%56.86

Codes

Color #6E363A in popluar color models

6E363A
RGB1105458
HSL356°34.15%32.16%
HSB/HSV356°50.91%43.14%
CMYK0.00%50.91%47.27%
56.86%

Color #6E363A in popluar number systems.

HEX6E363A
Decimal1105458
Binary1101110110110111010
Octal1566672

Shades and tints

Shades of #6E363A

#6E363A
(110,54,58)
#643235
(100,50,53)
#5A2E30
(90,46,48)
#502A2B
(80,42,43)
#462626
(70,38,38)
#3C2221
(60,34,33)
#321E1C
(50,30,28)
#281A17
(40,26,23)
#1E1612
(30,22,18)
#14120D
(20,18,13)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #6E363A

#6E363A
(110,54,58)
#7B484B
(123,72,75)
#885A5C
(136,90,92)
#956C6D
(149,108,109)
#A27E7E
(162,126,126)
#AF908F
(175,144,143)
#BCA2A0
(188,162,160)
#C9B4B1
(201,180,177)
#D6C6C2
(214,198,194)
#E3D8D3
(227,216,211)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E363A; }

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

This text font color is #6E363A.


Background Color

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

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

This div background color is #6E363A.


Border color

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

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

This div border color is #6E363A.


Opacity

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

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

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

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

This text has shadow with #6E363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E363A on black background.


Color preview on white background

This text has color #6E363A on white background.



Black color preview on #6E363A background

This text has black color on #6E363A background.


White color preview on #6E363A background

This text has white color on #6E363A background.