COLOR #6E735F

HEX: #6E735F
RGB: (110,115,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
115
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 115 + 95 = 320 (100%)
R 110 of 320 ~ 34.38%
G 115 of 320 ~ 35.94%
B 95 of 320 ~ 29.69%

%34.38
%35.94
%29.69

CMYK color model

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

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

CMYK percentages

%4.35
%0
%17.39
%54.9

Codes

Color #6E735F in popluar color models

6E735F
RGB11011595
HSL75°9.52%41.18%
HSB/HSV75°17.39%45.10%
CMYK4.35%0.00%17.39%
54.90%

Color #6E735F in popluar number systems.

HEX6E735F
Decimal11011595
Binary110111011100111011111
Octal156163137

Shades and tints

Shades of #6E735F

#6E735F
(110,115,95)
#646957
(100,105,87)
#5A5F4F
(90,95,79)
#505547
(80,85,71)
#464B3F
(70,75,63)
#3C4137
(60,65,55)
#32372F
(50,55,47)
#282D27
(40,45,39)
#1E231F
(30,35,31)
#141917
(20,25,23)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E735F

#6E735F
(110,115,95)
#7B7F6D
(123,127,109)
#888B7B
(136,139,123)
#959789
(149,151,137)
#A2A397
(162,163,151)
#AFAFA5
(175,175,165)
#BCBBB3
(188,187,179)
#C9C7C1
(201,199,193)
#D6D3CF
(214,211,207)
#E3DFDD
(227,223,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E735F; }

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

This text font color is #6E735F.


Background Color

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

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

This div background color is #6E735F.


Border color

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

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

This div border color is #6E735F.


Opacity

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

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

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

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

This text has shadow with #6E735F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E735F on black background.


Color preview on white background

This text has color #6E735F on white background.



Black color preview on #6E735F background

This text has black color on #6E735F background.


White color preview on #6E735F background

This text has white color on #6E735F background.