COLOR #6E6B53

HEX: #6E6B53
RGB: (110,107,83)

Color info

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

RGB color model

#6E6B53 color RGB value is (110,107,83).

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

RGB channels and saturation

R 110 of 255 = 43%
G 107 of 255 = 42%
B 83 of 255 = 33%

110
107
83

R + G + B ~ 39%. #6E6B53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 107 + 83 = 300 (100%)
R 110 of 300 ~ 36.67%
G 107 of 300 ~ 35.67%
B 83 of 300 ~ 27.67%

%36.67
%35.67
%27.67

CMYK color model

#6E6B53 color CMYK value is (0,3,25,57).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,3,25,57)
C0M3Y25K57 
(0%,3%,25%,57%)
(0.00/0.03/0.25/0.57)	

CMYK percentages

%0
%2.73
%24.55
%56.86

Codes

Color #6E6B53 in popluar color models

6E6B53
RGB11010783
HSL53°13.99%37.84%
HSB/HSV53°24.55%43.14%
CMYK0.00%2.73%24.55%
56.86%

Color #6E6B53 in popluar number systems.

HEX6E6B53
Decimal11010783
Binary110111011010111010011
Octal156153123

Shades and tints

Shades of #6E6B53

#6E6B53
(110,107,83)
#64624C
(100,98,76)
#5A5945
(90,89,69)
#50503E
(80,80,62)
#464737
(70,71,55)
#3C3E30
(60,62,48)
#323529
(50,53,41)
#282C22
(40,44,34)
#1E231B
(30,35,27)
#141A14
(20,26,20)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E6B53

#6E6B53
(110,107,83)
#7B7862
(123,120,98)
#888571
(136,133,113)
#959280
(149,146,128)
#A29F8F
(162,159,143)
#AFAC9E
(175,172,158)
#BCB9AD
(188,185,173)
#C9C6BC
(201,198,188)
#D6D3CB
(214,211,203)
#E3E0DA
(227,224,218)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6B53; }

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

This text font color is #6E6B53.


Background Color

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

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

This div background color is #6E6B53.


Border color

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

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

This div border color is #6E6B53.


Opacity

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

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

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

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

This text has shadow with #6E6B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6B53 on black background.


Color preview on white background

This text has color #6E6B53 on white background.



Black color preview on #6E6B53 background

This text has black color on #6E6B53 background.


White color preview on #6E6B53 background

This text has white color on #6E6B53 background.