COLOR #6E5A07

HEX: #6E5A07
RGB: (110,90,7)

Color info

#6E5A07 contains mainly red and green colors. Web safe color of #6E5A07 is #666600 (or #660).

RGB color model

#6E5A07 color RGB value is (110,90,7).

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

RGB channels and saturation

R 110 of 255 = 43%
G 90 of 255 = 35%
B 7 of 255 = 3%

110
90
7

R + G + B ~ 27%. #6E5A07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 90 + 7 = 207 (100%)
R 110 of 207 ~ 53.14%
G 90 of 207 ~ 43.48%
B 7 of 207 ~ 3.38%

%53.14
%43.48

CMYK color model

#6E5A07 color CMYK value is (0,18,94,57).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 93.64%
  • key color value is 56.86%
CMYK:
(0,18,94,57)
C0M18Y94K57 
(0%,18%,94%,57%)
(0.00/0.18/0.94/0.57)	

CMYK percentages

%0
%18.18
%93.64
%56.86

Codes

Color #6E5A07 in popluar color models

6E5A07
RGB110907
HSL48°88.03%22.94%
HSB/HSV48°93.64%43.14%
CMYK0.00%18.18%93.64%
56.86%

Color #6E5A07 in popluar number systems.

HEX6E5A07
Decimal110907
Binary11011101011010111
Octal1561327

Shades and tints

Shades of #6E5A07

#6E5A07
(110,90,7)
#645207
(100,82,7)
#5A4A07
(90,74,7)
#504207
(80,66,7)
#463A07
(70,58,7)
#3C3207
(60,50,7)
#322A07
(50,42,7)
#282207
(40,34,7)
#1E1A07
(30,26,7)
#141207
(20,18,7)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #6E5A07

#6E5A07
(110,90,7)
#7B691D
(123,105,29)
#887833
(136,120,51)
#958749
(149,135,73)
#A2965F
(162,150,95)
#AFA575
(175,165,117)
#BCB48B
(188,180,139)
#C9C3A1
(201,195,161)
#D6D2B7
(214,210,183)
#E3E1CD
(227,225,205)
#F0F0E3
(240,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5A07; }

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

This text font color is #6E5A07.


Background Color

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

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

This div background color is #6E5A07.


Border color

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

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

This div border color is #6E5A07.


Opacity

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

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

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

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

This text has shadow with #6E5A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5A07 on black background.


Color preview on white background

This text has color #6E5A07 on white background.



Black color preview on #6E5A07 background

This text has black color on #6E5A07 background.


White color preview on #6E5A07 background

This text has white color on #6E5A07 background.