COLOR #6E724D

HEX: #6E724D
RGB: (110,114,77)

Color info

#6E724D contains red, green and blue colors in about the same proportion. Web safe color of #6E724D is #666633 (or #663).

RGB color model

#6E724D color RGB value is (110,114,77).

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

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 77 of 255 = 30%

110
114
77

R + G + B ~ 39%. #6E724D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 77 = 301 (100%)
R 110 of 301 ~ 36.54%
G 114 of 301 ~ 37.87%
B 77 of 301 ~ 25.58%

%36.54
%37.87
%25.58

CMYK color model

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

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(4,0,32,55)
C4M0Y32K55 
(4%,0%,32%,55%)
(0.04/0.00/0.32/0.55)	

CMYK percentages

%3.51
%0
%32.46
%55.29

Codes

Color #6E724D in popluar color models

6E724D
RGB11011477
HSL66°19.37%37.45%
HSB/HSV66°32.46%44.71%
CMYK3.51%0.00%32.46%
55.29%

Color #6E724D in popluar number systems.

HEX6E724D
Decimal11011477
Binary110111011100101001101
Octal156162115

Shades and tints

Shades of #6E724D

#6E724D
(110,114,77)
#646846
(100,104,70)
#5A5E3F
(90,94,63)
#505438
(80,84,56)
#464A31
(70,74,49)
#3C402A
(60,64,42)
#323623
(50,54,35)
#282C1C
(40,44,28)
#1E2215
(30,34,21)
#14180E
(20,24,14)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #6E724D

#6E724D
(110,114,77)
#7B7E5D
(123,126,93)
#888A6D
(136,138,109)
#95967D
(149,150,125)
#A2A28D
(162,162,141)
#AFAE9D
(175,174,157)
#BCBAAD
(188,186,173)
#C9C6BD
(201,198,189)
#D6D2CD
(214,210,205)
#E3DEDD
(227,222,221)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E724D; }

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

This text font color is #6E724D.


Background Color

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

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

This div background color is #6E724D.


Border color

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

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

This div border color is #6E724D.


Opacity

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

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

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

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

This text has shadow with #6E724D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E724D on black background.


Color preview on white background

This text has color #6E724D on white background.



Black color preview on #6E724D background

This text has black color on #6E724D background.


White color preview on #6E724D background

This text has white color on #6E724D background.