COLOR #6E826F

HEX: #6E826F RGB: (110,130,111)

Color info

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

RGB color model

#6E826F color RGB value is (110,130,111).

RGB: (110,130,111) (43%, 51%, 44%)

RGB channels and saturation

R 110 of 255 = 43%
G 130 of 255 = 51%
B 111 of 255 = 44%

110
130
111

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

Portions of RGB colors in percentages

R + G + B = 110 + 130 + 111 = 351 (100%)
R 110 of 351 ~ 31.34%
G 130 of 351 ~ 37.04%
B 111 of 351 ~ 31.62'%

%31.34
%37.04
%31.62

CMYK color model

#6E826F color CMYK value is (15,0,15,49).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%

CMYK: (15,0,15,49)
C15M0Y15K49 (15%, 0%, 15%, 49%)
(0.15 / 0.00 / 0.15 / 0.49)

CMYK percentages

%15.38
%0
%14.62
%49.02

Codes

Color #6E826F in popluar color models

6E 82 6F
RGB 110 130 111
HSL 123° 8.33% 47.06%
HSB/HSV 123° 15.38% 50.98%
CMYK 15.38% 0.00% 14.62%
49.02%

Color #6E826F in popluar number systems.

HEX 6E 82 6F
Decimal 110 130 111
Binary 1101110 10000010 1101111
Octal 156 202 157

Shades and tints

Shades of #6E826F

#6E826F
(110,130,111)
#647765
(100,119,101)
#5A6C5B
(90,108,91)
#506151
(80,97,81)
#465647
(70,86,71)
#3C4B3D
(60,75,61)
#324033
(50,64,51)
#283529
(40,53,41)
#1E2A1F
(30,42,31)
#141F15
(20,31,21)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #6E826F

#6E826F
(110,130,111)
#7B8D7C
(123,141,124)
#889889
(136,152,137)
#95A396
(149,163,150)
#A2AEA3
(162,174,163)
#AFB9B0
(175,185,176)
#BCC4BD
(188,196,189)
#C9CFCA
(201,207,202)
#D6DAD7
(214,218,215)
#E3E5E4
(227,229,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E826F color. Also use rgb(110,130,111) instead hex code.

Text Font Color

.myTextColor { color: #6E826F; }

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

This text font color is #6E826F.

Background Color

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

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

This div background color is #6E826F.

Border color

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

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

This div border color is #6E826F.

Opacity

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

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

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

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

This text has shadow with #6E826F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E826F.

Preview

Color preview on black background

This text has color #6E826F on black background.


Color preview on white background

This text has color #6E826F on white background.


Black color preview on #6E826F background

This text has black color on #6E826F background.


White color preview on #6E826F background

This text has white color on #6E826F background.


Related colors

Complementary color

Complementary color for #hex is #917D90.


I love getcolorcode.com

Triadic colors

1 #6F6E82 and #826F6E with #6E826F are triadic colors.

2 #6F826E and #826E6F with #6E826F are triadic colors.