COLOR #6E8153

HEX: #6E8153
RGB: (110,129,83)

Color info

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

RGB color model

#6E8153 color RGB value is (110,129,83).

  • red value is 110;
  • green value is 129;
  • blue value is 83.
RGB:
(110,129,83)
(43%,51%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 83 of 255 = 33%

110
129
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 83 = 322 (100%)
R 110 of 322 ~ 34.16%
G 129 of 322 ~ 40.06%
B 83 of 322 ~ 25.78%

%34.16
%40.06
%25.78

CMYK color model

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

  • cyan value is 14.73%
  • magenta value is 0.00%
  • yellow value is 35.66%
  • key color value is 49.41%
CMYK:
(15,0,36,49)
C15M0Y36K49 
(15%,0%,36%,49%)
(0.15/0.00/0.36/0.49)	

CMYK percentages

%14.73
%0
%35.66
%49.41

Codes

Color #6E8153 in popluar color models

6E8153
RGB11012983
HSL85°21.70%41.57%
HSB/HSV85°35.66%50.59%
CMYK14.73%0.00%35.66%
49.41%

Color #6E8153 in popluar number systems.

HEX6E8153
Decimal11012983
Binary1101110100000011010011
Octal156201123

Shades and tints

Shades of #6E8153

#6E8153
(110,129,83)
#64764C
(100,118,76)
#5A6B45
(90,107,69)
#50603E
(80,96,62)
#465537
(70,85,55)
#3C4A30
(60,74,48)
#323F29
(50,63,41)
#283422
(40,52,34)
#1E291B
(30,41,27)
#141E14
(20,30,20)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E8153

#6E8153
(110,129,83)
#7B8C62
(123,140,98)
#889771
(136,151,113)
#95A280
(149,162,128)
#A2AD8F
(162,173,143)
#AFB89E
(175,184,158)
#BCC3AD
(188,195,173)
#C9CEBC
(201,206,188)
#D6D9CB
(214,217,203)
#E3E4DA
(227,228,218)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8153 color. Also use rgb(110,129,83) instead hex code.

Text Font Color

.myTextColor { color: #6E8153; }

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

This text font color is #6E8153.


Background Color

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

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

This div background color is #6E8153.


Border color

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

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

This div border color is #6E8153.


Opacity

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

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

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

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

This text has shadow with #6E8153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8153 on black background.


Color preview on white background

This text has color #6E8153 on white background.



Black color preview on #6E8153 background

This text has black color on #6E8153 background.


White color preview on #6E8153 background

This text has white color on #6E8153 background.