COLOR #6E7053

HEX: #6E7053
RGB: (110,112,83)

Color info

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

RGB color model

#6E7053 color RGB value is (110,112,83).

  • red value is 110;
  • green value is 112;
  • blue value is 83.
RGB:
(110,112,83)
(43%,44%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 83 of 255 = 33%

110
112
83

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 83 = 305 (100%)
R 110 of 305 ~ 36.07%
G 112 of 305 ~ 36.72%
B 83 of 305 ~ 27.21%

%36.07
%36.72
%27.21

CMYK color model

#6E7053 color CMYK value is (2,0,26,56).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 56.08%
CMYK:
(2,0,26,56)
C2M0Y26K56 
(2%,0%,26%,56%)
(0.02/0.00/0.26/0.56)	

CMYK percentages

%1.79
%0
%25.89
%56.08

Codes

Color #6E7053 in popluar color models

6E7053
RGB11011283
HSL64°14.87%38.24%
HSB/HSV64°25.89%43.92%
CMYK1.79%0.00%25.89%
56.08%

Color #6E7053 in popluar number systems.

HEX6E7053
Decimal11011283
Binary110111011100001010011
Octal156160123

Shades and tints

Shades of #6E7053

#6E7053
(110,112,83)
#64664C
(100,102,76)
#5A5C45
(90,92,69)
#50523E
(80,82,62)
#464837
(70,72,55)
#3C3E30
(60,62,48)
#323429
(50,52,41)
#282A22
(40,42,34)
#1E201B
(30,32,27)
#141614
(20,22,20)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #6E7053

#6E7053
(110,112,83)
#7B7D62
(123,125,98)
#888A71
(136,138,113)
#959780
(149,151,128)
#A2A48F
(162,164,143)
#AFB19E
(175,177,158)
#BCBEAD
(188,190,173)
#C9CBBC
(201,203,188)
#D6D8CB
(214,216,203)
#E3E5DA
(227,229,218)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7053 color. Also use rgb(110,112,83) instead hex code.

Text Font Color

.myTextColor { color: #6E7053; }

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

This text font color is #6E7053.


Background Color

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

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

This div background color is #6E7053.


Border color

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

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

This div border color is #6E7053.


Opacity

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

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

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

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

This text has shadow with #6E7053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7053 on black background.


Color preview on white background

This text has color #6E7053 on white background.



Black color preview on #6E7053 background

This text has black color on #6E7053 background.


White color preview on #6E7053 background

This text has white color on #6E7053 background.