COLOR #6E5A30

HEX: #6E5A30
RGB: (110,90,48)

Color info

#6E5A30 contains mainly red and green colors. Web safe color of #6E5A30 is #666633 (or #663).

RGB color model

#6E5A30 color RGB value is (110,90,48).

  • red value is 110;
  • green value is 90;
  • blue value is 48.
RGB:
(110,90,48)
(43%,35%,19%)

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 48 of 255 = 19%

110
90
48

R + G + B ~ 32%. #6E5A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 48 = 248 (100%)
R 110 of 248 ~ 44.35%
G 90 of 248 ~ 36.29%
B 48 of 248 ~ 19.35%

%44.35
%36.29
%19.35

CMYK color model

#6E5A30 color CMYK value is (0,18,56,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 56.36%
  • key color value is 56.86%
CMYK:
(0,18,56,57)
C0M18Y56K57 
(0%,18%,56%,57%)
(0.00/0.18/0.56/0.57)	

CMYK percentages

%0
%18.18
%56.36
%56.86

Codes

Color #6E5A30 in popluar color models

6E5A30
RGB1109048
HSL41°39.24%30.98%
HSB/HSV41°56.36%43.14%
CMYK0.00%18.18%56.36%
56.86%

Color #6E5A30 in popluar number systems.

HEX6E5A30
Decimal1109048
Binary11011101011010110000
Octal15613260

Shades and tints

Shades of #6E5A30

#6E5A30
(110,90,48)
#64522C
(100,82,44)
#5A4A28
(90,74,40)
#504224
(80,66,36)
#463A20
(70,58,32)
#3C321C
(60,50,28)
#322A18
(50,42,24)
#282214
(40,34,20)
#1E1A10
(30,26,16)
#14120C
(20,18,12)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #6E5A30

#6E5A30
(110,90,48)
#7B6942
(123,105,66)
#887854
(136,120,84)
#958766
(149,135,102)
#A29678
(162,150,120)
#AFA58A
(175,165,138)
#BCB49C
(188,180,156)
#C9C3AE
(201,195,174)
#D6D2C0
(214,210,192)
#E3E1D2
(227,225,210)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5A30 color. Also use rgb(110,90,48) instead hex code.

Text Font Color

.myTextColor { color: #6E5A30; }

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

This text font color is #6E5A30.


Background Color

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

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

This div background color is #6E5A30.


Border color

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

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

This div border color is #6E5A30.


Opacity

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

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

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

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

This text has shadow with #6E5A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A30 on black background.


Color preview on white background

This text has color #6E5A30 on white background.



Black color preview on #6E5A30 background

This text has black color on #6E5A30 background.


White color preview on #6E5A30 background

This text has white color on #6E5A30 background.