COLOR #6E7360

HEX: #6E7360 RGB: (110,115,96)

Color info

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

RGB color model

#6E7360 color RGB value is (110,115,96).

RGB: (110,115,96) (43%, 45%, 38%)

RGB channels and saturation

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

110
115
96

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

Portions of RGB colors in percentages

R + G + B = 110 + 115 + 96 = 321 (100%)
R 110 of 321 ~ 34.27%
G 115 of 321 ~ 35.83%
B 96 of 321 ~ 29.91'%

%34.27
%35.83
%29.91

CMYK color model

#6E7360 color CMYK value is (4,0,17,55).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%

CMYK: (4,0,17,55)
C4M0Y17K55 (4%, 0%, 17%, 55%)
(0.04 / 0.00 / 0.17 / 0.55)

CMYK percentages

%4.35
%0
%16.52
%54.9

Codes

Color #6E7360 in popluar color models

6E 73 60
RGB 110 115 96
HSL 76° 9.00% 41.37%
HSB/HSV 76° 16.52% 45.10%
CMYK 4.35% 0.00% 16.52%
54.90%

Color #6E7360 in popluar number systems.

HEX 6E 73 60
Decimal 110 115 96
Binary 1101110 1110011 1100000
Octal 156 163 140

Shades and tints

Shades of #6E7360

#6E7360
(110,115,96)
#646958
(100,105,88)
#5A5F50
(90,95,80)
#505548
(80,85,72)
#464B40
(70,75,64)
#3C4138
(60,65,56)
#323730
(50,55,48)
#282D28
(40,45,40)
#1E2320
(30,35,32)
#141918
(20,25,24)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E7360

#6E7360
(110,115,96)
#7B7F6E
(123,127,110)
#888B7C
(136,139,124)
#95978A
(149,151,138)
#A2A398
(162,163,152)
#AFAFA6
(175,175,166)
#BCBBB4
(188,187,180)
#C9C7C2
(201,199,194)
#D6D3D0
(214,211,208)
#E3DFDE
(227,223,222)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7360; }

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

This text font color is #6E7360.

Background Color

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

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

This div background color is #6E7360.

Border color

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

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

This div border color is #6E7360.

Opacity

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

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

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

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

This text has shadow with #6E7360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7360.

Preview

Color preview on black background

This text has color #6E7360 on black background.


Color preview on white background

This text has color #6E7360 on white background.


Black color preview on #6E7360 background

This text has black color on #6E7360 background.


White color preview on #6E7360 background

This text has white color on #6E7360 background.


Related colors

Complementary color

Complementary color for #hex is #918C9F.


I love getcolorcode.com

Triadic colors

1 #606E73 and #73606E with #6E7360 are triadic colors.

2 #60736E and #736E60 with #6E7360 are triadic colors.