COLOR #6E724F

HEX: #6E724F
RGB: (110,114,79)

Color info

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

RGB color model

#6E724F color RGB value is (110,114,79).

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

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 79 of 255 = 31%

110
114
79

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 79 = 303 (100%)
R 110 of 303 ~ 36.3%
G 114 of 303 ~ 37.62%
B 79 of 303 ~ 26.07%

%36.3
%37.62
%26.07

CMYK color model

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

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 30.70%
  • key color value is 55.29%
CMYK:
(4,0,31,55)
C4M0Y31K55 
(4%,0%,31%,55%)
(0.04/0.00/0.31/0.55)	

CMYK percentages

%3.51
%0
%30.7
%55.29

Codes

Color #6E724F in popluar color models

6E724F
RGB11011479
HSL67°18.13%37.84%
HSB/HSV67°30.70%44.71%
CMYK3.51%0.00%30.70%
55.29%

Color #6E724F in popluar number systems.

HEX6E724F
Decimal11011479
Binary110111011100101001111
Octal156162117

Shades and tints

Shades of #6E724F

#6E724F
(110,114,79)
#646848
(100,104,72)
#5A5E41
(90,94,65)
#50543A
(80,84,58)
#464A33
(70,74,51)
#3C402C
(60,64,44)
#323625
(50,54,37)
#282C1E
(40,44,30)
#1E2217
(30,34,23)
#141810
(20,24,16)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #6E724F

#6E724F
(110,114,79)
#7B7E5F
(123,126,95)
#888A6F
(136,138,111)
#95967F
(149,150,127)
#A2A28F
(162,162,143)
#AFAE9F
(175,174,159)
#BCBAAF
(188,186,175)
#C9C6BF
(201,198,191)
#D6D2CF
(214,210,207)
#E3DEDF
(227,222,223)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E724F; }

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

This text font color is #6E724F.


Background Color

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

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

This div background color is #6E724F.


Border color

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

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

This div border color is #6E724F.


Opacity

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

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

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

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

This text has shadow with #6E724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E724F on black background.


Color preview on white background

This text has color #6E724F on white background.



Black color preview on #6E724F background

This text has black color on #6E724F background.


White color preview on #6E724F background

This text has white color on #6E724F background.