COLOR #6E725F

HEX: #6E725F
RGB: (110,114,95)

Color info

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

RGB color model

#6E725F color RGB value is (110,114,95).

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

RGB channels and saturation

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

110
114
95

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 95 = 319 (100%)
R 110 of 319 ~ 34.48%
G 114 of 319 ~ 35.74%
B 95 of 319 ~ 29.78%

%34.48
%35.74
%29.78

CMYK color model

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

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

CMYK percentages

%3.51
%0
%16.67
%55.29

Codes

Color #6E725F in popluar color models

6E725F
RGB11011495
HSL73°9.09%40.98%
HSB/HSV73°16.67%44.71%
CMYK3.51%0.00%16.67%
55.29%

Color #6E725F in popluar number systems.

HEX6E725F
Decimal11011495
Binary110111011100101011111
Octal156162137

Shades and tints

Shades of #6E725F

#6E725F
(110,114,95)
#646857
(100,104,87)
#5A5E4F
(90,94,79)
#505447
(80,84,71)
#464A3F
(70,74,63)
#3C4037
(60,64,55)
#32362F
(50,54,47)
#282C27
(40,44,39)
#1E221F
(30,34,31)
#141817
(20,24,23)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E725F

#6E725F
(110,114,95)
#7B7E6D
(123,126,109)
#888A7B
(136,138,123)
#959689
(149,150,137)
#A2A297
(162,162,151)
#AFAEA5
(175,174,165)
#BCBAB3
(188,186,179)
#C9C6C1
(201,198,193)
#D6D2CF
(214,210,207)
#E3DEDD
(227,222,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E725F; }

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

This text font color is #6E725F.


Background Color

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

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

This div background color is #6E725F.


Border color

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

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

This div border color is #6E725F.


Opacity

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

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

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

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

This text has shadow with #6E725F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E725F on black background.


Color preview on white background

This text has color #6E725F on white background.



Black color preview on #6E725F background

This text has black color on #6E725F background.


White color preview on #6E725F background

This text has white color on #6E725F background.