COLOR #6E773C

HEX: #6E773C
RGB: (110,119,60)

Color info

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

RGB color model

#6E773C color RGB value is (110,119,60).

  • red value is 110;
  • green value is 119;
  • blue value is 60.
RGB:
(110,119,60)
(43%,47%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 60 of 255 = 24%

110
119
60

R + G + B ~ 38%. #6E773C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 60 = 289 (100%)
R 110 of 289 ~ 38.06%
G 119 of 289 ~ 41.18%
B 60 of 289 ~ 20.76%

%38.06
%41.18
%20.76

CMYK color model

#6E773C color CMYK value is (8,0,50,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 53.33%
CMYK:
(8,0,50,53)
C8M0Y50K53 
(8%,0%,50%,53%)
(0.08/0.00/0.50/0.53)	

CMYK percentages

%7.56
%0
%49.58
%53.33

Codes

Color #6E773C in popluar color models

6E773C
RGB11011960
HSL69°32.96%35.10%
HSB/HSV69°49.58%46.67%
CMYK7.56%0.00%49.58%
53.33%

Color #6E773C in popluar number systems.

HEX6E773C
Decimal11011960
Binary11011101110111111100
Octal15616774

Shades and tints

Shades of #6E773C

#6E773C
(110,119,60)
#646D37
(100,109,55)
#5A6332
(90,99,50)
#50592D
(80,89,45)
#464F28
(70,79,40)
#3C4523
(60,69,35)
#323B1E
(50,59,30)
#283119
(40,49,25)
#1E2714
(30,39,20)
#141D0F
(20,29,15)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #6E773C

#6E773C
(110,119,60)
#7B834D
(123,131,77)
#888F5E
(136,143,94)
#959B6F
(149,155,111)
#A2A780
(162,167,128)
#AFB391
(175,179,145)
#BCBFA2
(188,191,162)
#C9CBB3
(201,203,179)
#D6D7C4
(214,215,196)
#E3E3D5
(227,227,213)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E773C color. Also use rgb(110,119,60) instead hex code.

Text Font Color

.myTextColor { color: #6E773C; }

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

This text font color is #6E773C.


Background Color

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

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

This div background color is #6E773C.


Border color

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

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

This div border color is #6E773C.


Opacity

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

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

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

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

This text has shadow with #6E773C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E773C on black background.


Color preview on white background

This text has color #6E773C on white background.



Black color preview on #6E773C background

This text has black color on #6E773C background.


White color preview on #6E773C background

This text has white color on #6E773C background.