COLOR #6E7B63

HEX: #6E7B63
RGB: (110,123,99)

Color info

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

RGB color model

#6E7B63 color RGB value is (110,123,99).

  • red value is 110;
  • green value is 123;
  • blue value is 99.
RGB:
(110,123,99)
(43%,48%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 99 of 255 = 39%

110
123
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 99 = 332 (100%)
R 110 of 332 ~ 33.13%
G 123 of 332 ~ 37.05%
B 99 of 332 ~ 29.82%

%33.13
%37.05
%29.82

CMYK color model

#6E7B63 color CMYK value is (11,0,20,52).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK:
(11,0,20,52)
C11M0Y20K52 
(11%,0%,20%,52%)
(0.11/0.00/0.20/0.52)	

CMYK percentages

%10.57
%0
%19.51
%51.76

Codes

Color #6E7B63 in popluar color models

6E7B63
RGB11012399
HSL93°10.81%43.53%
HSB/HSV93°19.51%48.24%
CMYK10.57%0.00%19.51%
51.76%

Color #6E7B63 in popluar number systems.

HEX6E7B63
Decimal11012399
Binary110111011110111100011
Octal156173143

Shades and tints

Shades of #6E7B63

#6E7B63
(110,123,99)
#64705A
(100,112,90)
#5A6551
(90,101,81)
#505A48
(80,90,72)
#464F3F
(70,79,63)
#3C4436
(60,68,54)
#32392D
(50,57,45)
#282E24
(40,46,36)
#1E231B
(30,35,27)
#141812
(20,24,18)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #6E7B63

#6E7B63
(110,123,99)
#7B8771
(123,135,113)
#88937F
(136,147,127)
#959F8D
(149,159,141)
#A2AB9B
(162,171,155)
#AFB7A9
(175,183,169)
#BCC3B7
(188,195,183)
#C9CFC5
(201,207,197)
#D6DBD3
(214,219,211)
#E3E7E1
(227,231,225)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7B63 color. Also use rgb(110,123,99) instead hex code.

Text Font Color

.myTextColor { color: #6E7B63; }

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

This text font color is #6E7B63.


Background Color

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

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

This div background color is #6E7B63.


Border color

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

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

This div border color is #6E7B63.


Opacity

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

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

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

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

This text has shadow with #6E7B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B63 on black background.


Color preview on white background

This text has color #6E7B63 on white background.



Black color preview on #6E7B63 background

This text has black color on #6E7B63 background.


White color preview on #6E7B63 background

This text has white color on #6E7B63 background.