COLOR #6E7563

HEX: #6E7563 RGB: (110,117,99)

Color info

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

RGB color model

#6E7563 color RGB value is (110,117,99).

RGB: (110,117,99) (43%, 46%, 39%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 99 of 255 = 39%

110
117
99

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

Portions of RGB colors in percentages

R + G + B = 110 + 117 + 99 = 326 (100%)
R 110 of 326 ~ 33.74%
G 117 of 326 ~ 35.89%
B 99 of 326 ~ 30.37'%

%33.74
%35.89
%30.37

CMYK color model

#6E7563 color CMYK value is (6,0,15,54).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 54.12%

CMYK: (6,0,15,54)
C6M0Y15K54 (6%, 0%, 15%, 54%)
(0.06 / 0.00 / 0.15 / 0.54)

CMYK percentages

%5.98
%0
%15.38
%54.12

Codes

Color #6E7563 in popluar color models

6E 75 63
RGB 110 117 99
HSL 83° 8.33% 42.35%
HSB/HSV 83° 15.38% 45.88%
CMYK 5.98% 0.00% 15.38%
54.12%

Color #6E7563 in popluar number systems.

HEX 6E 75 63
Decimal 110 117 99
Binary 1101110 1110101 1100011
Octal 156 165 143

Shades and tints

Shades of #6E7563

#6E7563
(110,117,99)
#646B5A
(100,107,90)
#5A6151
(90,97,81)
#505748
(80,87,72)
#464D3F
(70,77,63)
#3C4336
(60,67,54)
#32392D
(50,57,45)
#282F24
(40,47,36)
#1E251B
(30,37,27)
#141B12
(20,27,18)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #6E7563

#6E7563
(110,117,99)
#7B8171
(123,129,113)
#888D7F
(136,141,127)
#95998D
(149,153,141)
#A2A59B
(162,165,155)
#AFB1A9
(175,177,169)
#BCBDB7
(188,189,183)
#C9C9C5
(201,201,197)
#D6D5D3
(214,213,211)
#E3E1E1
(227,225,225)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7563; }

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

This text font color is #6E7563.

Background Color

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

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

This div background color is #6E7563.

Border color

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

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

This div border color is #6E7563.

Opacity

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

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

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

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

This text has shadow with #6E7563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7563.

Preview

Color preview on black background

This text has color #6E7563 on black background.


Color preview on white background

This text has color #6E7563 on white background.


Black color preview on #6E7563 background

This text has black color on #6E7563 background.


White color preview on #6E7563 background

This text has white color on #6E7563 background.


Related colors

Complementary color

Complementary color for #hex is #918A9C.


I love getcolorcode.com

Triadic colors

1 #636E75 and #75636E with #6E7563 are triadic colors.

2 #63756E and #756E63 with #6E7563 are triadic colors.