COLOR #6E955C

HEX: #6E955C
RGB: (110,149,92)

Color info

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

RGB color model

#6E955C color RGB value is (110,149,92).

  • red value is 110;
  • green value is 149;
  • blue value is 92.
RGB:
(110,149,92)
(43%,58%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 92 of 255 = 36%

110
149
92

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

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 92 = 351 (100%)
R 110 of 351 ~ 31.34%
G 149 of 351 ~ 42.45%
B 92 of 351 ~ 26.21%

%31.34
%42.45
%26.21

CMYK color model

#6E955C color CMYK value is (26,0,38,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 41.57%
CMYK:
(26,0,38,42)
C26M0Y38K42 
(26%,0%,38%,42%)
(0.26/0.00/0.38/0.42)	

CMYK percentages

%26.17
%0
%38.26
%41.57

Codes

Color #6E955C in popluar color models

6E955C
RGB11014992
HSL101°23.65%47.25%
HSB/HSV101°38.26%58.43%
CMYK26.17%0.00%38.26%
41.57%

Color #6E955C in popluar number systems.

HEX6E955C
Decimal11014992
Binary1101110100101011011100
Octal156225134

Shades and tints

Shades of #6E955C

#6E955C
(110,149,92)
#648854
(100,136,84)
#5A7B4C
(90,123,76)
#506E44
(80,110,68)
#46613C
(70,97,60)
#3C5434
(60,84,52)
#32472C
(50,71,44)
#283A24
(40,58,36)
#1E2D1C
(30,45,28)
#142014
(20,32,20)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #6E955C

#6E955C
(110,149,92)
#7B9E6A
(123,158,106)
#88A778
(136,167,120)
#95B086
(149,176,134)
#A2B994
(162,185,148)
#AFC2A2
(175,194,162)
#BCCBB0
(188,203,176)
#C9D4BE
(201,212,190)
#D6DDCC
(214,221,204)
#E3E6DA
(227,230,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E955C color. Also use rgb(110,149,92) instead hex code.

Text Font Color

.myTextColor { color: #6E955C; }

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

This text font color is #6E955C.


Background Color

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

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

This div background color is #6E955C.


Border color

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

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

This div border color is #6E955C.


Opacity

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

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

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

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

This text has shadow with #6E955C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E955C on black background.


Color preview on white background

This text has color #6E955C on white background.



Black color preview on #6E955C background

This text has black color on #6E955C background.


White color preview on #6E955C background

This text has white color on #6E955C background.