COLOR #6E7145

HEX: #6E7145 RGB: (110,113,69)

Color info

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

RGB color model

#6E7145 color RGB value is (110,113,69).

RGB: (110,113,69) (43%, 44%, 27%)

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 69 of 255 = 27%

110
113
69

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

Portions of RGB colors in percentages

R + G + B = 110 + 113 + 69 = 292 (100%)
R 110 of 292 ~ 37.67%
G 113 of 292 ~ 38.7%
B 69 of 292 ~ 23.63'%

%37.67
%38.7
%23.63

CMYK color model

#6E7145 color CMYK value is (3,0,39,56).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK: (3,0,39,56) C3M0Y39K56 (3%,0%,39%,56%) (0.03/0.00/0.39/0.56) 

CMYK percentages

%2.65
%0
%38.94
%55.69

Codes

Color #6E7145 in popluar color models

6E 71 45
RGB 110 113 69
HSL 64° 24.18% 35.69%
HSB/HSV 64° 38.94% 44.31%
CMYK 2.65% 0.00% 38.94%
55.69%

Color #6E7145 in popluar number systems.

HEX 6E 71 45
Decimal 110 113 69
Binary 1101110 1110001 1000101
Octal 156 161 105

Shades and tints

Shades of #6E7145

#6E7145
(110,113,69)
#64673F
(100,103,63)
#5A5D39
(90,93,57)
#505333
(80,83,51)
#46492D
(70,73,45)
#3C3F27
(60,63,39)
#323521
(50,53,33)
#282B1B
(40,43,27)
#1E2115
(30,33,21)
#14170F
(20,23,15)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #6E7145

#6E7145
(110,113,69)
#7B7D55
(123,125,85)
#888965
(136,137,101)
#959575
(149,149,117)
#A2A185
(162,161,133)
#AFAD95
(175,173,149)
#BCB9A5
(188,185,165)
#C9C5B5
(201,197,181)
#D6D1C5
(214,209,197)
#E3DDD5
(227,221,213)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7145 color. Also use rgb(110,113,69) instead hex code.

Text Font Color

.myTextColor { color: #6E7145; }

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

This text font color is #6E7145.

Background Color

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

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

This div background color is #6E7145.

Border color

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

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

This div border color is #6E7145.

Opacity

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

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

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

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

This text has shadow with #6E7145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7145.

Preview

Color preview on black background

This text has color #6E7145 on black background.


Color preview on white background

This text has color #6E7145 on white background.


Black color preview on #6E7145 background

This text has black color on #6E7145 background.


White color preview on #6E7145 background

This text has white color on #6E7145 background.


Related colors

Complementary color

Complementary color for #hex is #918EBA.


I love getcolorcode.com

Triadic colors

1 #456E71 and #71456E with #6E7145 are triadic colors.

2 #45716E and #716E45 with #6E7145 are triadic colors.