COLOR #6E764C

HEX: #6E764C
RGB: (110,118,76)

Color info

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

RGB color model

#6E764C color RGB value is (110,118,76).

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

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 76 of 255 = 30%

110
118
76

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

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 76 = 304 (100%)
R 110 of 304 ~ 36.18%
G 118 of 304 ~ 38.82%
B 76 of 304 ~ 25%

%36.18
%38.82
%25

CMYK color model

#6E764C color CMYK value is (7,0,36,54).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 35.59%
  • key color value is 53.73%
CMYK:
(7,0,36,54)
C7M0Y36K54 
(7%,0%,36%,54%)
(0.07/0.00/0.36/0.54)	

CMYK percentages

%6.78
%0
%35.59
%53.73

Codes

Color #6E764C in popluar color models

6E764C
RGB11011876
HSL71°21.65%38.04%
HSB/HSV71°35.59%46.27%
CMYK6.78%0.00%35.59%
53.73%

Color #6E764C in popluar number systems.

HEX6E764C
Decimal11011876
Binary110111011101101001100
Octal156166114

Shades and tints

Shades of #6E764C

#6E764C
(110,118,76)
#646C46
(100,108,70)
#5A6240
(90,98,64)
#50583A
(80,88,58)
#464E34
(70,78,52)
#3C442E
(60,68,46)
#323A28
(50,58,40)
#283022
(40,48,34)
#1E261C
(30,38,28)
#141C16
(20,28,22)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #6E764C

#6E764C
(110,118,76)
#7B825C
(123,130,92)
#888E6C
(136,142,108)
#959A7C
(149,154,124)
#A2A68C
(162,166,140)
#AFB29C
(175,178,156)
#BCBEAC
(188,190,172)
#C9CABC
(201,202,188)
#D6D6CC
(214,214,204)
#E3E2DC
(227,226,220)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E764C; }

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

This text font color is #6E764C.


Background Color

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

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

This div background color is #6E764C.


Border color

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

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

This div border color is #6E764C.


Opacity

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

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

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

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

This text has shadow with #6E764C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E764C on black background.


Color preview on white background

This text has color #6E764C on white background.



Black color preview on #6E764C background

This text has black color on #6E764C background.


White color preview on #6E764C background

This text has white color on #6E764C background.