COLOR #6E5F47

HEX: #6E5F47
RGB: (110,95,71)

Color info

#6E5F47 contains red, green and blue colors in about the same proportion. Web safe color of #6E5F47 is #666633 (or #663).

RGB color model

#6E5F47 color RGB value is (110,95,71).

  • red value is 110;
  • green value is 95;
  • blue value is 71.
RGB:
(110,95,71)
(43%,37%,28%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 71 of 255 = 28%

110
95
71

R + G + B ~ 36%. #6E5F47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 71 = 276 (100%)
R 110 of 276 ~ 39.86%
G 95 of 276 ~ 34.42%
B 71 of 276 ~ 25.72%

%39.86
%34.42
%25.72

CMYK color model

#6E5F47 color CMYK value is (0,14,35,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 35.45%
  • key color value is 56.86%
CMYK:
(0,14,35,57)
C0M14Y35K57 
(0%,14%,35%,57%)
(0.00/0.14/0.35/0.57)	

CMYK percentages

%0
%13.64
%35.45
%56.86

Codes

Color #6E5F47 in popluar color models

6E5F47
RGB1109571
HSL37°21.55%35.49%
HSB/HSV37°35.45%43.14%
CMYK0.00%13.64%35.45%
56.86%

Color #6E5F47 in popluar number systems.

HEX6E5F47
Decimal1109571
Binary110111010111111000111
Octal156137107

Shades and tints

Shades of #6E5F47

#6E5F47
(110,95,71)
#645741
(100,87,65)
#5A4F3B
(90,79,59)
#504735
(80,71,53)
#463F2F
(70,63,47)
#3C3729
(60,55,41)
#322F23
(50,47,35)
#28271D
(40,39,29)
#1E1F17
(30,31,23)
#141711
(20,23,17)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #6E5F47

#6E5F47
(110,95,71)
#7B6D57
(123,109,87)
#887B67
(136,123,103)
#958977
(149,137,119)
#A29787
(162,151,135)
#AFA597
(175,165,151)
#BCB3A7
(188,179,167)
#C9C1B7
(201,193,183)
#D6CFC7
(214,207,199)
#E3DDD7
(227,221,215)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5F47 color. Also use rgb(110,95,71) instead hex code.

Text Font Color

.myTextColor { color: #6E5F47; }

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

This text font color is #6E5F47.


Background Color

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

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

This div background color is #6E5F47.


Border color

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

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

This div border color is #6E5F47.


Opacity

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

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

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

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

This text has shadow with #6E5F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F47 on black background.


Color preview on white background

This text has color #6E5F47 on white background.



Black color preview on #6E5F47 background

This text has black color on #6E5F47 background.


White color preview on #6E5F47 background

This text has white color on #6E5F47 background.