COLOR #6E8567

HEX: #6E8567
RGB: (110,133,103)

Color info

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

RGB color model

#6E8567 color RGB value is (110,133,103).

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

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 103 of 255 = 40%

110
133
103

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 103 = 346 (100%)
R 110 of 346 ~ 31.79%
G 133 of 346 ~ 38.44%
B 103 of 346 ~ 29.77%

%31.79
%38.44
%29.77

CMYK color model

#6E8567 color CMYK value is (17,0,23,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 47.84%
CMYK:
(17,0,23,48)
C17M0Y23K48 
(17%,0%,23%,48%)
(0.17/0.00/0.23/0.48)	

CMYK percentages

%17.29
%0
%22.56
%47.84

Codes

Color #6E8567 in popluar color models

6E8567
RGB110133103
HSL106°12.71%46.27%
HSB/HSV106°22.56%52.16%
CMYK17.29%0.00%22.56%
47.84%

Color #6E8567 in popluar number systems.

HEX6E8567
Decimal110133103
Binary1101110100001011100111
Octal156205147

Shades and tints

Shades of #6E8567

#6E8567
(110,133,103)
#64795E
(100,121,94)
#5A6D55
(90,109,85)
#50614C
(80,97,76)
#465543
(70,85,67)
#3C493A
(60,73,58)
#323D31
(50,61,49)
#283128
(40,49,40)
#1E251F
(30,37,31)
#141916
(20,25,22)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E8567

#6E8567
(110,133,103)
#7B9074
(123,144,116)
#889B81
(136,155,129)
#95A68E
(149,166,142)
#A2B19B
(162,177,155)
#AFBCA8
(175,188,168)
#BCC7B5
(188,199,181)
#C9D2C2
(201,210,194)
#D6DDCF
(214,221,207)
#E3E8DC
(227,232,220)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8567; }

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

This text font color is #6E8567.


Background Color

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

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

This div background color is #6E8567.


Border color

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

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

This div border color is #6E8567.


Opacity

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

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

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

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

This text has shadow with #6E8567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8567 on black background.


Color preview on white background

This text has color #6E8567 on white background.



Black color preview on #6E8567 background

This text has black color on #6E8567 background.


White color preview on #6E8567 background

This text has white color on #6E8567 background.