COLOR #6E763A

HEX: #6E763A
RGB: (110,118,58)

Color info

#6E763A contains mainly red and green colors. Web safe color of #6E763A is #666633 (or #663).

RGB color model

#6E763A color RGB value is (110,118,58).

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

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 58 of 255 = 23%

110
118
58

R + G + B ~ 37%. #6E763A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 58 = 286 (100%)
R 110 of 286 ~ 38.46%
G 118 of 286 ~ 41.26%
B 58 of 286 ~ 20.28%

%38.46
%41.26
%20.28

CMYK color model

#6E763A color CMYK value is (7,0,51,54).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 53.73%
CMYK:
(7,0,51,54)
C7M0Y51K54 
(7%,0%,51%,54%)
(0.07/0.00/0.51/0.54)	

CMYK percentages

%6.78
%0
%50.85
%53.73

Codes

Color #6E763A in popluar color models

6E763A
RGB11011858
HSL68°34.09%34.51%
HSB/HSV68°50.85%46.27%
CMYK6.78%0.00%50.85%
53.73%

Color #6E763A in popluar number systems.

HEX6E763A
Decimal11011858
Binary11011101110110111010
Octal15616672

Shades and tints

Shades of #6E763A

#6E763A
(110,118,58)
#646C35
(100,108,53)
#5A6230
(90,98,48)
#50582B
(80,88,43)
#464E26
(70,78,38)
#3C4421
(60,68,33)
#323A1C
(50,58,28)
#283017
(40,48,23)
#1E2612
(30,38,18)
#141C0D
(20,28,13)
#0A1208
(10,18,8)
#000000
(0,0,0)

Tints of #6E763A

#6E763A
(110,118,58)
#7B824B
(123,130,75)
#888E5C
(136,142,92)
#959A6D
(149,154,109)
#A2A67E
(162,166,126)
#AFB28F
(175,178,143)
#BCBEA0
(188,190,160)
#C9CAB1
(201,202,177)
#D6D6C2
(214,214,194)
#E3E2D3
(227,226,211)
#F0EEE4
(240,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E763A; }

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

This text font color is #6E763A.


Background Color

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

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

This div background color is #6E763A.


Border color

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

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

This div border color is #6E763A.


Opacity

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

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

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

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

This text has shadow with #6E763A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E763A on black background.


Color preview on white background

This text has color #6E763A on white background.



Black color preview on #6E763A background

This text has black color on #6E763A background.


White color preview on #6E763A background

This text has white color on #6E763A background.