COLOR #6E855D

HEX: #6E855D
RGB: (110,133,93)

Color info

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

RGB color model

#6E855D color RGB value is (110,133,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 93 of 255 = 36%

110
133
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 93 = 336 (100%)
R 110 of 336 ~ 32.74%
G 133 of 336 ~ 39.58%
B 93 of 336 ~ 27.68%

%32.74
%39.58
%27.68

CMYK color model

#6E855D color CMYK value is (17,0,30,48).

  • cyan value is 17.29%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(17,0,30,48)
C17M0Y30K48 
(17%,0%,30%,48%)
(0.17/0.00/0.30/0.48)	

CMYK percentages

%17.29
%0
%30.08
%47.84

Codes

Color #6E855D in popluar color models

6E855D
RGB11013393
HSL95°17.70%44.31%
HSB/HSV95°30.08%52.16%
CMYK17.29%0.00%30.08%
47.84%

Color #6E855D in popluar number systems.

HEX6E855D
Decimal11013393
Binary1101110100001011011101
Octal156205135

Shades and tints

Shades of #6E855D

#6E855D
(110,133,93)
#647955
(100,121,85)
#5A6D4D
(90,109,77)
#506145
(80,97,69)
#46553D
(70,85,61)
#3C4935
(60,73,53)
#323D2D
(50,61,45)
#283125
(40,49,37)
#1E251D
(30,37,29)
#141915
(20,25,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #6E855D

#6E855D
(110,133,93)
#7B906B
(123,144,107)
#889B79
(136,155,121)
#95A687
(149,166,135)
#A2B195
(162,177,149)
#AFBCA3
(175,188,163)
#BCC7B1
(188,199,177)
#C9D2BF
(201,210,191)
#D6DDCD
(214,221,205)
#E3E8DB
(227,232,219)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E855D; }

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

This text font color is #6E855D.


Background Color

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

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

This div background color is #6E855D.


Border color

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

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

This div border color is #6E855D.


Opacity

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

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

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

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

This text has shadow with #6E855D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E855D on black background.


Color preview on white background

This text has color #6E855D on white background.



Black color preview on #6E855D background

This text has black color on #6E855D background.


White color preview on #6E855D background

This text has white color on #6E855D background.