COLOR #6E7362

HEX: #6E7362
RGB: (110,115,98)

Color info

#6E7362 contains red, green and blue colors in about the same proportion. Web safe color of #6E7362 is #666666 (or #666).

RGB color model

#6E7362 color RGB value is (110,115,98).

  • red value is 110;
  • green value is 115;
  • blue value is 98.
RGB:
(110,115,98)
(43%,45%,38%)

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 98 of 255 = 38%

110
115
98

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

Portions of RGB colors in percentages

R + G + B =
110 + 115 + 98 = 323 (100%)
R 110 of 323 ~ 34.06%
G 115 of 323 ~ 35.6%
B 98 of 323 ~ 30.34%

%34.06
%35.6
%30.34

CMYK color model

#6E7362 color CMYK value is (4,0,15,55).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(4,0,15,55)
C4M0Y15K55 
(4%,0%,15%,55%)
(0.04/0.00/0.15/0.55)	

CMYK percentages

%4.35
%0
%14.78
%54.9

Codes

Color #6E7362 in popluar color models

6E7362
RGB11011598
HSL78°7.98%41.76%
HSB/HSV78°14.78%45.10%
CMYK4.35%0.00%14.78%
54.90%

Color #6E7362 in popluar number systems.

HEX6E7362
Decimal11011598
Binary110111011100111100010
Octal156163142

Shades and tints

Shades of #6E7362

#6E7362
(110,115,98)
#64695A
(100,105,90)
#5A5F52
(90,95,82)
#50554A
(80,85,74)
#464B42
(70,75,66)
#3C413A
(60,65,58)
#323732
(50,55,50)
#282D2A
(40,45,42)
#1E2322
(30,35,34)
#14191A
(20,25,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6E7362

#6E7362
(110,115,98)
#7B7F70
(123,127,112)
#888B7E
(136,139,126)
#95978C
(149,151,140)
#A2A39A
(162,163,154)
#AFAFA8
(175,175,168)
#BCBBB6
(188,187,182)
#C9C7C4
(201,199,196)
#D6D3D2
(214,211,210)
#E3DFE0
(227,223,224)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7362 color. Also use rgb(110,115,98) instead hex code.

Text Font Color

.myTextColor { color: #6E7362; }

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

This text font color is #6E7362.


Background Color

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

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

This div background color is #6E7362.


Border color

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

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

This div border color is #6E7362.


Opacity

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

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

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

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

This text has shadow with #6E7362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7362 on black background.


Color preview on white background

This text has color #6E7362 on white background.



Black color preview on #6E7362 background

This text has black color on #6E7362 background.


White color preview on #6E7362 background

This text has white color on #6E7362 background.