COLOR #6E745A

HEX: #6E745A RGB: (110,116,90)

Color info

#6E745A contains red, green and blue colors in about the same proportion. Web safe color of #6E745A is #666666 (or #666).

RGB color model

#6E745A color RGB value is (110,116,90).

RGB: (110,116,90) (43%, 45%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 90 of 255 = 35%

110
116
90

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

Portions of RGB colors in percentages

R + G + B = 110 + 116 + 90 = 316 (100%)
R 110 of 316 ~ 34.81%
G 116 of 316 ~ 36.71%
B 90 of 316 ~ 28.48'%

%34.81
%36.71
%28.48

CMYK color model

#6E745A color CMYK value is (5,0,22,55).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 54.51%
CMYK: (5,0,22,55) C5M0Y22K55 (5%,0%,22%,55%) (0.05/0.00/0.22/0.55) 

CMYK percentages

%5.17
%0
%22.41
%54.51

Codes

Color #6E745A in popluar color models

6E 74 5A
RGB 110 116 90
HSL 74° 12.62% 40.39%
HSB/HSV 74° 22.41% 45.49%
CMYK 5.17% 0.00% 22.41%
54.51%

Color #6E745A in popluar number systems.

HEX 6E 74 5A
Decimal 110 116 90
Binary 1101110 1110100 1011010
Octal 156 164 132

Shades and tints

Shades of #6E745A

#6E745A
(110,116,90)
#646A52
(100,106,82)
#5A604A
(90,96,74)
#505642
(80,86,66)
#464C3A
(70,76,58)
#3C4232
(60,66,50)
#32382A
(50,56,42)
#282E22
(40,46,34)
#1E241A
(30,36,26)
#141A12
(20,26,18)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E745A

#6E745A
(110,116,90)
#7B8069
(123,128,105)
#888C78
(136,140,120)
#959887
(149,152,135)
#A2A496
(162,164,150)
#AFB0A5
(175,176,165)
#BCBCB4
(188,188,180)
#C9C8C3
(201,200,195)
#D6D4D2
(214,212,210)
#E3E0E1
(227,224,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E745A; }

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

This text font color is #6E745A.

Background Color

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

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

This div background color is #6E745A.

Border color

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

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

This div border color is #6E745A.

Opacity

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

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

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

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

This text has shadow with #6E745A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E745A.

Preview

Color preview on black background

This text has color #6E745A on black background.


Color preview on white background

This text has color #6E745A on white background.


Black color preview on #6E745A background

This text has black color on #6E745A background.


White color preview on #6E745A background

This text has white color on #6E745A background.


Related colors

Complementary color

Complementary color for #hex is #918BA5.


I love getcolorcode.com

Triadic colors

1 #5A6E74 and #745A6E with #6E745A are triadic colors.

2 #5A746E and #746E5A with #6E745A are triadic colors.