COLOR #6E5837

HEX: #6E5837
RGB: (110,88,55)

Color info

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

RGB color model

#6E5837 color RGB value is (110,88,55).

  • red value is 110;
  • green value is 88;
  • blue value is 55.
RGB:
(110,88,55)
(43%,35%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 55 of 255 = 22%

110
88
55

R + G + B ~ 33%. #6E5837 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 55 = 253 (100%)
R 110 of 253 ~ 43.48%
G 88 of 253 ~ 34.78%
B 55 of 253 ~ 21.74%

%43.48
%34.78
%21.74

CMYK color model

#6E5837 color CMYK value is (0,20,50,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(0,20,50,57)
C0M20Y50K57 
(0%,20%,50%,57%)
(0.00/0.20/0.50/0.57)	

CMYK percentages

%0
%20
%50
%56.86

Codes

Color #6E5837 in popluar color models

6E5837
RGB1108855
HSL36°33.33%32.35%
HSB/HSV36°50.00%43.14%
CMYK0.00%20.00%50.00%
56.86%

Color #6E5837 in popluar number systems.

HEX6E5837
Decimal1108855
Binary11011101011000110111
Octal15613067

Shades and tints

Shades of #6E5837

#6E5837
(110,88,55)
#645032
(100,80,50)
#5A482D
(90,72,45)
#504028
(80,64,40)
#463823
(70,56,35)
#3C301E
(60,48,30)
#322819
(50,40,25)
#282014
(40,32,20)
#1E180F
(30,24,15)
#14100A
(20,16,10)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #6E5837

#6E5837
(110,88,55)
#7B6749
(123,103,73)
#88765B
(136,118,91)
#95856D
(149,133,109)
#A2947F
(162,148,127)
#AFA391
(175,163,145)
#BCB2A3
(188,178,163)
#C9C1B5
(201,193,181)
#D6D0C7
(214,208,199)
#E3DFD9
(227,223,217)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5837 color. Also use rgb(110,88,55) instead hex code.

Text Font Color

.myTextColor { color: #6E5837; }

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

This text font color is #6E5837.


Background Color

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

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

This div background color is #6E5837.


Border color

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

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

This div border color is #6E5837.


Opacity

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

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

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

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

This text has shadow with #6E5837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5837 on black background.


Color preview on white background

This text has color #6E5837 on white background.



Black color preview on #6E5837 background

This text has black color on #6E5837 background.


White color preview on #6E5837 background

This text has white color on #6E5837 background.