COLOR #6E724C

HEX: #6E724C
RGB: (110,114,76)

Color info

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

RGB color model

#6E724C color RGB value is (110,114,76).

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

RGB channels and saturation

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

110
114
76

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 76 = 300 (100%)
R 110 of 300 ~ 36.67%
G 114 of 300 ~ 38%
B 76 of 300 ~ 25.33%

%36.67
%38
%25.33

CMYK color model

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

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 55.29%
CMYK:
(4,0,33,55)
C4M0Y33K55 
(4%,0%,33%,55%)
(0.04/0.00/0.33/0.55)	

CMYK percentages

%3.51
%0
%33.33
%55.29

Codes

Color #6E724C in popluar color models

6E724C
RGB11011476
HSL66°20.00%37.25%
HSB/HSV66°33.33%44.71%
CMYK3.51%0.00%33.33%
55.29%

Color #6E724C in popluar number systems.

HEX6E724C
Decimal11011476
Binary110111011100101001100
Octal156162114

Shades and tints

Shades of #6E724C

#6E724C
(110,114,76)
#646846
(100,104,70)
#5A5E40
(90,94,64)
#50543A
(80,84,58)
#464A34
(70,74,52)
#3C402E
(60,64,46)
#323628
(50,54,40)
#282C22
(40,44,34)
#1E221C
(30,34,28)
#141816
(20,24,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E724C

#6E724C
(110,114,76)
#7B7E5C
(123,126,92)
#888A6C
(136,138,108)
#95967C
(149,150,124)
#A2A28C
(162,162,140)
#AFAE9C
(175,174,156)
#BCBAAC
(188,186,172)
#C9C6BC
(201,198,188)
#D6D2CC
(214,210,204)
#E3DEDC
(227,222,220)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E724C; }

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

This text font color is #6E724C.


Background Color

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

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

This div background color is #6E724C.


Border color

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

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

This div border color is #6E724C.


Opacity

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

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

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

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

This text has shadow with #6E724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E724C on black background.


Color preview on white background

This text has color #6E724C on white background.



Black color preview on #6E724C background

This text has black color on #6E724C background.


White color preview on #6E724C background

This text has white color on #6E724C background.