COLOR #6E8568

HEX: #6E8568
RGB: (110,133,104)

Color info

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

RGB color model

#6E8568 color RGB value is (110,133,104).

  • red value is 110;
  • green value is 133;
  • blue value is 104.
RGB:
(110,133,104)
(43%,52%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 104 of 255 = 41%

110
133
104

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 104 = 347 (100%)
R 110 of 347 ~ 31.7%
G 133 of 347 ~ 38.33%
B 104 of 347 ~ 29.97%

%31.7
%38.33
%29.97

CMYK color model

#6E8568 color CMYK value is (17,0,22,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(17,0,22,48)
C17M0Y22K48 
(17%,0%,22%,48%)
(0.17/0.00/0.22/0.48)	

CMYK percentages

%17.29
%0
%21.8
%47.84

Codes

Color #6E8568 in popluar color models

6E8568
RGB110133104
HSL108°12.24%46.47%
HSB/HSV108°21.80%52.16%
CMYK17.29%0.00%21.80%
47.84%

Color #6E8568 in popluar number systems.

HEX6E8568
Decimal110133104
Binary1101110100001011101000
Octal156205150

Shades and tints

Shades of #6E8568

#6E8568
(110,133,104)
#64795F
(100,121,95)
#5A6D56
(90,109,86)
#50614D
(80,97,77)
#465544
(70,85,68)
#3C493B
(60,73,59)
#323D32
(50,61,50)
#283129
(40,49,41)
#1E2520
(30,37,32)
#141917
(20,25,23)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #6E8568

#6E8568
(110,133,104)
#7B9075
(123,144,117)
#889B82
(136,155,130)
#95A68F
(149,166,143)
#A2B19C
(162,177,156)
#AFBCA9
(175,188,169)
#BCC7B6
(188,199,182)
#C9D2C3
(201,210,195)
#D6DDD0
(214,221,208)
#E3E8DD
(227,232,221)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8568; }

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

This text font color is #6E8568.


Background Color

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

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

This div background color is #6E8568.


Border color

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

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

This div border color is #6E8568.


Opacity

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

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

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

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

This text has shadow with #6E8568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8568 on black background.


Color preview on white background

This text has color #6E8568 on white background.



Black color preview on #6E8568 background

This text has black color on #6E8568 background.


White color preview on #6E8568 background

This text has white color on #6E8568 background.