COLOR #6E754A

HEX: #6E754A
RGB: (110,117,74)

Color info

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

RGB color model

#6E754A color RGB value is (110,117,74).

  • red value is 110;
  • green value is 117;
  • blue value is 74.
RGB:
(110,117,74)
(43%,46%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 74 of 255 = 29%

110
117
74

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

Portions of RGB colors in percentages

R + G + B =
110 + 117 + 74 = 301 (100%)
R 110 of 301 ~ 36.54%
G 117 of 301 ~ 38.87%
B 74 of 301 ~ 24.58%

%36.54
%38.87
%24.58

CMYK color model

#6E754A color CMYK value is (6,0,37,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(6,0,37,54)
C6M0Y37K54 
(6%,0%,37%,54%)
(0.06/0.00/0.37/0.54)	

CMYK percentages

%5.98
%0
%36.75
%54.12

Codes

Color #6E754A in popluar color models

6E754A
RGB11011774
HSL70°22.51%37.45%
HSB/HSV70°36.75%45.88%
CMYK5.98%0.00%36.75%
54.12%

Color #6E754A in popluar number systems.

HEX6E754A
Decimal11011774
Binary110111011101011001010
Octal156165112

Shades and tints

Shades of #6E754A

#6E754A
(110,117,74)
#646B44
(100,107,68)
#5A613E
(90,97,62)
#505738
(80,87,56)
#464D32
(70,77,50)
#3C432C
(60,67,44)
#323926
(50,57,38)
#282F20
(40,47,32)
#1E251A
(30,37,26)
#141B14
(20,27,20)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #6E754A

#6E754A
(110,117,74)
#7B815A
(123,129,90)
#888D6A
(136,141,106)
#95997A
(149,153,122)
#A2A58A
(162,165,138)
#AFB19A
(175,177,154)
#BCBDAA
(188,189,170)
#C9C9BA
(201,201,186)
#D6D5CA
(214,213,202)
#E3E1DA
(227,225,218)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E754A color. Also use rgb(110,117,74) instead hex code.

Text Font Color

.myTextColor { color: #6E754A; }

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

This text font color is #6E754A.


Background Color

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

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

This div background color is #6E754A.


Border color

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

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

This div border color is #6E754A.


Opacity

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

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

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

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

This text has shadow with #6E754A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E754A on black background.


Color preview on white background

This text has color #6E754A on white background.



Black color preview on #6E754A background

This text has black color on #6E754A background.


White color preview on #6E754A background

This text has white color on #6E754A background.