COLOR #6E742D

HEX: #6E742D
RGB: (110,116,45)

Color info

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

RGB color model

#6E742D color RGB value is (110,116,45).

  • red value is 110;
  • green value is 116;
  • blue value is 45.
RGB:
(110,116,45)
(43%,45%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 45 of 255 = 18%

110
116
45

R + G + B ~ 35%. #6E742D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 45 = 271 (100%)
R 110 of 271 ~ 40.59%
G 116 of 271 ~ 42.8%
B 45 of 271 ~ 16.61%

%40.59
%42.8
%16.61

CMYK color model

#6E742D color CMYK value is (5,0,61,55).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 61.21%
  • key color value is 54.51%
CMYK:
(5,0,61,55)
C5M0Y61K55 
(5%,0%,61%,55%)
(0.05/0.00/0.61/0.55)	

CMYK percentages

%5.17
%0
%61.21
%54.51

Codes

Color #6E742D in popluar color models

6E742D
RGB11011645
HSL65°44.10%31.57%
HSB/HSV65°61.21%45.49%
CMYK5.17%0.00%61.21%
54.51%

Color #6E742D in popluar number systems.

HEX6E742D
Decimal11011645
Binary11011101110100101101
Octal15616455

Shades and tints

Shades of #6E742D

#6E742D
(110,116,45)
#646A29
(100,106,41)
#5A6025
(90,96,37)
#505621
(80,86,33)
#464C1D
(70,76,29)
#3C4219
(60,66,25)
#323815
(50,56,21)
#282E11
(40,46,17)
#1E240D
(30,36,13)
#141A09
(20,26,9)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #6E742D

#6E742D
(110,116,45)
#7B8040
(123,128,64)
#888C53
(136,140,83)
#959866
(149,152,102)
#A2A479
(162,164,121)
#AFB08C
(175,176,140)
#BCBC9F
(188,188,159)
#C9C8B2
(201,200,178)
#D6D4C5
(214,212,197)
#E3E0D8
(227,224,216)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E742D color. Also use rgb(110,116,45) instead hex code.

Text Font Color

.myTextColor { color: #6E742D; }

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

This text font color is #6E742D.


Background Color

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

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

This div background color is #6E742D.


Border color

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

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

This div border color is #6E742D.


Opacity

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

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

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

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

This text has shadow with #6E742D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E742D on black background.


Color preview on white background

This text has color #6E742D on white background.



Black color preview on #6E742D background

This text has black color on #6E742D background.


White color preview on #6E742D background

This text has white color on #6E742D background.