COLOR #6E854F

HEX: #6E854F RGB: (110,133,79)

Color info

#6E854F contains red, green and blue colors in about the same proportion. Web safe color of #6E854F is #669966 (or #696).

RGB color model

#6E854F color RGB value is (110,133,79).

RGB: (110,133,79) (43%, 52%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 79 of 255 = 31%

110
133
79

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

Portions of RGB colors in percentages

R + G + B = 110 + 133 + 79 = 322 (100%)
R 110 of 322 ~ 34.16%
G 133 of 322 ~ 41.3%
B 79 of 322 ~ 24.53'%

%34.16
%41.3
%24.53

CMYK color model

#6E854F color CMYK value is (17,0,41,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 40.60%
  • key color value is 47.84%
CMYK: (17,0,41,48) C17M0Y41K48 (17%,0%,41%,48%) (0.17/0.00/0.41/0.48) 

CMYK percentages

%17.29
%0
%40.6
%47.84

Codes

Color #6E854F in popluar color models

6E 85 4F
RGB 110 133 79
HSL 86° 25.47% 41.57%
HSB/HSV 86° 40.60% 52.16%
CMYK 17.29% 0.00% 40.60%
47.84%

Color #6E854F in popluar number systems.

HEX 6E 85 4F
Decimal 110 133 79
Binary 1101110 10000101 1001111
Octal 156 205 117

Shades and tints

Shades of #6E854F

#6E854F
(110,133,79)
#647948
(100,121,72)
#5A6D41
(90,109,65)
#50613A
(80,97,58)
#465533
(70,85,51)
#3C492C
(60,73,44)
#323D25
(50,61,37)
#28311E
(40,49,30)
#1E2517
(30,37,23)
#141910
(20,25,16)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #6E854F

#6E854F
(110,133,79)
#7B905F
(123,144,95)
#889B6F
(136,155,111)
#95A67F
(149,166,127)
#A2B18F
(162,177,143)
#AFBC9F
(175,188,159)
#BCC7AF
(188,199,175)
#C9D2BF
(201,210,191)
#D6DDCF
(214,221,207)
#E3E8DF
(227,232,223)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E854F color. Also use rgb(110,133,79) instead hex code.

Text Font Color

.myTextColor { color: #6E854F; }

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

This text font color is #6E854F.

Background Color

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

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

This div background color is #6E854F.

Border color

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

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

This div border color is #6E854F.

Opacity

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

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

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

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

This text has shadow with #6E854F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E854F.

Preview

Color preview on black background

This text has color #6E854F on black background.


Color preview on white background

This text has color #6E854F on white background.


Black color preview on #6E854F background

This text has black color on #6E854F background.


White color preview on #6E854F background

This text has white color on #6E854F background.


Related colors

Complementary color

Complementary color for #hex is #917AB0.


I love getcolorcode.com

Triadic colors

1 #4F6E85 and #854F6E with #6E854F are triadic colors.

2 #4F856E and #856E4F with #6E854F are triadic colors.