COLOR #6E6053

HEX: #6E6053
RGB: (110,96,83)

Color info

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

RGB color model

#6E6053 color RGB value is (110,96,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 96 of 255 = 38%
B 83 of 255 = 33%

110
96
83

R + G + B ~ 38%. #6E6053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 96 + 83 = 289 (100%)
R 110 of 289 ~ 38.06%
G 96 of 289 ~ 33.22%
B 83 of 289 ~ 28.72%

%38.06
%33.22
%28.72

CMYK color model

#6E6053 color CMYK value is (0,13,25,57).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,13,25,57)
C0M13Y25K57 
(0%,13%,25%,57%)
(0.00/0.13/0.25/0.57)	

CMYK percentages

%0
%12.73
%24.55
%56.86

Codes

Color #6E6053 in popluar color models

6E6053
RGB1109683
HSL29°13.99%37.84%
HSB/HSV29°24.55%43.14%
CMYK0.00%12.73%24.55%
56.86%

Color #6E6053 in popluar number systems.

HEX6E6053
Decimal1109683
Binary110111011000001010011
Octal156140123

Shades and tints

Shades of #6E6053

#6E6053
(110,96,83)
#64584C
(100,88,76)
#5A5045
(90,80,69)
#50483E
(80,72,62)
#464037
(70,64,55)
#3C3830
(60,56,48)
#323029
(50,48,41)
#282822
(40,40,34)
#1E201B
(30,32,27)
#141814
(20,24,20)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #6E6053

#6E6053
(110,96,83)
#7B6E62
(123,110,98)
#887C71
(136,124,113)
#958A80
(149,138,128)
#A2988F
(162,152,143)
#AFA69E
(175,166,158)
#BCB4AD
(188,180,173)
#C9C2BC
(201,194,188)
#D6D0CB
(214,208,203)
#E3DEDA
(227,222,218)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6053; }

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

This text font color is #6E6053.


Background Color

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

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

This div background color is #6E6053.


Border color

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

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

This div border color is #6E6053.


Opacity

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

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

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

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

This text has shadow with #6E6053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6053 on black background.


Color preview on white background

This text has color #6E6053 on white background.



Black color preview on #6E6053 background

This text has black color on #6E6053 background.


White color preview on #6E6053 background

This text has white color on #6E6053 background.