COLOR #6E7C51

HEX: #6E7C51
RGB: (110,124,81)

Color info

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

RGB color model

#6E7C51 color RGB value is (110,124,81).

  • red value is 110;
  • green value is 124;
  • blue value is 81.
RGB:
(110,124,81)
(43%,49%,32%)

RGB channels and saturation

R 110 of 255 = 43%
G 124 of 255 = 49%
B 81 of 255 = 32%

110
124
81

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

Portions of RGB colors in percentages

R + G + B =
110 + 124 + 81 = 315 (100%)
R 110 of 315 ~ 34.92%
G 124 of 315 ~ 39.37%
B 81 of 315 ~ 25.71%

%34.92
%39.37
%25.71

CMYK color model

#6E7C51 color CMYK value is (11,0,35,51).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 51.37%
CMYK:
(11,0,35,51)
C11M0Y35K51 
(11%,0%,35%,51%)
(0.11/0.00/0.35/0.51)	

CMYK percentages

%11.29
%0
%34.68
%51.37

Codes

Color #6E7C51 in popluar color models

6E7C51
RGB11012481
HSL80°20.98%40.20%
HSB/HSV80°34.68%48.63%
CMYK11.29%0.00%34.68%
51.37%

Color #6E7C51 in popluar number systems.

HEX6E7C51
Decimal11012481
Binary110111011111001010001
Octal156174121

Shades and tints

Shades of #6E7C51

#6E7C51
(110,124,81)
#64714A
(100,113,74)
#5A6643
(90,102,67)
#505B3C
(80,91,60)
#465035
(70,80,53)
#3C452E
(60,69,46)
#323A27
(50,58,39)
#282F20
(40,47,32)
#1E2419
(30,36,25)
#141912
(20,25,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E7C51

#6E7C51
(110,124,81)
#7B8760
(123,135,96)
#88926F
(136,146,111)
#959D7E
(149,157,126)
#A2A88D
(162,168,141)
#AFB39C
(175,179,156)
#BCBEAB
(188,190,171)
#C9C9BA
(201,201,186)
#D6D4C9
(214,212,201)
#E3DFD8
(227,223,216)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7C51 color. Also use rgb(110,124,81) instead hex code.

Text Font Color

.myTextColor { color: #6E7C51; }

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

This text font color is #6E7C51.


Background Color

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

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

This div background color is #6E7C51.


Border color

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

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

This div border color is #6E7C51.


Opacity

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

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

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

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

This text has shadow with #6E7C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7C51 on black background.


Color preview on white background

This text has color #6E7C51 on white background.



Black color preview on #6E7C51 background

This text has black color on #6E7C51 background.


White color preview on #6E7C51 background

This text has white color on #6E7C51 background.