COLOR #6E975D

HEX: #6E975D
RGB: (110,151,93)

Color info

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

RGB color model

#6E975D color RGB value is (110,151,93).

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

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 93 of 255 = 36%

110
151
93

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

Portions of RGB colors in percentages

R + G + B =
110 + 151 + 93 = 354 (100%)
R 110 of 354 ~ 31.07%
G 151 of 354 ~ 42.66%
B 93 of 354 ~ 26.27%

%31.07
%42.66
%26.27

CMYK color model

#6E975D color CMYK value is (27,0,38,41).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 40.78%
CMYK:
(27,0,38,41)
C27M0Y38K41 
(27%,0%,38%,41%)
(0.27/0.00/0.38/0.41)	

CMYK percentages

%27.15
%0
%38.41
%40.78

Codes

Color #6E975D in popluar color models

6E975D
RGB11015193
HSL102°23.77%47.84%
HSB/HSV102°38.41%59.22%
CMYK27.15%0.00%38.41%
40.78%

Color #6E975D in popluar number systems.

HEX6E975D
Decimal11015193
Binary1101110100101111011101
Octal156227135

Shades and tints

Shades of #6E975D

#6E975D
(110,151,93)
#648A55
(100,138,85)
#5A7D4D
(90,125,77)
#507045
(80,112,69)
#46633D
(70,99,61)
#3C5635
(60,86,53)
#32492D
(50,73,45)
#283C25
(40,60,37)
#1E2F1D
(30,47,29)
#142215
(20,34,21)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #6E975D

#6E975D
(110,151,93)
#7BA06B
(123,160,107)
#88A979
(136,169,121)
#95B287
(149,178,135)
#A2BB95
(162,187,149)
#AFC4A3
(175,196,163)
#BCCDB1
(188,205,177)
#C9D6BF
(201,214,191)
#D6DFCD
(214,223,205)
#E3E8DB
(227,232,219)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E975D; }

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

This text font color is #6E975D.


Background Color

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

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

This div background color is #6E975D.


Border color

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

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

This div border color is #6E975D.


Opacity

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

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

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

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

This text has shadow with #6E975D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E975D on black background.


Color preview on white background

This text has color #6E975D on white background.



Black color preview on #6E975D background

This text has black color on #6E975D background.


White color preview on #6E975D background

This text has white color on #6E975D background.