COLOR #6E737D

HEX: #6E737D
RGB: (110,115,125)

Renk bilgisi

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

RGB renk modeli

#6E737D color RGB value is (110,115,125).

  • kırmız ton 110;
  • yeşil ton 115;
  • mavi ton 125.
RGB:
(110,115,125)
(43%,45%,49%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 115 of 255 = 45%
B 125 of 255 = 49%

110
115
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 115 + 125 = 350 (100%)
R 110 of 350 ~ 31.43%
G 115 of 350 ~ 32.86%
B 125 of 350 ~ 35.71%

%31.43
%32.86
%35.71

CMYK RENK MODELİ

#6E737D rengi CMYK tonu (12,8,0,51).

  • camgöbeği tonu 12.00%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(12,8,0,51)
C12M8Y0K51 
(12%,8%,0%,51%)
(0.12/0.08/0.00/0.51)	

CMYK yüzdeleri

%12
%8
%0
%50.98

Codes

Color #6E737D in popluar color models

6E737D
RGB110115125
HSL220°6.38%46.08%
HSB/HSV220°12.00%49.02%
CMYK12.00%8.00%0.00%
50.98%

Color #6E737D in popluar number systems.

HEX6E737D
Decimal110115125
Binary110111011100111111101
Octal156163175

Shades and tints

Shades of #6E737D

#6E737D
(110,115,125)
#646972
(100,105,114)
#5A5F67
(90,95,103)
#50555C
(80,85,92)
#464B51
(70,75,81)
#3C4146
(60,65,70)
#32373B
(50,55,59)
#282D30
(40,45,48)
#1E2325
(30,35,37)
#14191A
(20,25,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E737D

#6E737D
(110,115,125)
#7B7F88
(123,127,136)
#888B93
(136,139,147)
#95979E
(149,151,158)
#A2A3A9
(162,163,169)
#AFAFB4
(175,175,180)
#BCBBBF
(188,187,191)
#C9C7CA
(201,199,202)
#D6D3D5
(214,211,213)
#E3DFE0
(227,223,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E737D color. Also use rgb(110,115,125) instead hex code.

Text Font Color

.myTextColor { color: #6E737D; }

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

This text font color is #6E737D.


Background Color

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

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

This div background color is #6E737D.


Border color

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

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

This div border color is #6E737D.


Opacity

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

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

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

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

This text has shadow with #6E737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E737D on black background.


Color preview on white background

This text has color #6E737D on white background.



Black color preview on #6E737D background

This text has black color on #6E737D background.


White color preview on #6E737D background

This text has white color on #6E737D background.