COLOR #6E6368

HEX: #6E6368
RGB: (110,99,104)

Renk bilgisi

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

RGB renk modeli

#6E6368 color RGB value is (110,99,104).

  • kırmız ton 110;
  • yeşil ton 99;
  • mavi ton 104.
RGB:
(110,99,104)
(43%,39%,41%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 99 of 255 = 39%
B 104 of 255 = 41%

110
99
104

R + G + B ~ 41%. #6E6368 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 99 + 104 = 313 (100%)
R 110 of 313 ~ 35.14%
G 99 of 313 ~ 31.63%
B 104 of 313 ~ 33.23%

%35.14
%31.63
%33.23

CMYK RENK MODELİ

#6E6368 rengi CMYK tonu (0,10,5,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 5.45%
  • ana renk tonu 56.86%
CMYK:
(0,10,5,57)
C0M10Y5K57 
(0%,10%,5%,57%)
(0.00/0.10/0.05/0.57)	

CMYK yüzdeleri

%0
%10
%5.45
%56.86

Codes

Color #6E6368 in popluar color models

6E6368
RGB11099104
HSL333°5.26%40.98%
HSB/HSV333°10.00%43.14%
CMYK0.00%10.00%5.45%
56.86%

Color #6E6368 in popluar number systems.

HEX6E6368
Decimal11099104
Binary110111011000111101000
Octal156143150

Shades and tints

Shades of #6E6368

#6E6368
(110,99,104)
#645A5F
(100,90,95)
#5A5156
(90,81,86)
#50484D
(80,72,77)
#463F44
(70,63,68)
#3C363B
(60,54,59)
#322D32
(50,45,50)
#282429
(40,36,41)
#1E1B20
(30,27,32)
#141217
(20,18,23)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #6E6368

#6E6368
(110,99,104)
#7B7175
(123,113,117)
#887F82
(136,127,130)
#958D8F
(149,141,143)
#A29B9C
(162,155,156)
#AFA9A9
(175,169,169)
#BCB7B6
(188,183,182)
#C9C5C3
(201,197,195)
#D6D3D0
(214,211,208)
#E3E1DD
(227,225,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6368 color. Also use rgb(110,99,104) instead hex code.

Text Font Color

.myTextColor { color: #6E6368; }

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

This text font color is #6E6368.


Background Color

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

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

This div background color is #6E6368.


Border color

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

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

This div border color is #6E6368.


Opacity

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

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

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

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

This text has shadow with #6E6368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6368 on black background.


Color preview on white background

This text has color #6E6368 on white background.



Black color preview on #6E6368 background

This text has black color on #6E6368 background.


White color preview on #6E6368 background

This text has white color on #6E6368 background.