COLOR #6E736E

HEX: #6E736E
RGB: (110,115,110)

Color info

#6E736E contains red, green and blue colors in about the same proportion. Web safe color of #6E736E is #666666 (or #666).

RGB color model

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

  • red value is 110;
  • green value is 115;
  • blue value is 110.
RGB:
(110,115,110)
(43%,45%,43%)

RGB channels and saturation

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

110
115
110

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

Portions of RGB colors in percentages

R + G + B =
110 + 115 + 110 = 335 (100%)
R 110 of 335 ~ 32.84%
G 115 of 335 ~ 34.33%
B 110 of 335 ~ 32.84%

%32.84
%34.33
%32.84

CMYK color model

#6E736E color CMYK value is (4,0,4,55).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(4,0,4,55)
C4M0Y4K55 
(4%,0%,4%,55%)
(0.04/0.00/0.04/0.55)	

CMYK percentages

%4.35
%0
%4.35
%54.9

Codes

Color #6E736E in popluar color models

6E736E
RGB110115110
HSL120°2.22%44.12%
HSB/HSV120°4.35%45.10%
CMYK4.35%0.00%4.35%
54.90%

Color #6E736E in popluar number systems.

HEX6E736E
Decimal110115110
Binary110111011100111101110
Octal156163156

Shades and tints

Shades of #6E736E

#6E736E
(110,115,110)
#646964
(100,105,100)
#5A5F5A
(90,95,90)
#505550
(80,85,80)
#464B46
(70,75,70)
#3C413C
(60,65,60)
#323732
(50,55,50)
#282D28
(40,45,40)
#1E231E
(30,35,30)
#141914
(20,25,20)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #6E736E

#6E736E
(110,115,110)
#7B7F7B
(123,127,123)
#888B88
(136,139,136)
#959795
(149,151,149)
#A2A3A2
(162,163,162)
#AFAFAF
(175,175,175)
#BCBBBC
(188,187,188)
#C9C7C9
(201,199,201)
#D6D3D6
(214,211,214)
#E3DFE3
(227,223,227)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E736E; }

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

This text font color is #6E736E.


Background Color

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

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

This div background color is #6E736E.


Border color

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

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

This div border color is #6E736E.


Opacity

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

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

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

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

This text has shadow with #6E736E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E736E on black background.


Color preview on white background

This text has color #6E736E on white background.



Black color preview on #6E736E background

This text has black color on #6E736E background.


White color preview on #6E736E background

This text has white color on #6E736E background.